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 msg = errorCode[code] || res.data.msg || errorCode['default']
|
||||
if (code === 401) {
|
||||
store.dispatch('LogOut').then(res => {
|
||||
uni.navigateTo({
|
||||
url: '/pages/login?canBack=true'
|
||||
})
|
||||
uni.navigateTo({
|
||||
url: '/pages/login?canBack=true'
|
||||
})
|
||||
} else if (code === 500) {
|
||||
toast(msg)
|
||||
|