From bb4196b029c65beb5b7ea686fc80ef8e622ae27c Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Tue, 28 Apr 2026 18:03:54 +0800
Subject: [PATCH] UI: 小猪优选

---
 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