|
|
@@ -316,10 +316,11 @@ const upDataList = (item) => {
|
|
|
if (res.code == 200) {
|
|
|
talkNum.value = res.data.commentNum
|
|
|
collectNum.value = res.data.collectNum
|
|
|
- }else{
|
|
|
- this.$router.push({ path:'/noPermissions' })
|
|
|
}
|
|
|
})
|
|
|
+ .catch((err) => {
|
|
|
+ router.push({ path:'/noPermissions' })
|
|
|
+ })
|
|
|
}
|
|
|
|
|
|
const fetchData = () => {
|