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 @@