验证ios 和 android app 后 clear code 和 没有匹配到的平台匹配

This commit is contained in:
18292417675
2024-04-19 17:01:44 +08:00
parent 1e3d2da804
commit f56870bc5d
5 changed files with 10 additions and 15 deletions

View File

@@ -17,13 +17,12 @@ function prePage(){
export const toLogin = Debounce(_toLogin,800)
export function _toLogin(push, pathLogin) {
console.log(43333); //修改
store.commit("LOGOUT");
let path = prePage();
let login_back_url = Cache.get(BACK_URL);
// #ifdef APP //修改
// #ifdef APP
uni.navigateTo({
url: '/pages/users/login/index'
})