Merge branch 'dev' of https://github.com/fit2cloudrd/metersphere-server into dev
This commit is contained in:
commit
ca47e1d5ff
|
@ -33,7 +33,8 @@
|
|||
}
|
||||
},
|
||||
watch: {
|
||||
'$route'() {
|
||||
'$route'(to) {
|
||||
this.activeIndex = to.matched[0].path;
|
||||
this.handleSelect(this.activeIndex);
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue