Commit a977ac86 by 黑潮

update:fix

parent edc8bf91
......@@ -156,7 +156,7 @@ export default {
this.drawerVisible = false;
},
onSelectMenu(item) {
if(this.currentModule.uri === item.uri) return;
if(this.currentModule.code === item.code) return;
window.location.href = window.location.origin + '/' + item.projectCode + '/#' + item.uri;
this.drawerVisible = false;
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment