个人中心切图
This commit is contained in:
@@ -54,7 +54,7 @@ export default (options = {}) => {
|
||||
title: '网络异常,请稍后再试',
|
||||
})
|
||||
uni.reLaunch({
|
||||
url: '/pages/login/login',
|
||||
url: '/pages/user/login',
|
||||
});
|
||||
},
|
||||
})
|
||||
@@ -72,7 +72,7 @@ function errHandler (res) {
|
||||
uni.removeStorageSync('Cookie');
|
||||
uni.clearStorageSync();
|
||||
// #endif
|
||||
uni.reLaunch({ url: '/pages/login/login' })
|
||||
uni.reLaunch({ url: '/pages/user/login' })
|
||||
break
|
||||
default:
|
||||
uni.showToast({
|
||||
|
||||
@@ -192,7 +192,7 @@ const loadConfig = (call, need_fresh = false) => {
|
||||
}).catch(err => {
|
||||
globalConfigIsLoading = false;
|
||||
console.warn(err);
|
||||
// uni.reLaunch({ url: '/pages/login/login' })
|
||||
// uni.reLaunch({ url: '/pages/user/login' })
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user