diff --git a/.env b/.env index df7550eb..2843407d 100644 --- a/.env +++ b/.env @@ -35,3 +35,5 @@ 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= #h5的基本url VUE_APP_H5=//u-pre.boe.com/student-h5 +#用户头像 +VUE_APP_AVATAR_PATH=/upload/ \ No newline at end of file diff --git a/.env.prod b/.env.prod index 21347850..95f57361 100644 --- a/.env.prod +++ b/.env.prod @@ -25,4 +25,6 @@ VUE_APP_EXAM_DETAIL_URL=//u.boe.com/mobile/pages/exam/exam?id= #h5的基本url VUE_APP_H5=//u.boe.com/student-h5 #文件基础路径调试 只在生产做了变更 -VUE_APP_FILE_PATH=/upload/boe/file/ \ No newline at end of file +VUE_APP_FILE_PATH=/upload/boe/file/ +#用户头像 +VUE_APP_AVATAR_PATH=/upload/ \ No newline at end of file diff --git a/.env.release b/.env.release index 185c9dc5..d6f1580a 100644 --- a/.env.release +++ b/.env.release @@ -21,4 +21,6 @@ VUE_APP_ONLINE_CLASS_URL=//u.boe.com/mobile-release/pages/study/courseStudy?id= VITE_BOE_CASS_DETAIL_URL=//u.boe.com/pc-release/case/detail?id= VUE_APP_EXAM_DETAIL_URL=//u.boe.com/mobile-release/pages/exam/exam?id= #h5的基本url -VUE_APP_H5=//u.boe.com/student-h5-release \ No newline at end of file +VUE_APP_H5=//u.boe.com/student-h5-release +#用户头像 +VUE_APP_AVATAR_PATH=/upload/ \ No newline at end of file diff --git a/src/App.vue b/src/App.vue index 7801b09c..66030396 100644 --- a/src/App.vue +++ b/src/App.vue @@ -33,7 +33,9 @@ import {USER_PERMISSION} from "@/api/ThirdApi"; const store = useStore(); const isLogin = ref(false); -console.log("版本2.1.1------------"); + +console.log("版本2.1.2------------"); + // 监听关闭浏览器 let time1 = ref(0); diff --git a/src/components/drawers/AddActive.vue b/src/components/drawers/AddActive.vue index d14fcfcf..c945a727 100644 --- a/src/components/drawers/AddActive.vue +++ b/src/components/drawers/AddActive.vue @@ -2,126 +2,76 @@
- +
{{ taskIndex >= 0 ? "编辑" : "添加" }}活动
- +
- +
活动名称:
- +
- +
活动时间:
- +
-
+
- +
活动地点:
- +
- +
活动公告:
- +
@@ -129,14 +79,8 @@ 活动说明:
- +
@@ -152,39 +96,23 @@
活动开始前: - - 分钟允许签到 + + 分钟允许签到
活动开始后: - - 分钟允许签到 + + 分钟允许签到
@@ -205,8 +133,8 @@