Commit 0e618cbb by 黑潮

Merge branch 'feature/12月迭代' into dev

parents a0ad7cfd a977ac86
...@@ -156,7 +156,7 @@ export default { ...@@ -156,7 +156,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