fix: 修复主页内容错误访问提示

This commit is contained in:
2025-07-17 11:35:45 +08:00
parent d66e35abb1
commit 530b8140d7

View File

@@ -75,8 +75,7 @@ export default {
.catch(() => { .catch(() => {
this.showErrorDialog('您的登录已过期,请退出重试') this.showErrorDialog('您的登录已过期,请退出重试')
}) })
} } else this.showErrorDialog('页面访问有误,请重试')
// else this.showErrorDialog('页面访问有误,请重试')
} }
} }
</script> </script>