From ff087240b3dee29ce4e14ad0836e76b9fdf312cf Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期二, 19 八月 2025 09:28:07 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/lianhelihua_sh

---
 h5/main.js |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/h5/main.js b/h5/main.js
index 0b4bd45..c173189 100644
--- a/h5/main.js
+++ b/h5/main.js
@@ -3,18 +3,21 @@
 import uView from "uview-ui";
 import store from './store/index.js'
 import './uni.promisify.adaptor'
-import Vconsole from 'vconsole'
+// import Vconsole from 'vconsole'
 import * as ww from '@wecom/jssdk'
 
 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.131:10040'
+// Vue.prototype.$baseUrl = 'https://dmtest.ahapp.net/lianhelihua_interface'
+// Vue.prototype.$baseUrl = 'https://test.doumee.cn/lianhelihua_interface'
+Vue.prototype.$baseUrl = 'https://lkshereporting.unilever-china.com/lianhelihua_interface'
+// Vue.prototype.$baseUrl = 'http://192.168.0.136:10040'
 Vue.prototype.$store = store;
 Vue.prototype.$ww = ww;
-Vue.prototype.$vConsole= new Vconsole()
+// Vue.prototype.$vConsole= new Vconsole()
+
 //绂佹婊戝姩
 Vue.prototype.stopScroll = function () {
 	var box = function(e) { passive: false };

--
Gitblit v1.9.3