diff --git a/src/forge/Images/taskbar.png b/src/forge/Images/taskbar.png new file mode 100644 index 000000000..91ceec7f2 Binary files /dev/null and b/src/forge/Images/taskbar.png differ diff --git a/src/forge/Main/sub/DetailBanner.jsx b/src/forge/Main/sub/DetailBanner.jsx index 7ed723c78..bb298aa17 100644 --- a/src/forge/Main/sub/DetailBanner.jsx +++ b/src/forge/Main/sub/DetailBanner.jsx @@ -48,7 +48,7 @@ function DetailBanner({ history,list , owner , projectsId , isManager , url , pa item.menu_name === "issues" &&
  • - + 易修(Issue) diff --git a/src/forge/Team/Group/GroupDetails.jsx b/src/forge/Team/Group/GroupDetails.jsx index ba5693865..1122ce724 100644 --- a/src/forge/Team/Group/GroupDetails.jsx +++ b/src/forge/Team/Group/GroupDetails.jsx @@ -117,8 +117,8 @@ export default ((props) => {
    {group.description ? group.description : "暂无描述"}
    -

    管理员团队对 所有仓库 具有操作权限,且对组织具有 管理员权限

    -

    此外,该团队拥有了 创建仓库 的权限:成员可以在组织中创建新的仓库。

    +

    组织的Owner团队拥有更改组织设置,在组织内新建仓库,新建组织团队等权限。

    +

    此外,Owner团队成员对当前组织下所有项目均具有仓库管理员权限,组织下其他团队的权限可由Owner团队成员自由制定。

    {group.is_admin ? : ""}
    diff --git a/src/forge/css/index.scss b/src/forge/css/index.scss index d529a2193..9ff62ada6 100644 --- a/src/forge/css/index.scss +++ b/src/forge/css/index.scss @@ -4,6 +4,13 @@ ul,ol,dl{ .newMain{ background-color: #fff; } +.newTable{ + background-color: #F0F5FF; + .newImages{ + background-image: url('../../forge/Images/taskbar.png'); + height: 364px; + } +} .color-black{ color: #333; } diff --git a/src/modules/403/Shixunauthority.js b/src/modules/403/Shixunauthority.js index 835eb2a6f..3807262d9 100644 --- a/src/modules/403/Shixunauthority.js +++ b/src/modules/403/Shixunauthority.js @@ -1,10 +1,27 @@ +<<<<<<< HEAD import React, { Component } from 'react'; +======= +import React, { Component, useReducer } from 'react'; + +import { BrowserRouter as Router, Route, Link, Switch } from "react-router-dom"; + +import Loading from '../../Loading'; + +import Loadable from 'react-loadable'; + +>>>>>>> develop import { TPMIndexHOC } from '../tpm/TPMIndexHOC'; import { SnackbarHOC, getImageUrl } from 'educoder'; class Shixunauthority extends Component { + constructor(props) { + super(props); + } render() { + console.log(this.props); + const { current_user } = this.props; return ( +<<<<<<< HEAD
    @@ -15,9 +32,35 @@ class Shixunauthority extends Component { className="color-blue">QQ反馈>>

    +======= +
    +
    + {/*mt100 mb100*/} + +

    +

    您尚未被授权访问此页面,请先获取相关权限

    + 您可尝试 + {(!current_user || !current_user.login) && ( +

    您可尝试登录

    + )} + 返回首页,也可以通过 + QQ向我们反馈 +

    +
    + {/*
    */} + {/**/} + {/**/} +>>>>>>> develop
    ); } } +<<<<<<< HEAD export default SnackbarHOC()(TPMIndexHOC(Shixunauthority)); +======= +export default SnackbarHOC() (TPMIndexHOC ( Shixunauthority )); +>>>>>>> develop diff --git a/src/modules/404/Shixunnopage.js b/src/modules/404/Shixunnopage.js index 8a0bc16e8..7acfcae85 100644 --- a/src/modules/404/Shixunnopage.js +++ b/src/modules/404/Shixunnopage.js @@ -3,8 +3,14 @@ import { TPMIndexHOC } from '../tpm/TPMIndexHOC'; import { SnackbarHOC, getImageUrl } from 'educoder'; class http500 extends Component { + constructor(props) { + super(props); + } render() { + console.log(this.props); + const { current_user } = this.props; return ( +<<<<<<< HEAD
    @@ -15,6 +21,29 @@ class http500 extends Component { className="color-blue">QQ反馈>>

    +======= +
    +
    + {/*mt100 mb100*/} + +

    +

    你访问的页面不存在

    + 您可尝试 + {(!current_user || !current_user.login) && ( +

    您可尝试登录

    + )} + 返回首页 + ,也可通过 + QQ向我们反馈 +

    +
    + {/*
    */} + {/**/} + {/**/} +>>>>>>> develop
    ); } diff --git a/src/modules/500/http500.js b/src/modules/500/http500.js index b27c44b3c..5cb60a8f8 100644 --- a/src/modules/500/http500.js +++ b/src/modules/500/http500.js @@ -4,6 +4,7 @@ import { SnackbarHOC, getImageUrl } from 'educoder'; class Shixunnopage extends Component { render() { return ( +<<<<<<< HEAD
    @@ -14,6 +15,25 @@ class Shixunnopage extends Component { className="color-blue">QQ反馈>>

    +======= +
    +
    + {/*mt100 mb100*/} + +

    +

    服务器异常,请稍后重试

    + 您可尝试刷新页面返回首页 + ,也可以通过 + QQ向我们反馈 +

    +
    + {/*
    */} + {/**/} + {/**/} +>>>>>>> develop
    ); }