fix: 后退前进功能

This commit is contained in:
chenjinsong
2022-10-09 18:47:09 +08:00
parent 313591a5ef
commit 705bc0d58d
11 changed files with 42 additions and 96 deletions

View File

@@ -85,13 +85,7 @@ export default {
deep: true,
immediate: true,
handler (n) {
console.info(n)
this.score = n
// const curOperationType = this.$store.getters.getTabOperationType
// const curOperationType = this.getUrlParam(this.curTabState.tabOperationType, '', true)
// if (curOperationType === operationType.thirdMenu) { // 点击的为第三级菜单
// this.score = n
// }
}
}
},