验证ios 和 android app 后 clear code 和 没有匹配到的平台匹配
This commit is contained in:
@@ -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'
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user