From 6b929b3a19e0580e255c02c2702895f361784d90 Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期五, 25 四月 2025 17:47:44 +0800 Subject: [PATCH] 代码初始化 --- h5/main.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/h5/main.js b/h5/main.js index 8ac3dd9..13eca89 100644 --- a/h5/main.js +++ b/h5/main.js @@ -11,7 +11,7 @@ Vue.use(uView); // Vue.prototype.$baseUrl = 'https://dmtest.ahapp.net/lianhelihua_interface' -Vue.prototype.$baseUrl = 'http://192.168.0.131:10040' +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