From 2ae000ce6b93f120476b5819b143408a44c235e4 Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Mon, 27 Apr 2026 14:42:20 +0800
Subject: [PATCH] fix: 小猪优选问题修复

---
 main.js |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/main.js b/main.js
index 649df3a..94b407a 100644
--- a/main.js
+++ b/main.js
@@ -11,6 +11,9 @@
 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