diff --git a/.env b/.env index 4f5c0444..935cc35a 100644 --- a/.env +++ b/.env @@ -20,7 +20,7 @@ VUE_APP_IFRAME_STUDENT_URL=https://u-pre.boe.com/pc/loadingVUE_APP_BOE_API_URLVU # 课程二维码 VUE_APP_COURSE_STUDY=https://u-pre.boe.com/pc/course/studyindex?id= -# 导入学员模板 +# 导入学员模板 -发版前记得修改 VUE_APP_UP_LOAD_HOMEWORK_TEMPLATE=导入作业成绩模板-1673511599785.xlsx # 导入作业成绩学员模板 VUE_APP_UP_LOAD_STUDENT_TEMPLATE=导入学员模版-1673511636808.xlsx diff --git a/.env.prod b/.env.prod index 8291a432..77beb64f 100644 --- a/.env.prod +++ b/.env.prod @@ -13,4 +13,6 @@ VUE_APP_IFRAME_STUDENT_URL=https://u.boe.com/pc/loading VUE_APP_COURSE_STUDY=https://u.boe.com/pc/course/studyindex?id= -VUE_APP_TEMPLATE=https://u-pre.boe.com/upload/ \ No newline at end of file +VUE_APP_TEMPLATE=https://u-pre.boe.com/upload/ + +VUE_APP_UP_LOAD_HOMEWORK_TEMPLATE=导入学员模版-1673963663229.xlsx diff --git a/.env.release b/.env.release index 39b98c87..2479cd46 100644 --- a/.env.release +++ b/.env.release @@ -13,4 +13,6 @@ VUE_APP_IFRAME_STUDENT_URL=https://u.boe.com/pc-release/loading VUE_APP_COURSE_STUDY=https://u.boe.com/pc-release/course/studyindex?id= -VUE_APP_TEMPLATE=https://u-pre.boe.com/upload/ \ No newline at end of file +VUE_APP_TEMPLATE=https://u-pre.boe.com/upload/ + +VUE_APP_UP_LOAD_HOMEWORK_TEMPLATE=导入学员模版-1673963663229.xlsx \ No newline at end of file diff --git a/src/App.vue b/src/App.vue index b22bbd4d..06c7c937 100644 --- a/src/App.vue +++ b/src/App.vue @@ -44,7 +44,7 @@ export default defineComponent({ const store = useStore(); const isLogin = ref(false); // console.log("router", router.getRoutes(), route); - console.log("版本2.1.3------------"); + console.log("版本2.1.4------------"); const routes = computed(() => { return router.getRoutes().filter((e) => e.meta?.isLink); }); diff --git a/src/components/drawers/CheckStu.vue b/src/components/drawers/CheckStu.vue index 72ef168f..56d52bae 100644 --- a/src/components/drawers/CheckStu.vue +++ b/src/components/drawers/CheckStu.vue @@ -28,8 +28,8 @@