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 |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/main.js b/main.js
index 649df3a..b80747a 100644
--- a/main.js
+++ b/main.js
@@ -8,9 +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'
+// }
 Vue.prototype.$bank = [
 	'中国工商银行',
 	'中国建设银行',

--
Gitblit v1.9.3