fix
This commit is contained in:
@@ -123,7 +123,10 @@ export default defineComponent({
|
||||
// console.log(getCookie("token"));
|
||||
Https.axiosPost(Https.httpUrls.accountLogout, data).then((rv) => {
|
||||
clonAllCookie();
|
||||
});
|
||||
}).catch((err) => {
|
||||
clonAllCookie();
|
||||
})
|
||||
;
|
||||
}
|
||||
let goHome = ()=>{
|
||||
router.push('/home');
|
||||
|
||||
Reference in New Issue
Block a user