diff --git a/public/react/src/App.js b/public/react/src/App.js
index e713cd0fd..6d1e2a521 100644
--- a/public/react/src/App.js
+++ b/public/react/src/App.js
@@ -304,7 +304,7 @@ class App extends Component {
{/**/}
{/*众包创新*/}
-
+
{/*认证*/}
diff --git a/public/react/src/modules/projectPackages/PackageIndex/PackageConcent.js b/public/react/src/modules/projectPackages/PackageIndex/PackageConcent.js
index cfc54bb98..921c3e555 100644
--- a/public/react/src/modules/projectPackages/PackageIndex/PackageConcent.js
+++ b/public/react/src/modules/projectPackages/PackageIndex/PackageConcent.js
@@ -158,7 +158,7 @@ class PackageConcent extends Component {
enterButton={ 搜索}
onSearch={ (value)=>this.setdatafuns(value)} />
@@ -224,7 +224,7 @@ class PackageConcent extends Component {
diff --git a/public/react/src/modules/projectPackages/PackageIndexNEITaskDetails/PackageIndexNEITaskDetails.js b/public/react/src/modules/projectPackages/PackageIndexNEITaskDetails/PackageIndexNEITaskDetails.js
index ac7c8a1a5..35ca952a7 100644
--- a/public/react/src/modules/projectPackages/PackageIndexNEITaskDetails/PackageIndexNEITaskDetails.js
+++ b/public/react/src/modules/projectPackages/PackageIndexNEITaskDetails/PackageIndexNEITaskDetails.js
@@ -230,7 +230,7 @@ class PackageIndexNEITaskDetails extends Component {
}
goback = () => {
// window.history.go(-1)
- window.location.href="/crowdsourcings";
+ window.location.href="/crowdsourcing";
}
render() {
@@ -252,7 +252,7 @@ class PackageIndexNEITaskDetails extends Component {
'} className={"fl"}>
{/*{this.props.current_user.username}*/}
- 众包创新
+ 众包创新
{data&&data.title}
@@ -353,7 +353,7 @@ class PackageIndexNEITaskDetails extends Component {
需求详情:
{data&&data.status==="pending"&&data&&data.operation.can_select_bidding_user===true?:""}
diff --git a/public/react/src/modules/projectPackages/PackageIndexNewandEdit/PackageIndexNEIBannerConcent.js b/public/react/src/modules/projectPackages/PackageIndexNewandEdit/PackageIndexNEIBannerConcent.js
index eae5589f2..ccc78f04b 100644
--- a/public/react/src/modules/projectPackages/PackageIndexNewandEdit/PackageIndexNEIBannerConcent.js
+++ b/public/react/src/modules/projectPackages/PackageIndexNewandEdit/PackageIndexNEIBannerConcent.js
@@ -462,7 +462,7 @@ class PackageIndexNEIBannerConcent extends Component {
if(type===true){
this.props.setPublicationfun(response.data.id)
}else{
- window.location.href="/crowdsourcings/"+response.data.id
+ window.location.href="/crowdsourcing/"+response.data.id
}
this.setState({
springtype:false
@@ -510,7 +510,7 @@ class PackageIndexNEIBannerConcent extends Component {
if(type===true){
this.props.setPublicationfun(response.data.id)
}else{
- window.location.href="/crowdsourcings/"+response.data.id
+ window.location.href="/crowdsourcing/"+response.data.id
}
this.setState({
springtype:false
diff --git a/public/react/src/modules/projectPackages/PackageIndexNewandEdit/PackageIndexNEISubmit.js b/public/react/src/modules/projectPackages/PackageIndexNewandEdit/PackageIndexNEISubmit.js
index 932b9295f..e44e654b9 100644
--- a/public/react/src/modules/projectPackages/PackageIndexNewandEdit/PackageIndexNEISubmit.js
+++ b/public/react/src/modules/projectPackages/PackageIndexNewandEdit/PackageIndexNEISubmit.js
@@ -14,10 +14,10 @@ class PackageIndexNEISubmit extends Component {
}
setageload=(sum)=>{
if(sum===undefined){
- window.location.href="/crowdsourcings/new"
+ window.location.href="/crowdsourcing/new"
}else{
// this.props.history.push("/project_packages/"+sum)
- window.location.href="/crowdsourcings/"+sum
+ window.location.href="/crowdsourcing/"+sum
}
}
diff --git a/public/react/src/modules/projectPackages/PackageIndexNewandEdit/PackageIndexNewandEditIndex.js b/public/react/src/modules/projectPackages/PackageIndexNewandEdit/PackageIndexNewandEditIndex.js
index 8d73a6e55..0481577bf 100644
--- a/public/react/src/modules/projectPackages/PackageIndexNewandEdit/PackageIndexNewandEditIndex.js
+++ b/public/react/src/modules/projectPackages/PackageIndexNewandEdit/PackageIndexNewandEditIndex.js
@@ -30,7 +30,7 @@ class PackageIndexNewandEditIndex extends Component{
goback = () => {
// window.history.go(-1)
- window.location.href="/crowdsourcings";
+ window.location.href="/crowdsourcing";
}
render() {
diff --git a/public/react/src/modules/projectPackages/ProjectPackageIndex.js b/public/react/src/modules/projectPackages/ProjectPackageIndex.js
index 6f2e32b8b..097e012e0 100644
--- a/public/react/src/modules/projectPackages/ProjectPackageIndex.js
+++ b/public/react/src/modules/projectPackages/ProjectPackageIndex.js
@@ -43,25 +43,25 @@ class ProjectPackageIndex extends Component {
{/*众包首页*/}
- ()
}
>
- ()
}
>
- ()
}
>
- ()
}
diff --git a/public/react/src/modules/tpm/NewHeader.js b/public/react/src/modules/tpm/NewHeader.js
index b84982d86..79b0aa443 100644
--- a/public/react/src/modules/tpm/NewHeader.js
+++ b/public/react/src/modules/tpm/NewHeader.js
@@ -718,7 +718,7 @@ submittojoinclass=(value)=>{
教学案例
众包创新
交流问答
{
我的实训
我的实践课程
我的项目
- {/*我的众包*/}
+ 我的众包
账号管理
{/*this.educoderlogin()} >登入测试接口*/}
{/*this.trialapplications()} >试用申请 */}
diff --git a/public/react/src/modules/user/usersInfo/Infos.js b/public/react/src/modules/user/usersInfo/Infos.js
index f20cd5be5..5286c5797 100644
--- a/public/react/src/modules/user/usersInfo/Infos.js
+++ b/public/react/src/modules/user/usersInfo/Infos.js
@@ -384,11 +384,11 @@ class Infos extends Component{
to={`/users/${username}/projects`}>项目
- {/**/}
- {/* this.setState({moduleName: 'package'})}*/}
- {/*to={`/users/${username}/package`}>众包*/}
- {/**/}
+
+ this.setState({moduleName: 'package'})}
+ to={`/users/${username}/package`}>众包
+
{/*{ data && data.identity!="学生" && 题库}*/}