fix
This commit is contained in:
@@ -115,7 +115,7 @@ export default defineComponent({
|
||||
if(!data.userId) return
|
||||
// console.log(getCookie("token"));
|
||||
Https.axiosPost(Https.httpUrls.accountLogout, data).then((rv) => {
|
||||
// WriteCookie("token");
|
||||
clonAllCookie();
|
||||
});
|
||||
}
|
||||
let goHome = ()=>{
|
||||
|
||||
Reference in New Issue
Block a user