diff --git a/.env.production b/.env.production index dfb09f0..ea5660d 100644 --- a/.env.production +++ b/.env.production @@ -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= diff --git a/src/views/iot/yiweilian/index.vue b/src/views/iot/yiweilian/index.vue index 973eea4..de1b3ca 100644 --- a/src/views/iot/yiweilian/index.vue +++ b/src/views/iot/yiweilian/index.vue @@ -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();