From 867dfffde10a7388acaeb92767eecd92965ff2fa Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Fri, 24 Apr 2026 15:00:15 +0800
Subject: [PATCH] feat: 澜品优选权益

---
 main.js |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/main.js b/main.js
index ec0bb8b..0ca1935 100644
--- a/main.js
+++ b/main.js
@@ -8,6 +8,7 @@
 Vue.config.productionTip = false
 App.mpType = 'app'
 
+Vue.prototype.$webHost = 'https://rbb98765.zrgy-bbg.com'
 Vue.prototype.$util = util
 Vue.prototype.$baseUrl = 'https://lp1994.lpyx.top'
 Vue.prototype.$bank = [
@@ -15,7 +16,7 @@
 	'中国建设银行',
 	'中国银行',
 	'中国农业银行',
-	'中国邮政储蓄银行',	
+	'中国邮政储蓄银行',
 	'中国交通银行',
 	'浦东发展银行',
 	'中信银行',
@@ -35,7 +36,7 @@
 	'公司企业',
 	'政府机关',
 	'事业单位',
-	'社会组织',	
+	'社会组织',
 	'灵活就业',
 ]
 Vue.prototype.$relation = [
@@ -43,7 +44,7 @@
 	'配偶',
 	'同事',
 	'好友',
-	'同学',	
+	'同学',
 	'其他',
 ]
 Vue.prototype.$income = [
@@ -51,7 +52,7 @@
 	'5000-10000',
 	'10000-20000',
 	'20000-30000',
-	'30000以上',	
+	'30000以上',
 ]
 // 全局跳转方法
 Vue.prototype.$goWebUrl = function(url) {
@@ -76,4 +77,4 @@
     app
   }
 }
-// #endif
\ No newline at end of file
+// #endif

--
Gitblit v1.9.3