From a377521310f5f9a39b71e7c7ce4623d5a13ea185 Mon Sep 17 00:00:00 2001 From: MrShi <1878285526@qq.com> Date: 星期三, 03 九月 2025 17:18:18 +0800 Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/jinkuai --- h5/main.js | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/h5/main.js b/h5/main.js index 13eca89..8a10e39 100644 --- a/h5/main.js +++ b/h5/main.js @@ -9,9 +9,8 @@ Vue.config.productionTip = false App.mpType = 'app' Vue.use(uView); - -// Vue.prototype.$baseUrl = 'https://dmtest.ahapp.net/lianhelihua_interface' -Vue.prototype.$baseUrl = 'http://192.168.0.134:10040' + +Vue.prototype.$baseUrl = 'http://192.168.1.54:10011/' Vue.prototype.$store = store; Vue.prototype.$ww = ww; Vue.prototype.$vConsole= new Vconsole() -- Gitblit v1.9.3