diff --git a/src/military/components/adminRouter/index.jsx b/src/military/components/adminRouter/index.jsx index 5ec4397cc..8dbc40037 100644 --- a/src/military/components/adminRouter/index.jsx +++ b/src/military/components/adminRouter/index.jsx @@ -10,7 +10,7 @@ export default props => { const main_web_site_url =localStorage.chromesetting&& JSON.parse(localStorage.chromesetting).main_web_site_url; const current_main_site_url =localStorage.chromesetting&& JSON.parse(localStorage.chromesetting).current_main_site_url; - + const noticeUrl =localStorage.chromesetting&& JSON.parse(localStorage.chromesetting).api_urls.notice; const [current,setCurrent]=useState(JSON.parse(sessionStorage.adminRouter||'[]')); function handleClick (e){ @@ -47,7 +47,8 @@ export default props => { const competitionMenu = useMemo(() => { return 竞赛列表 - 评审任务列表 + 赛区配置 + 竞赛评审列表 }); @@ -75,8 +76,6 @@ export default props => { 申请删帖 回复 版块配置 - 禁言列表 - 版主审批 }); @@ -113,6 +112,11 @@ export default props => { }); + const noticeMenu = useMemo(() => { + return + 招标公告 + + }); return (
@@ -152,8 +156,8 @@ export default props => {
权限管理
- -
网站配置
+ +
招标公告
) diff --git a/src/military/expert/expertList/index.jsx b/src/military/expert/expertList/index.jsx index e18ce7f99..436212e59 100644 --- a/src/military/expert/expertList/index.jsx +++ b/src/military/expert/expertList/index.jsx @@ -393,7 +393,7 @@ function RegisterList({ showNotification }) { > -

{ window.open(`${httpUrl}/busiAttachments/download/${window.location.host.indexOf('osredm') === -1 ? '883' : '136'}`) }}>专家注册表模板.xlsx

+

{ window.open(`${httpUrl}/busiAttachments/download/${window.location.host.indexOf('osredm') === -1 ? '171' : '137'}`) }}>专家注册表模板.xlsx

提示:只能在导入模版上增减数据,才能导入成功!

) diff --git a/src/military/expert/fetch.js b/src/military/expert/fetch.js index e6d22ff3c..ca278fdef 100644 --- a/src/military/expert/fetch.js +++ b/src/military/expert/fetch.js @@ -3,8 +3,7 @@ import javaFetch from '../javaFetch'; let settings = localStorage.chromesetting && JSON.parse(localStorage.chromesetting); -let actionUrl = settings && settings.api_urls && settings.api_urls.expert ? settings.api_urls.expert : 'http://117.50.100.12:8066'; -// http://117.50.100.12:8067/ +let actionUrl = settings && settings.api_urls && settings.api_urls.task ? settings.api_urls.task : 'https://task.osredm.com'; const service = javaFetch(actionUrl); export const httpUrl = actionUrl; export const main_web_site_url = settings && settings.main_web_site_url;