diff --git a/public/react/public/index.html b/public/react/public/index.html index ddf1ed4a9..59e66b0d4 100755 --- a/public/react/public/index.html +++ b/public/react/public/index.html @@ -108,7 +108,7 @@ - + diff --git a/public/react/scripts/build.js b/public/react/scripts/build.js index f8cec6702..e1ba02ef3 100644 --- a/public/react/scripts/build.js +++ b/public/react/scripts/build.js @@ -221,12 +221,12 @@ function generateNewIndexJsp() { // var result = data .replace(jsMinAllRegex, code) - .replace(flvMinAllRegex,'') // .replace('/js/js_min_all.js', `${cdnHost}/react/build/js/js_min_all.js?v=${newVersion}`) // .replace('/js/js_min_all_2.js', `${cdnHost}/react/build/js/js_min_all_2.js?v=${newVersion}`) // ${cdnHost} 加了cdn后,这个文件里的字体文件加载会有跨域的报错 ../fonts/fontawesome-webfont.eot // TODO tpi 评测结果关闭也使用了fontawesome + .replace(flvMinAllRegex,``) .replace('/css/css_min_all.css', `${cdnHost}/react/build/css/css_min_all.css?v=${newVersion}`) .replace('/css/iconfont.css', `${cdnHost}/react/build/css/iconfont.css?v=${newVersion}`) .replace(/\/js\/create_kindeditor.js/g, `${cdnHost}/react/build/js/create_kindeditor.js?v=${newVersion}`) diff --git a/public/react/src/college/College.js b/public/react/src/college/College.js index d18e45d48..7ebfe6644 100644 --- a/public/react/src/college/College.js +++ b/public/react/src/college/College.js @@ -893,8 +893,8 @@ class College extends Component {
共建实训
-- 实习报告 +
+ 实训报告
学员实战时间
diff --git a/public/react/src/modules/tpm/TPMsettings/LearningSettings.js b/public/react/src/modules/tpm/TPMsettings/LearningSettings.js
index e1316623e..53f4b01b8 100644
--- a/public/react/src/modules/tpm/TPMsettings/LearningSettings.js
+++ b/public/react/src/modules/tpm/TPMsettings/LearningSettings.js
@@ -331,7 +331,7 @@ export default class Shixuninformation extends Component {