---项目详情

This commit is contained in:
yuping
2023-06-08 17:16:19 +08:00
parent fe0e9f2651
commit 914d9a09d1
22 changed files with 20 additions and 46 deletions

View File

@@ -218,9 +218,6 @@ export default {
downloadErrUrl: null, //下载失败数据
fileName: "",
locationHref:
location.href.indexOf("http://") !== -1
? "http://43.143.139.204:12016/"
: location.href.slice(0, location.href.indexOf("/m")) +
process.env.VUE_APP_FILE_PATH,
template: process.env.VUE_APP_UP_LOAD_STUDENT_SCORE_TEMPLATE,
});