ppt模板下载配置生产环境地址

This commit is contained in:
谢思 2022-08-12 14:15:55 +08:00
parent 67f743ef0c
commit a70608ebbf
2 changed files with 6 additions and 4 deletions

View File

@ -191,11 +191,12 @@
color: #202d40;
}
.passStatusBox{
display: inline-block;
display: inline-flex;
justify-content: center;
align-items: center;
width:59px;
height:28px;
color:#d2001d;
text-align: center;
background-color:rgba(251, 0, 34, 0.06);
border:1px solid #df001f;
border-radius:6px;
@ -208,6 +209,7 @@
.blueSpan{color: $primary-color;}
}
.tutorRemark{
word-break: break-all;
flex: 1;
color:#6c7283;
}

View File

@ -4,7 +4,7 @@ import { Link } from "react-router-dom";
import banner from '../img/banner-interim.png';
import img1 from '../img/img1.png';
import bg from '../img/bgPng.png';
import { httpUrl } from '../fetch';
import { httpUrl, main_site_url } from '../fetch';
import {getMediumTermExamineInfo, submitMedium, getBriefMediumTermExamineMaterial} from '../api';
import './index.scss';
@ -80,7 +80,7 @@ function StudentSubmit(props){
<div className="navBox font-16"><Link to={`/glcc`} className="linkBox">开源夏令营 / </Link>提交中期考核材料</div>
<div className="tipBox mt30">
<div className="font-15 spanBox">材料提交说明:</div>
<div>1请各位学生<a href={`${httpUrl}/busiAttachments/download/169`} className="blueSpan">下载PPT模板</a> 根据课题开发进展按照PPT模板要求填写课题学习调研方案开发进度及开发成果下半阶段工作计划等考核材料</div>
<div>1请各位学生<a href={`${main_site_url.indexOf("gitlink") !== -1 ? '/api/attachments/392565' : httpUrl+'/busiAttachments/download/169'}`} className="blueSpan">下载PPT模板</a> 根据课题开发进展按照PPT模板要求填写课题学习调研方案开发进度及开发成果下半阶段工作计划等考核材料</div>
<div>2欢迎各位学生录制本课题答辩视频将视频链接填写至下方视频介绍填写栏</div>
<div>3学生提交考核材料的时间为<span className="spanBox">2022年8月12日8点至2022年8月21日24点</span>请在截止时间前提交若在截止时间未提交中期考核表则默认自动放弃该课题将自动终止</div>
<div>4学生在<span className="spanBox">2022年8月25日</span>可在此页面查看自己考核成绩若对考核成绩有异议请及时联系导师进行更改</div>