mirror of
https://github.com/iczer/vue-antd-admin
synced 2025-04-05 19:41:37 +08:00
修复: 重复导航路由bug;
This commit is contained in:
parent
066ab7ec22
commit
2cef3795ac
@ -63,8 +63,8 @@ export default {
|
||||
this.pageList.push(newRoute)
|
||||
}
|
||||
},
|
||||
'activePage': function (key) {
|
||||
this.$router.push(key)
|
||||
'activePage': function () {
|
||||
// this.$router.push(key)
|
||||
},
|
||||
'multiPage': function (newVal) {
|
||||
if (!newVal) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user