fix(系统设置): 项目列表跳转报请求异常问题

--bug=1009717 --user=lyh [
用户组和权限]-仅是工作空间管理员(没有项目)-首次新建项目后跳转到项目页面报Request aborted
https://www.tapd.cn/55049933/s/1093327
This commit is contained in:
shiziyuan9527 2022-01-18 14:36:15 +08:00 committed by shiziyuan9527
parent f50e93e0b6
commit 2bde2c155d
1 changed files with 0 additions and 3 deletions

View File

@ -309,9 +309,6 @@ export default {
this.$router.push('/track/home').then(() => {
this.reload();
this.reloadTopMenus();
if (!getCurrentUser().lastProjectId) {
window.location.reload();
}
});
} else {
this.$warning(this.$t("commons.project_permission"));