Merge remote-tracking branch 'origin/StableVersion' into develop

This commit is contained in:
X1627315083
2024-08-23 10:18:55 +08:00
24 changed files with 760 additions and 664 deletions

View File

@@ -122,7 +122,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 = ()=>{