修改发版信息

This commit is contained in:
yangjun 2025-06-23 09:20:28 +08:00
parent 109de00181
commit 8a59c9416b
2 changed files with 3 additions and 2 deletions

View File

@ -13,10 +13,10 @@ VITE_BUILD_COMPRESS = 'gzip'
VITE_BUILD_COMPRESS_DELETE_ORIGIN_FILE = false
#后台接口父地址(必填)
VITE_GLOB_API_URL=/nursing-unit
VITE_GLOB_API_URL=/nursingunit
#后台接口全路径地址(必填)
VITE_GLOB_DOMAIN_URL=https://www.focusnu.com/nursing-unit
VITE_GLOB_DOMAIN_URL=https://www.focusnu.com/nursingunit
# 接口父路径前缀
VITE_GLOB_API_URL_PREFIX=

View File

@ -45,6 +45,7 @@
import ApiLogAlarmModal from './components/ApiLogAlarmModal.vue'
import HldyUtilsModal from "@/views/utils/nuUtils/HldyUtilsModal.vue";
import HumidDeviceSyncLogListModal from "/@/views/iot/tq/nuIotTqElectricitySyncLog/HumidDeviceSyncLogListModal.vue";
import DeviceInfoDrawer from "./components/DeviceInfoDrawer.vue";
import { defHttp } from '/@/utils/http/axios';
const apiLogAlarmModal = ref();
const hldyUtilsModal = ref();