修复: 重复导航路由bug;

This commit is contained in:
iczer 2020-06-16 19:09:35 +08:00
parent 066ab7ec22
commit 2cef3795ac

View File

@ -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) {