From e649747b2c454f0d2cb18edc9c8e1b41363e0d65 Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Mon, 27 Apr 2026 15:26:58 +0800
Subject: [PATCH] fix: 澜品优选iosShopUnionLogin接口对接

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

diff --git a/main.js b/main.js
index 0ca1935..6f1bcf1 100644
--- a/main.js
+++ b/main.js
@@ -11,6 +11,10 @@
 Vue.prototype.$webHost = 'https://rbb98765.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