From 64fa2c33cd645e86d4e2a8c34c7881ea4aa678cf Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期二, 17 六月 2025 18:33:37 +0800 Subject: [PATCH] 代码初始化 --- h5/main.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/h5/main.js b/h5/main.js index 4afe780..13eca89 100644 --- a/h5/main.js +++ b/h5/main.js @@ -10,8 +10,8 @@ App.mpType = 'app' Vue.use(uView); -Vue.prototype.$baseUrl = 'https://dmtest.ahapp.net/lianhelihua_interface' -// Vue.prototype.$baseUrl = 'http://192.168.0.135:10040' +// Vue.prototype.$baseUrl = 'https://dmtest.ahapp.net/lianhelihua_interface' +Vue.prototype.$baseUrl = 'http://192.168.0.134:10040' Vue.prototype.$store = store; Vue.prototype.$ww = ww; Vue.prototype.$vConsole= new Vconsole() -- Gitblit v1.9.3