diff --git a/.env b/.env index a0079fe..af2257a 100644 --- a/.env +++ b/.env @@ -1,5 +1,5 @@ VITE_BASE=/fe-student -VITE_BASE_API=/ +VITE_BASE_API= VITE_BASE_LOGIN_URL=https://u-pre.boe.com/web/ VITE_PROXY_URL=http://111.231.196.214:30001 diff --git a/src/api/api.js b/src/api/api.js index 87b05ca..1efbb2f 100644 --- a/src/api/api.js +++ b/src/api/api.js @@ -18,6 +18,8 @@ export const PROJECT_PROCESS = '/stu/project/process' export const ROUTER_UNCOMPLETE_LIST = '/stu/router/unCompleteTaskList post' export const TAS_ACTIVITY_DETAIL = '/activity' export const TASK_ACTIVITY_SIGN = '/stu/task/activity/sign post' +export const TASK_OFFCOURSE_NOTASK_SIGN = '/stu/task/offcourse/notask/sign post' +export const TASK_OFFCOURSE_SIGN = '/stu/task/offcourse/sign post' export const TASK_BROADCAST_COMMIT = '/stu/task/broadcast/commit' export const TASK_BROADCAST_DETAIL = '/liveBroadcast' export const TASK_BROADCAST_SIGN = '/stu/task/broadcast/sign post' diff --git a/src/components/img/UploadImg.vue b/src/components/img/UploadImg.vue index 570098d..c5f9b39 100644 --- a/src/components/img/UploadImg.vue +++ b/src/components/img/UploadImg.vue @@ -1,19 +1,13 @@ -