From c585f7789ee30c48a9f82b2221d425cddeb9bfb1 Mon Sep 17 00:00:00 2001 From: zhaojisen <1301338853@qq.com> Date: Thu, 8 Jan 2026 18:00:24 +0800 Subject: [PATCH] fix: Fix the issue of router-view being wrapped by keep-alive --- src/layout/components/AppMain.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/layout/components/AppMain.vue b/src/layout/components/AppMain.vue index 2371965eb..da1e1e294 100644 --- a/src/layout/components/AppMain.vue +++ b/src/layout/components/AppMain.vue @@ -1,9 +1,11 @@ @@ -18,9 +20,7 @@ export default { ChatGPT }, computed: { - ...mapGetters([ - 'publicSettings' - ]), + ...mapGetters(['publicSettings']), key() { // 想让创建后回来 List 页面不刷新,但是完全不刷新 table 会不对,所以创建完成后,会更新 order 和 updated // query 去掉这两个,如果变了再刷新