This commit is contained in:
X1627315083
2024-08-23 10:19:02 +08:00
parent eff35d8a79
commit eb54023940
35 changed files with 1709 additions and 452 deletions

View File

@@ -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');