From 16332a341801f80d27830d2ea4e683b4ab21167c Mon Sep 17 00:00:00 2001 From: k94314517 <8417338+k94314517@user.noreply.gitee.com> Date: 星期一, 21 四月 2025 18:28:00 +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 8ac3dd9..0b4bd45 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.131:10040' +Vue.prototype.$baseUrl = 'https://dmtest.ahapp.net/lianhelihua_interface' +// Vue.prototype.$baseUrl = 'http://192.168.0.131:10040' Vue.prototype.$store = store; Vue.prototype.$ww = ww; Vue.prototype.$vConsole= new Vconsole() -- Gitblit v1.9.3