From b2fb58e46ab889b3530127c45d180f71cc53e9c8 Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Thu, 07 May 2026 16:14:56 +0800
Subject: [PATCH] feat:澜品优选开启微信支付隐藏了权益权收入口用于上架vivo和华为

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

diff --git a/main.js b/main.js
index 0ca1935..b512cd6 100644
--- a/main.js
+++ b/main.js
@@ -9,8 +9,13 @@
 App.mpType = 'app'
 
 Vue.prototype.$webHost = 'https://rbb98765.zrgy-bbg.com'
+// Vue.prototype.$webHost = 'https://test-skfq.zrgy-bbg.com'
 Vue.prototype.$util = util
 Vue.prototype.$baseUrl = 'https://lp1994.lpyx.top'
+console.log('NODE_ENV',process.env.NODE_ENV)
+// if(process.env.NODE_ENV === 'development') {
+//     Vue.prototype.$webHost = 'https://test-skfq.zrgy-bbg.com'
+// }
 Vue.prototype.$bank = [
 	'中国工商银行',
 	'中国建设银行',

--
Gitblit v1.9.3