From 71f327918029781d6f78dd4e03397c5154e6ccb1 Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期六, 27 七月 2024 08:26:39 +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 78c8684..093e26f 100644 --- a/api/publicInterface.js +++ b/api/publicInterface.js @@ -3,8 +3,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 = 'http://192.168.0.31:9999' +const BaseUrl = 'https://mr2.res.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 59f6f73..1624694 100644 --- a/api/request.js +++ b/api/request.js @@ -103,10 +103,10 @@ // const BaseUrl = "http://192.168.31.18:9997" // const webSocketUrl = "ws://192.168.31.18:9997/wrzs/ws/info" -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' +// 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' // const BaseUrl = "http://192.168.0.100:9997"; // const webSocketUrl = "ws://192.168.0.100:9997/wrzs/ws/info" @@ -114,8 +114,8 @@ // const BaseUrl = "http://192.168.0.108:9997"; // const webSocketUrl = "ws://192.168.0.108:9997/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" // 璇锋眰鎷︽埅 -- Gitblit v1.9.1