From e7e493b2c16c6e15ad81dd96a89881a6a4e8f119 Mon Sep 17 00:00:00 2001 From: xingyy <373639591@qq.com> Date: Fri, 16 Aug 2024 22:00:19 +0800 Subject: [PATCH] 12312 --- src/views/vote/index.vue | 1 - 1 file changed, 1 deletion(-) 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)}`