diff --git a/config/app.js b/config/app.js
index a484fa4..3500d16 100644
--- a/config/app.js
+++ b/config/app.js
@@ -2,8 +2,8 @@ let BASE_URL
let WSS_URL
import store from "@/store/user.js"
// 环境
-let env = "dev"
-// let env = "prod"
+// let env = "dev"
+let env = "prod"
// let env = "release";
// let env = "local";
diff --git a/pageQuota/vipUser/index.vue b/pageQuota/vipUser/index.vue
index b7bf7b9..ef01bb8 100644
--- a/pageQuota/vipUser/index.vue
+++ b/pageQuota/vipUser/index.vue
@@ -515,6 +515,7 @@
vipRechargeApi(formData).then(res => {
timerInvol = setTimeout(() => {
uni.hideLoading();
+ if (currentTab.value == 2) return;
uni.$u.toast('支付超时');
}, 30000)
})
diff --git a/pages/login/login.vue b/pages/login/login.vue
index e8420af..b0e743c 100644
--- a/pages/login/login.vue
+++ b/pages/login/login.vue
@@ -16,10 +16,10 @@
微信快捷登录
-
+