提交 8484d6ac 编写于 作者: ibizdev's avatar ibizdev

chitanda 发布系统代码

上级 3f9ad28e
...@@ -109,8 +109,10 @@ export class AppContentLeftNavMenu extends Vue { ...@@ -109,8 +109,10 @@ export class AppContentLeftNavMenu extends Vue {
* @memberof AppContentLeftExp * @memberof AppContentLeftExp
*/ */
protected itemClick(item: any): void { protected itemClick(item: any): void {
this.changeActiveItem(item); if (item.id !== this.activeItem.id) {
this.menuClick(item); this.changeActiveItem(item);
this.menuClick(item);
}
} }
/** /**
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册