修改发版信息
This commit is contained in:
parent
109de00181
commit
8a59c9416b
|
@ -13,10 +13,10 @@ VITE_BUILD_COMPRESS = 'gzip'
|
||||||
VITE_BUILD_COMPRESS_DELETE_ORIGIN_FILE = false
|
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=
|
VITE_GLOB_API_URL_PREFIX=
|
||||||
|
|
|
@ -45,6 +45,7 @@
|
||||||
import ApiLogAlarmModal from './components/ApiLogAlarmModal.vue'
|
import ApiLogAlarmModal from './components/ApiLogAlarmModal.vue'
|
||||||
import HldyUtilsModal from "@/views/utils/nuUtils/HldyUtilsModal.vue";
|
import HldyUtilsModal from "@/views/utils/nuUtils/HldyUtilsModal.vue";
|
||||||
import HumidDeviceSyncLogListModal from "/@/views/iot/tq/nuIotTqElectricitySyncLog/HumidDeviceSyncLogListModal.vue";
|
import HumidDeviceSyncLogListModal from "/@/views/iot/tq/nuIotTqElectricitySyncLog/HumidDeviceSyncLogListModal.vue";
|
||||||
|
import DeviceInfoDrawer from "./components/DeviceInfoDrawer.vue";
|
||||||
import { defHttp } from '/@/utils/http/axios';
|
import { defHttp } from '/@/utils/http/axios';
|
||||||
const apiLogAlarmModal = ref();
|
const apiLogAlarmModal = ref();
|
||||||
const hldyUtilsModal = ref();
|
const hldyUtilsModal = ref();
|
||||||
|
|
Loading…
Reference in New Issue