From ed04c95bf9a4f72c898ef865149506083ab14e11 Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期三, 16 十月 2024 17:29:10 +0800
Subject: [PATCH] feat:上线地址更改

---
 api/publicInterface.js |    4 ++--
 api/request.js         |   12 ++++++------
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/api/publicInterface.js b/api/publicInterface.js
index 44d6130..6400442 100644
--- a/api/publicInterface.js
+++ b/api/publicInterface.js
@@ -4,8 +4,8 @@
 
 import { BaseUrl as wrBaseUrl } from '@/api/request.js'
 // const BaseUrl = 'http://192.168.0.31:9999'
-const BaseUrl = 'https://mr2.res.jzeg.cn:9095'
-// const BaseUrl  = 'https://mx.jzeg.cn:9095';
+// const BaseUrl = 'https://mr2.res.jzeg.cn:9095'
+const BaseUrl  = 'https://mx.jzeg.cn:9095';
 // const BaseUrl = 'http://192.168.31.18:9999' 
 // const BaseUrl = 'http://192.168.0.100:9999'
 // const BaseUrl = 'http://192.168.0.108:9999'
diff --git a/api/request.js b/api/request.js
index ea7f421..fef0306 100644
--- a/api/request.js
+++ b/api/request.js
@@ -105,8 +105,8 @@
 
 // const BaseUrl = 'http://192.168.0.31:9896'
 // const webSocketUrl = "ws://192.168.0.31:9896/wrzs/ws/info"
-export const onlineurl = "https://mr2.res.jzeg.cn:9095";  //娴嬭瘯
-// export const onlineurl = 'https://mx.jzeg.cn:9095';  //绾夸笂
+// export const onlineurl = "https://mr2.res.jzeg.cn:9095";  //娴嬭瘯
+export const onlineurl = 'https://mx.jzeg.cn:9095';  //绾夸笂
 
 // const BaseUrl = "http://192.168.0.100:9997";
 // const webSocketUrl = "ws://192.168.0.100:9997/wrzs/ws/info"
@@ -114,11 +114,11 @@
 // const BaseUrl = "http://192.168.0.31:9896";
 // const webSocketUrl = "ws://192.168.0.31:9896/wrzs/ws/info"
 // 绾夸笂鐢熶骇
-const BaseUrl = "https://mr2.res.jzeg.cn:9095";
-const webSocketUrl = "wss://mr2.res.jzeg.cn:9095/wrzs/ws/info"
+// const BaseUrl = "https://mr2.res.jzeg.cn:9095";
+// const webSocketUrl = "wss://mr2.res.jzeg.cn:9095/wrzs/ws/info"
 //绾夸笂鐢熶骇 --- 姝e紡鐗�
-// const BaseUrl = "https://mx.jzeg.cn:9095";
-// const webSocketUrl = "wss://mx.jzeg.cn:9095/wrzs/ws/info";
+const BaseUrl = "https://mx.jzeg.cn:9095";
+const webSocketUrl = "wss://mx.jzeg.cn:9095/wrzs/ws/info";
 
 
 // 璇锋眰鎷︽埅

--
Gitblit v1.9.1