|
|
@ -64,8 +64,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) { |
|
|
@ -76,6 +76,7 @@ export default { |
|
|
|
}, |
|
|
|
}, |
|
|
|
methods: { |
|
|
|
methods: { |
|
|
|
changePage (key) { |
|
|
|
changePage (key) { |
|
|
|
|
|
|
|
this.$router.push(key) |
|
|
|
this.activePage = key |
|
|
|
this.activePage = key |
|
|
|
}, |
|
|
|
}, |
|
|
|
editPage (key, action) { |
|
|
|
editPage (key, action) { |
|
|
|