This commit is contained in:
Gdpao
2020-08-11 11:12:32 +08:00
parent b3a7b2d032
commit 703689d272
10 changed files with 87 additions and 32 deletions

View File

@@ -152,16 +152,9 @@
// type: 'success',
// url: '/pageA/topick/topick'
// })
} else if(res.errCode == 2){
this.$refs.uToast.show({
title: res.message,
type: 'primary',
url: '/pageA/login/login'
})
} else {
this.$refs.uToast.show({
title: res.message,
type: 'primary'
})
}
})