diff --git a/src/layouts/MenuView.vue b/src/layouts/MenuView.vue index 1c450a1..93f48a3 100644 --- a/src/layouts/MenuView.vue +++ b/src/layouts/MenuView.vue @@ -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) {