12312
This commit is contained in:
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()}¬ifyUrl=${encodeURIComponent(window.location.href)}`
|
||||
|
Loading…
Reference in New Issue
Block a user