|
|
@@ -316,11 +316,10 @@ 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) => {
|
|
|
- this.$router.push({ path:'/noPermissions' })
|
|
|
- })
|
|
|
}
|
|
|
|
|
|
const fetchData = () => {
|