1
BIN
static/VIP.png
|
Before Width: | Height: | Size: 448 KiB After Width: | Height: | Size: 64 KiB |
|
Before Width: | Height: | Size: 39 KiB |
|
Before Width: | Height: | Size: 36 KiB |
|
Before Width: | Height: | Size: 37 KiB |
|
Before Width: | Height: | Size: 79 KiB After Width: | Height: | Size: 14 KiB |
@ -44,10 +44,8 @@ const request = config => {
|
|||||||
const code = res.data.code || 200
|
const code = res.data.code || 200
|
||||||
const msg = errorCode[code] || res.data.msg || errorCode['default']
|
const msg = errorCode[code] || res.data.msg || errorCode['default']
|
||||||
if (code === 401) {
|
if (code === 401) {
|
||||||
store.dispatch('LogOut').then(res => {
|
uni.navigateTo({
|
||||||
uni.navigateTo({
|
url: '/pages/login?canBack=true'
|
||||||
url: '/pages/login?canBack=true'
|
|
||||||
})
|
|
||||||
})
|
})
|
||||||
} else if (code === 500) {
|
} else if (code === 500) {
|
||||||
toast(msg)
|
toast(msg)
|
||||||
|
|||||||