From a0230541ce7c1829a15a6c36271dfcc7a161c70c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=BF=97=E9=B9=8F?= <2916022834@qq.com> Date: Mon, 17 Nov 2025 13:57:31 +0800 Subject: [PATCH] fix --- src/views/HomeView/history.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/HomeView/history.vue b/src/views/HomeView/history.vue index 9cecb1af..b8a601e3 100644 --- a/src/views/HomeView/history.vue +++ b/src/views/HomeView/history.vue @@ -466,6 +466,8 @@ export default defineComponent({ // this.$router.push({ name: 'homePage', params: { id: record.id, type: 'History' } }) // this.store.commit('setChooseIsDesign', num) // router.push(`/home/tools?tools=toProduct&id=${childItem.id}`) + + this.store.state.Workspace.cachedRoutes = []; this.store.commit('setProjectPath','') if (record.process == 'SERIES_DESIGN' || record.process == 'SINGLE_DESIGN') { this.$router.push(`/home/history/${record?.id}`)