修复: 重复导航路由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)
}
},
'activePage': function (key) {
this.$router.push(key)
'activePage': function () {
// this.$router.push(key)
},
'multiPage': function (newVal) {
if (!newVal) {

Loading…
Cancel
Save