fix(系统设置): 项目列表跳转报请求异常问题
--bug=1009717 --user=lyh [ 用户组和权限]-仅是工作空间管理员(没有项目)-首次新建项目后跳转到项目页面报Request aborted https://www.tapd.cn/55049933/s/1093327
This commit is contained in:
parent
f50e93e0b6
commit
2bde2c155d
|
@ -309,9 +309,6 @@ export default {
|
||||||
this.$router.push('/track/home').then(() => {
|
this.$router.push('/track/home').then(() => {
|
||||||
this.reload();
|
this.reload();
|
||||||
this.reloadTopMenus();
|
this.reloadTopMenus();
|
||||||
if (!getCurrentUser().lastProjectId) {
|
|
||||||
window.location.reload();
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
this.$warning(this.$t("commons.project_permission"));
|
this.$warning(this.$t("commons.project_permission"));
|
||||||
|
|
Loading…
Reference in New Issue