diff --git a/.env b/.env index f02adc52..5abc8902 100644 --- a/.env +++ b/.env @@ -38,4 +38,6 @@ VUE_APP_H5=//u-pre.boe.com/student-h5 #用户头像 VUE_APP_AVATAR_PATH=/upload/ # 旧版管理员界面 -VUE_APP_OLD_MANAGE=//u-pre.boe.com/resource/index.html \ No newline at end of file +VUE_APP_OLD_MANAGE=//u-pre.boe.com/resource/index.html +# 批量面授报名模板 +VUE_APP_FACE_STUDENT_TEMPLATE=批量面授报名模版-1673963663229.xlsx \ No newline at end of file diff --git a/.env.boe b/.env.boe index dff531eb..e3def201 100644 --- a/.env.boe +++ b/.env.boe @@ -13,4 +13,6 @@ VUE_APP_UP_LOAD_STUDENT_SCORE_TEMPLATE=coursefile/外部考试学员成绩导入 #在线 VUE_APP_ONLINE_CLASS_URL=//u-pre.boe.com/mobile/pages/study/courseStudy?id= VITE_BOE_CASS_DETAIL_URL=//u-pre.boe.com/pc/case/detail?id= -VUE_APP_EXAM_DETAIL_URL=//u-pre.boe.com/mobile/pages/exam/exam?id= \ No newline at end of file +VUE_APP_EXAM_DETAIL_URL=//u-pre.boe.com/mobile/pages/exam/exam?id= +# 批量面授报名模板 +VUE_APP_FACE_STUDENT_TEMPLATE=批量面授报名模版-1673963663229.xlsx \ No newline at end of file diff --git a/.env.prod b/.env.prod index 54f6aaed..065ab4f0 100644 --- a/.env.prod +++ b/.env.prod @@ -29,4 +29,6 @@ VUE_APP_FILE_PATH=/upload/boe/file/ #用户头像 VUE_APP_AVATAR_PATH=/upload/ # 旧版管理员界面 -VUE_APP_OLD_MANAGE=//u.boe.com/resource/index.html \ No newline at end of file +VUE_APP_OLD_MANAGE=//u.boe.com/resource/index.html +# 批量面授报名模板 +VUE_APP_FACE_STUDENT_TEMPLATE=批量面授报名模版-1673963663229.xlsx \ No newline at end of file diff --git a/.env.release b/.env.release index 95765bc6..a38aecf3 100644 --- a/.env.release +++ b/.env.release @@ -25,4 +25,6 @@ VUE_APP_H5=//u.boe.com/student-h5-release #用户头像 VUE_APP_AVATAR_PATH=/upload/ # 旧版管理员界面 -VUE_APP_OLD_MANAGE=//u-pre.boe.com/resource/index.html \ No newline at end of file +VUE_APP_OLD_MANAGE=//u-pre.boe.com/resource/index.html +# 批量面授报名模板 +VUE_APP_FACE_STUDENT_TEMPLATE=批量面授报名模版-1673963663229.xlsx \ No newline at end of file diff --git a/src/App.vue b/src/App.vue index 58f5a507..cd90f36b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -33,7 +33,7 @@ import {USER_PERMISSION} from "@/api/ThirdApi"; const store = useStore(); const isLogin = ref(false); -console.log("版本2.2.4------------"); +console.log("版本2.2.5------------"); // 监听关闭浏览器 let time1 = ref(0); diff --git a/src/components/common/CommonImport.vue b/src/components/common/CommonImport.vue index 44966b06..ef55088b 100644 --- a/src/components/common/CommonImport.vue +++ b/src/components/common/CommonImport.vue @@ -148,6 +148,10 @@ function handleChange({ file }) {