数据库问文档重构优化

This commit is contained in:
暮光:城中城
2019-07-05 22:40:40 +08:00
parent 67c6ffc877
commit 1b706019cd
28 changed files with 266 additions and 972 deletions

View File

@@ -360,6 +360,8 @@
this.userSignOut();
} else if (command == 'aboutDoc') {
app.aboutDialogVisible = true;
} else if (command == 'myInfo') {
this.$router.push({path: '/user/myInfo'});
} else if (command == 'console') {
window.location = this.apilist1.HOST;
} else {