12312
This commit is contained in:
parent
6b37fffaa1
commit
f1e42b69b9
@ -24,11 +24,9 @@ if(res.data.status===2){
|
|||||||
}
|
}
|
||||||
if(res.status===401){
|
if(res.status===401){
|
||||||
if (!document.cookie){
|
if (!document.cookie){
|
||||||
window.location.href = `${
|
setTimeout(()=>{
|
||||||
import.meta.env.VITE_BASEURL
|
window.location.href = `${import.meta.env.VITE_BASEURL}/api/appointment/wx?notifyUrl=${encodeURIComponent(window.location.href)}`
|
||||||
}/api/appointment/wx?notifyUrl=${encodeURIComponent(
|
},10000)
|
||||||
window.location.href
|
|
||||||
)}`
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*cWxApi()*/
|
/*cWxApi()*/
|
||||||
|
Loading…
Reference in New Issue
Block a user