From 075ca275bdbede7e8d7bf7bf79b91c6fc68e76a4 Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Mon, 11 May 2026 10:33:44 +0800
Subject: [PATCH] feat:小猪优选 购物车和订单的顶部改成top: 44px;
---
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