|
|
@@ -96,8 +96,8 @@ export default {
|
|
96
|
96
|
let activePath = path;
|
|
97
|
97
|
if (path !== undefined && path.lastIndexOf("/") > 0 && hideList.indexOf(path) === -1) {
|
|
98
|
98
|
const tmpPath = path.substring(1, path.length);
|
|
99
|
|
- activePath = "/" + tmpPath.substring(0, tmpPath.indexOf("/"));
|
|
100
|
99
|
if (!this.$route.meta.link) {
|
|
|
100
|
+ activePath = "/" + tmpPath.substring(0, tmpPath.indexOf("/"));
|
|
101
|
101
|
this.$store.dispatch('app/toggleSideBarHide', false);
|
|
102
|
102
|
}
|
|
103
|
103
|
} else if(!this.$route.children) {
|