控制台跳转优化

This commit is contained in:
暮光:城中城
2021-07-18 17:03:19 +08:00
parent 3e673c14b7
commit 783de18e50
29 changed files with 14 additions and 14 deletions

View File

@@ -325,7 +325,7 @@
} else if (command == 'myInfo') {
this.$router.push({path: '/user/myInfo'});
} else if (command == 'console') {
window.location = process.env.VUE_APP_BASE_API;
window.open(process.env.VUE_APP_BASE_API, '_blank');
} else {
this.$message.warning("暂未开放");
}