新建:拥有者默认选中当前登录用户,默认路由

This commit is contained in:
caishi 2021-07-06 11:54:57 +08:00 committed by caishi
parent aa93eade71
commit f2be69f4e3
1 changed files with 4 additions and 0 deletions

View File

@ -95,6 +95,10 @@ const ProjectIndex = Loadable({
// 此处仅维护前端可能的一级路由,不用进行项目或者组织判断的字段。
const keyWord = ["explore", "settings", "setting", "CCF", "mulan", "wiki", "issues", "setting", "trending", "code", "projects", "pulls", "mine", "login", "register", "email", "export", "nopage", "404", "403", "500", "501", "search"];
const ProjectIndex = Loadable({
loader: () => import("./forge/Main/Index"),
loading: Loading,
});
class App extends Component {
constructor(props) {
super(props);