取消订阅新加条件

This commit is contained in:
X1627315083
2025-11-13 13:19:03 +08:00
parent c85d69bdf0
commit 56c7a222cf
6 changed files with 8 additions and 8 deletions

View File

@@ -454,11 +454,7 @@ export default defineComponent({
// router.push(`/home?history=${data.id}`)
// if(data.id)
if(data.id === this.store.state.Workspace.probjects.id){
let cachedRoutes = this.store.state.Workspace.cachedRoutes
for (let i = cachedRoutes.length - 1; i >= 0; i--) {
cachedRoutes.splice(i, 1);
}
this.store.commit('setProjectPath','')
this.store.commit('createProjectPath','')
}
// this.getHistoryList()
},