From eb3b34ed424a1b5eb25b1e0b926b751504545382 Mon Sep 17 00:00:00 2001 From: zmj <1493694146@qq.com> Date: Wed, 26 Jun 2024 19:19:58 +0800 Subject: [PATCH] add --- config/app.js | 14 ++++++++------ pageQuota/vipUser/index.vue | 6 +++--- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/config/app.js b/config/app.js index 4c70251..5bc5688 100644 --- a/config/app.js +++ b/config/app.js @@ -2,17 +2,19 @@ let BASE_URL let WSS_URL import store from "@/store/user.js" // 环境 -// let env = "dev" +let env = "dev" // let env = "prod" -let env = "liu"; +// let env = "liu"; switch (env) { case 'dev': - BASE_URL = 'https://test-multi-store.lihaink.cn'; - WSS_URL = 'wss://test-multi-store.lihaink.cn/pull' + // BASE_URL = 'https://test-multi-store.lihaink.cn'; + // WSS_URL = 'wss://test-multi-store.lihaink.cn/pull' + BASE_URL = 'https://ceshi-multi-store.lihaink.cn'; + WSS_URL = 'wss://ceshi-multi-store.lihaink.cn/pull' break; case 'liu': - BASE_URL = 'https:ceshi-multi-store.lihaink.cn'; + BASE_URL = 'https://ceshi-multi-store.lihaink.cn'; WSS_URL = 'wss://ceshi-multi-store.lihaink.cn/pull' break; default: @@ -32,7 +34,7 @@ let config = { 'Form-type': 'routine', //#endif //#ifdef APP-PLUS - 'Form-type': 'app', + 'Form-type': 'routine', //#endif 'TOKEN': '' }, diff --git a/pageQuota/vipUser/index.vue b/pageQuota/vipUser/index.vue index 831a1da..df7917a 100644 --- a/pageQuota/vipUser/index.vue +++ b/pageQuota/vipUser/index.vue @@ -436,7 +436,7 @@ const user_channel = connection.subscribe(`wechat_mmp_${userInfo.id}`); user_channel.on('message', function(data) { try { - if (timerInvol) clearTimeout(timerInvol); + clearTimeout(timerInvol); paySuccessToTabs2() } catch (error) {} }); @@ -489,7 +489,7 @@ formData.brigade = '' formData.code = '' currentAddressIndex.value = 0 - count.value = 0 + cutDown.value = 0 tabsList.forEach(item => { item.name = '请选择' }) @@ -538,7 +538,7 @@ formData.brigade = '' formData.code = '' currentAddressIndex.value = 0 - count.value = 0 + cutDown.value = 0 tabsList.forEach(item => { item.name = '请选择' })