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