From bc67eb7b9a46c3abedbde46c4989894e9712e99f Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Thu, 21 May 2026 10:03:24 +0800
Subject: [PATCH] UI:小猪优选IOS立即更新隐藏及收藏购物车顶部样式优化
---
main.js | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/main.js b/main.js
index 94b407a..b80747a 100644
--- a/main.js
+++ b/main.js
@@ -8,12 +8,13 @@
Vue.config.productionTip = false
App.mpType = 'app'
+// Vue.prototype.$webHost = 'https://test-skfq.zrgy-bbg.com'
Vue.prototype.$webHost = 'https://rbb98765.zrgy-bbg.com'
Vue.prototype.$util = util
Vue.prototype.$baseUrl = 'https://qxg1996.lllykj.com'
-if(process.env.NODE_ENV === 'development') {
- Vue.prototype.$webHost = 'https://test-skfq.zrgy-bbg.com'
-}
+// if(process.env.NODE_ENV === 'development') {
+// Vue.prototype.$webHost = 'https://test-skfq.zrgy-bbg.com'
+// }
Vue.prototype.$bank = [
'中国工商银行',
'中国建设银行',
--
Gitblit v1.9.3