diff --git a/src/views/vote/index.vue b/src/views/vote/index.vue index e620a6f..cfdacce 100644 --- a/src/views/vote/index.vue +++ b/src/views/vote/index.vue @@ -10,7 +10,6 @@ const initLoad=async ()=>{ if (route.query.state && route.query.code){ const res= await viewOpenId({code: Array.isArray(route.query.code)?route.query.code.at(-1):route.query.code, state: Array.isArray(route.query.state)?route.query.state.at(-1):route.query.state}) if (res.status===0){ - } } window.location.href = `https://appointteam.szjixun.cn/api/appointment/auth/wx?time=${Date.now()}¬ifyUrl=${encodeURIComponent(window.location.href)}`