修复: 重复导航路由bug;

master
iczer 4 years ago
parent 066ab7ec22
commit 2cef3795ac
  1. 4
      src/layouts/MenuView.vue

@ -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…
Cancel
Save