Commit 79f1e91c by 黑潮

update: build

parent b061f65d
...@@ -134,7 +134,7 @@ export default { ...@@ -134,7 +134,7 @@ export default {
this.drawerVisible = false; this.drawerVisible = false;
}, },
onSelectMenu(item) { 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; window.location.href = window.location.origin + '/' + item.projectCode + '/#' + item.uri;
this.drawerVisible = false; 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