From c5542e9e2b2fd14633b596334b957535459ae30e Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Fri, 10 Jul 2026 16:17:15 +0800
Subject: [PATCH] UI:澜品优选:1.行权问题修复;2.版本更新提示
---
main.js | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/main.js b/main.js
index 6f1bcf1..0fdaad9 100644
--- a/main.js
+++ b/main.js
@@ -9,12 +9,15 @@
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'
+// }
+// 用澜品优选的appid,去后台查对应商城的appid
+Vue.prototype.$APPID = '05928c6e-4b07-41d5-a38d-6c1bfe186269'
Vue.prototype.$bank = [
'中国工商银行',
'中国建设银行',
--
Gitblit v1.9.3