|
@@ -60,7 +60,7 @@ const request = config => {
|
|
|
if (code === 401 || code === -10) {
|
|
if (code === 401 || code === -10) {
|
|
|
if (getToken()) {
|
|
if (getToken()) {
|
|
|
store.dispatch('LogOut').then(() => {
|
|
store.dispatch('LogOut').then(() => {
|
|
|
- uni.reLaunch({ url: '/pages/login' })
|
|
|
|
|
|
|
+ uni.reLaunch({ url: '/pages/hexiao/login' })
|
|
|
})
|
|
})
|
|
|
}
|
|
}
|
|
|
result.success = false
|
|
result.success = false
|