去掉新疆油田字眼

This commit is contained in:
2025-07-24 15:55:46 +08:00
parent ff78173b25
commit 0a59f01616
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -1,12 +1,12 @@
#后台地址 #后台地址
VITE_GLOB_API_URL=https://xjgateway.mcrm.vip:8888 VITE_GLOB_API_URL=https://api.xjygjk.com
#健康监测工具报警-websocket #健康监测工具报警-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 #应急求助-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 VITE_GLOB_API_YIN_CHUAN=wss://api.xjygjk.com/health-emergency/websocket/emergency4
+1 -1
View File
@@ -53,7 +53,7 @@
import { ThemeType } from '/@/utils/settings.ts'; import { ThemeType } from '/@/utils/settings.ts';
import { mapListApi } from '/@/views/index.api.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 { refreshState } = useRefresh(DEFAULT_TIME);
const store = useUserStore(); const store = useUserStore();