|
@@ -122,7 +122,6 @@ export default {
|
|
|
},
|
|
|
// 菜单选择事件
|
|
|
handleSelect(key, keyPath) {
|
|
|
- console.log(key);
|
|
|
this.currentIndex = key;
|
|
|
const route = this.routers.find(item => item.path === key);
|
|
|
if (this.ishttp(key)) {
|
|
@@ -137,6 +136,8 @@ export default {
|
|
|
this.activeRoutes(key);
|
|
|
this.$store.dispatch('app/toggleSideBarHide', false);
|
|
|
}
|
|
|
+
|
|
|
+ this.$emit("closeMenuHandler");
|
|
|
},
|
|
|
// 当前激活的路由
|
|
|
activeRoutes(key) {
|