From 858a03a21c4428f76efde8ae6990bb625768f44e Mon Sep 17 00:00:00 2001 From: "453530270@qq.com" Date: Mon, 14 Aug 2023 10:09:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/config.js | 19 ++++++++++++++----- src/App.vue | 14 +++++++++++++- src/views/WhView.vue | 4 ++-- 3 files changed, 29 insertions(+), 8 deletions(-) diff --git a/public/config.js b/public/config.js index 400c452..10641d4 100644 --- a/public/config.js +++ b/public/config.js @@ -1,8 +1,17 @@ window.publicConfig = { // 请求地址 + // BASE_API:'http:/10.97.121.2/api', + // WS_URL_TY: 'ws://10.97.121.2/ty', + // WS_URL_WH: 'ws://10.97.121.2/wh', + // WS_URL_ZL: 'ws://10.97.121.2/zl' BASE_API:'http://61.144.224.21:8443/api', - // socket url - WS_URL_TY: 'ws://61.144.224.21:8443/ty', - WS_URL_WH: 'ws://61.144.224.21:8443/wh', - WS_URL_ZL: 'ws://61.144.224.21:8443/zl' -} \ No newline at end of file +// socket url +WS_URL_TY: 'ws://61.144.224.21:8443/ty', +WS_URL_WH: 'ws://61.144.224.21:8443/wh', +WS_URL_ZL: 'ws://61.144.224.21:8443/zl' +} +// BASE_API:'http://61.144.224.21:8443/api', +// // socket url +// WS_URL_TY: 'ws://61.144.224.21:8443/ty', +// WS_URL_WH: 'ws://61.144.224.21:8443/wh', +// WS_URL_ZL: 'ws://61.144.224.21:8443/zl' \ No newline at end of file diff --git a/src/App.vue b/src/App.vue index f72ff3c..9b49897 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,5 @@