From 8a59c9416b4f69561ce618516c9d008e29243e55 Mon Sep 17 00:00:00 2001 From: yangjun <1173114630@qq.com> Date: Mon, 23 Jun 2025 09:20:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8F=91=E7=89=88=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 4 ++-- src/views/iot/yiweilian/index.vue | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) 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();