From 0a59f016167b1498aa021e2e509af1b6b94aa870 Mon Sep 17 00:00:00 2001 From: lianlonggang Date: Thu, 24 Jul 2025 15:55:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E6=96=B0=E7=96=86=E6=B2=B9?= =?UTF-8?q?=E7=94=B0=E5=AD=97=E7=9C=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 10 +++++----- src/views/indexSon.vue | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.env.production b/.env.production index f4e5998..d9d4379 100644 --- a/.env.production +++ b/.env.production @@ -1,12 +1,12 @@ #后台地址 -VITE_GLOB_API_URL=https://xjgateway.mcrm.vip:8888 +VITE_GLOB_API_URL=https://api.xjygjk.com #健康监测工具报警-websocket -VITE_GLOB_API_YIN_JI=wss://xjgateway.mcrm.vip:8888/health-watch/websocket/watchMonitor +VITE_GLOB_API_YIN_JI=wss://api.xjygjk.com/health-watch/websocket/watchMonitor #应急求助-websocket -VITE_GLOB_API_JIAN_CE=wss://xjgateway.mcrm.vip:8888/health-emergency/websocket/emergency +VITE_GLOB_API_JIAN_CE=wss://api.xjygjk.com/health-emergency/websocket/emergency #西安云坐席 -VITE_GLOB_API_XIAN_YUN=wss://xjgateway.mcrm.vip:8888/health-emergency/websocket/emergency3 +VITE_GLOB_API_XIAN_YUN=wss://api.xjygjk.com/health-emergency/websocket/emergency3 #银川云坐席 -VITE_GLOB_API_YIN_CHUAN=wss://xjgateway.mcrm.vip:8888/health-emergency/websocket/emergency4 \ No newline at end of file +VITE_GLOB_API_YIN_CHUAN=wss://api.xjygjk.com/health-emergency/websocket/emergency4 \ No newline at end of file diff --git a/src/views/indexSon.vue b/src/views/indexSon.vue index 4892763..bec652a 100644 --- a/src/views/indexSon.vue +++ b/src/views/indexSon.vue @@ -53,7 +53,7 @@ import { ThemeType } from '/@/utils/settings.ts'; import { mapListApi } from '/@/views/index.api.ts'; - const option1 = ref([{ label: '新疆油田', value: 'A01' }]); + const option1 = ref([{ label: '克拉玛依公司', value: 'A01' }]); const { refreshState } = useRefresh(DEFAULT_TIME); const store = useUserStore();