From 9ae9a5dec7e3cc3233c09e65e78056521ed03176 Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Wed, 06 May 2026 13:51:01 +0800
Subject: [PATCH] UI: 澜品优选开启了银行卡支付+utiljs里面的认证
---
main.js | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/main.js b/main.js
index 6f1bcf1..b512cd6 100644
--- a/main.js
+++ b/main.js
@@ -9,12 +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'
-}
+// if(process.env.NODE_ENV === 'development') {
+// Vue.prototype.$webHost = 'https://test-skfq.zrgy-bbg.com'
+// }
Vue.prototype.$bank = [
'中国工商银行',
'中国建设银行',
--
Gitblit v1.9.3