From 896df1cf0b7faff7fcc9ef6e23262228ff377e48 Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Wed, 29 Apr 2026 10:55:53 +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