From b34744f5bb68ed1ba7d1dd5251298a42e4aaaf9c Mon Sep 17 00:00:00 2001
From: 叶富雄 <yefuxiong@yeah.net>
Date: Sat, 14 Mar 2026 02:09:50 +0800
Subject: [PATCH] ui

---
 main.js |   13 +++++--------
 1 files changed, 5 insertions(+), 8 deletions(-)

diff --git a/main.js b/main.js
index 5e4d952..404f9a3 100644
--- a/main.js
+++ b/main.js
@@ -7,9 +7,6 @@
 Vue.config.productionTip = false
 App.mpType = 'app'
 Vue.prototype.$webHost = 'https://rbb98765.zrgy-bbg.com'
-if(process.env.NODE_ENV !== 'production' || window.location.host.includes('test') ){
-	Vue.prototype.$webHost = 'https://rbb98765.zrgy-bbg.com'
-}
 Vue.prototype.$util = util
 Vue.prototype.$baseUrl = 'https://tmy.xjzbh.com'
 Vue.prototype.$bank = [
@@ -17,7 +14,7 @@
 	'中国建设银行',
 	'中国银行',
 	'中国农业银行',
-	'中国邮政储蓄银行',	
+	'中国邮政储蓄银行',
 	'中国交通银行',
 	'浦东发展银行',
 	'中信银行',
@@ -37,7 +34,7 @@
 	'公司企业',
 	'政府机关',
 	'事业单位',
-	'社会组织',	
+	'社会组织',
 	'灵活就业',
 ]
 Vue.prototype.$relation = [
@@ -45,7 +42,7 @@
 	'配偶',
 	'同事',
 	'好友',
-	'同学',	
+	'同学',
 	'其他',
 ]
 Vue.prototype.$income = [
@@ -53,7 +50,7 @@
 	'5000-10000',
 	'10000-20000',
 	'20000-30000',
-	'30000以上',	
+	'30000以上',
 ]
 // 全局跳转方法
 Vue.prototype.$goWebUrl = function(url) {
@@ -78,4 +75,4 @@
     app
   }
 }
-// #endif
\ No newline at end of file
+// #endif

--
Gitblit v1.9.3