控制台跳转优化
This commit is contained in:
@@ -124,7 +124,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("功能暂未开放");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user