master
xingyy 1 month ago
parent da25227fff
commit e7e493b2c1

@ -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()}&notifyUrl=${encodeURIComponent(window.location.href)}`

Loading…
Cancel
Save