src/layouts/MenuView.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/layouts/MenuView.vue
@@ -64,8 +64,8 @@ this.pageList.push(newRoute) } }, 'activePage': function (key) { this.$router.push(key) 'activePage': function () { // this.$router.push(key) }, 'multiPage': function (newVal) { if (!newVal) { @@ -76,6 +76,7 @@ }, methods: { changePage (key) { this.$router.push(key) this.activePage = key }, editPage (key, action) {