全局登录调整

This commit is contained in:
2022-12-16 21:52:41 +08:00
parent 654f71789a
commit f9eb77079b
19 changed files with 92 additions and 279 deletions

View File

@@ -22,7 +22,7 @@ Page({
exitLogin(){
wx.clearStorageSync();
wx.redirectTo({url:"/pages/login/index"})
wx.reLaunch({url:"/pages/login/index"})
}
});