forked from Gitlink/forgeplus-react
Compare commits
50 Commits
feature_no
...
master
| Author | SHA1 | Date |
|---|---|---|
|
|
00402ef13d | |
|
|
8f2df90555 | |
|
|
7530d3f9c4 | |
|
|
b7869e5203 | |
|
|
b238bb51ca | |
|
|
ad7ab189b1 | |
|
|
c9802c26a4 | |
|
|
4ec840f252 | |
|
|
44a8f806e0 | |
|
|
9408ad7dcb | |
|
|
810ea37bed | |
|
|
6679fe8a48 | |
|
|
d31b932efe | |
|
|
07852b204c | |
|
|
934ac61b77 | |
|
|
95091d0e08 | |
|
|
e31ff9bdf3 | |
|
|
eba6ed0876 | |
|
|
db682ace86 | |
|
|
777dbd0f43 | |
|
|
b44b6530e5 | |
|
|
b808bcee99 | |
|
|
c0f7c489fb | |
|
|
bc64cbb415 | |
|
|
fa169b27cd | |
|
|
3e0814344f | |
|
|
eb58f91dbf | |
|
|
513255428c | |
|
|
8baf2cb49c | |
|
|
705bfb07bd | |
|
|
d783d998fc | |
|
|
51925542b8 | |
|
|
ff06efe109 | |
|
|
c33561c212 | |
|
|
2deb6f8f9d | |
|
|
63d69a955e | |
|
|
4d652d238d | |
|
|
6da4dbc165 | |
|
|
f65f4c273a | |
|
|
1af504825c | |
|
|
e94cf68cc5 | |
|
|
5fa2fd99b9 | |
|
|
20ab8a6683 | |
|
|
a7f709a663 | |
|
|
63c2cfed70 | |
|
|
80cd6fbae0 | |
|
|
49d3db6746 | |
|
|
bc11ec68e3 | |
|
|
2d2deec224 | |
|
|
8c58f77afb |
|
|
@ -193,6 +193,7 @@
|
||||||
"babel-core": "^6.26.0",
|
"babel-core": "^6.26.0",
|
||||||
"babel-plugin-import": "^1.13.0",
|
"babel-plugin-import": "^1.13.0",
|
||||||
"babel-plugin-transform-runtime": "^6.23.0",
|
"babel-plugin-transform-runtime": "^6.23.0",
|
||||||
|
"babel-polyfill": "^6.26.0",
|
||||||
"babel-preset-es2015": "^6.24.1",
|
"babel-preset-es2015": "^6.24.1",
|
||||||
"babel-preset-react": "^6.24.1",
|
"babel-preset-react": "^6.24.1",
|
||||||
"babel-preset-stage-2": "^6.24.1",
|
"babel-preset-stage-2": "^6.24.1",
|
||||||
|
|
|
||||||
|
|
@ -75,7 +75,7 @@ function DetailBanner({ history,list , owner , projectsId , isManager , url , pa
|
||||||
</li>
|
</li>
|
||||||
:""
|
:""
|
||||||
}
|
}
|
||||||
{
|
{/* {
|
||||||
item.menu_name === "resources" &&
|
item.menu_name === "resources" &&
|
||||||
<li className={pathname==="source" ? "active" : ""}>
|
<li className={pathname==="source" ? "active" : ""}>
|
||||||
<Link to={{ pathname: `/projects/${owner}/${projectsId}/source`, state }}>
|
<Link to={{ pathname: `/projects/${owner}/${projectsId}/source`, state }}>
|
||||||
|
|
@ -84,7 +84,7 @@ function DetailBanner({ history,list , owner , projectsId , isManager , url , pa
|
||||||
{projectDetail && projectDetail.source_count ? <span className="num">{projectDetail.source_count}</span> :""}
|
{projectDetail && projectDetail.source_count ? <span className="num">{projectDetail.source_count}</span> :""}
|
||||||
</Link>
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
}
|
} */}
|
||||||
{
|
{
|
||||||
item.menu_name === "versions" &&
|
item.menu_name === "versions" &&
|
||||||
<li className={pathname==="milestones" ? "active" : ""}>
|
<li className={pathname==="milestones" ? "active" : ""}>
|
||||||
|
|
|
||||||
|
|
@ -53,7 +53,7 @@ function UpdateDescModal({form , visible , onCancel , onOk,desc,website,lesson_u
|
||||||
{getFieldDecorator("lesson_url",{
|
{getFieldDecorator("lesson_url",{
|
||||||
rules:[]
|
rules:[]
|
||||||
})(
|
})(
|
||||||
<Input placeholder="实践课程链接"/>
|
<Input placeholder="实践课程链接" />
|
||||||
)}
|
)}
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
</Form>
|
</Form>
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ const menu = [
|
||||||
{name:"易修 (Issue)",index:"issues"},
|
{name:"易修 (Issue)",index:"issues"},
|
||||||
{name:"合并请求",index:"pulls"},
|
{name:"合并请求",index:"pulls"},
|
||||||
{name:"工作流(beta版)",index:"devops"},
|
{name:"工作流(beta版)",index:"devops"},
|
||||||
{name:"资源库",index:"resources"},
|
// {name:"资源库",index:"resources"},
|
||||||
{name:"里程碑",index:"versions"},
|
{name:"里程碑",index:"versions"},
|
||||||
{name:"动态",index:"activity"},
|
{name:"动态",index:"activity"},
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ const { TabPane } = Tabs;
|
||||||
// const https = 'http://192.168.0.77:8081'; //曾伟内网后台
|
// const https = 'http://192.168.0.77:8081'; //曾伟内网后台
|
||||||
// const https = 'http://192.168.31.104:8081'; //曾伟外网后台
|
// const https = 'http://192.168.31.104:8081'; //曾伟外网后台
|
||||||
// const https='http://106.75.31.211:58081';
|
// const https='http://106.75.31.211:58081';
|
||||||
const https = 'https://test-statistics.trustie.net';
|
const https = "https://statistics.trustie.net";
|
||||||
|
|
||||||
const GlobalSearch = ({ location, showNotification, history }) => {
|
const GlobalSearch = ({ location, showNotification, history }) => {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue