From 37496dcec47bc98dc545d94287f39b33eb181bca Mon Sep 17 00:00:00 2001
From: xyc <jc_xiong@hotmail.com>
Date: 星期五, 28 八月 2026 17:36:48 +0800
Subject: [PATCH] docs: 关机交接——菜单布局修复(2bd663b)与实测结论、/import 主线程卡死新发现、sessionStorage 强制登录待办
---
traffic-audit-web/src/views/ExplainReview.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/traffic-audit-web/src/views/ExplainReview.vue b/traffic-audit-web/src/views/ExplainReview.vue
index 246cef6..8e7bcd9 100644
--- a/traffic-audit-web/src/views/ExplainReview.vue
+++ b/traffic-audit-web/src/views/ExplainReview.vue
@@ -129,9 +129,8 @@
CITY_TAXI: 'city_taxi_monthly'
}
export default {
- components: { AppHeader },
+ components: { AppHeader, AiChatDialog },
name: 'ExplainReview',
- components: { AiChatDialog },
data() {
return {
reportType: 'H2032',
@@ -166,7 +165,8 @@
this.page = 1
this.loadData()
}
- }).catch(() => {
+ }).catch(e => {
+ if (e && e._toast) return
this.$message.error('瑙i噴鏌ヨ澶辫触')
}).finally(() => {
this.loading = false
--
Gitblit v1.9.1