From e8b7cd91802fafd5acdfa8b12748848a89921dab Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Thu, 30 Apr 2026 10:44:48 +0800
Subject: [PATCH] UI: 澜品优选优化绑卡发短信倒计时调整that.isCounting = true的位置

---
 main.js |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/main.js b/main.js
index 404f9a3..b512cd6 100644
--- a/main.js
+++ b/main.js
@@ -4,11 +4,18 @@
 import Vue from 'vue'
 import './uni.promisify.adaptor'
 import util from './util.js'
+
 Vue.config.productionTip = false
 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://tmy.xjzbh.com'
+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