优化页面

This commit is contained in:
pengxiaolong
2025-06-12 22:16:09 +08:00
parent 931d867c09
commit de99d32c01
63 changed files with 973 additions and 335 deletions

View File

@@ -216,7 +216,7 @@ export default {
// 退出登录
logout(){
uni.clearStorage()
TUILogin.logout;
TUILogin.logout();
uni.reLaunch({
url: "/pages/login/login",
});