diff --git a/.env b/.env
index 51fb97d..2b89436 100644
--- a/.env
+++ b/.env
@@ -1,5 +1,5 @@
VITE_BASE=/fe-student-h5
-VITE_BASE_API=/
+VITE_BASE_API=
VITE_OUTPUT_DIR=./dist
VITE_BASE_LOGIN_URL=https://u-pre.boe.com/web?returnUrl=
VITE_PROXY_URL=http://111.231.196.214/manageApi
diff --git a/src/api/api.js b/src/api/api.js
index 0773371..ed18516 100644
--- a/src/api/api.js
+++ b/src/api/api.js
@@ -2,13 +2,13 @@
* @Author: lixg lixg@dongwu-inc.com
* @Date: 2023-01-13 11:42:48
* @LastEditors: lixg lixg@dongwu-inc.com
- * @LastEditTime: 2023-01-17 17:06:24
+ * @LastEditTime: 2023-01-18 14:57:44
* @FilePath: /stu_h5/src/api/api.js
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
*/
export const BASE = 'http://localhost:3000'
export const LOGIN = '/admin/CheckUser/userLogin post'
-export const FILE_UPLOAD = '/file/upload'
+export const FILE_UPLOAD = import.meta.env.VITE_BASE_API + '/file/upload'
export const ROUTER_CHAPTER_LIST = '/stu/router/chapterList'
export const ROUTER_LIST = '/stu/router/list post'
export const ROUTER_PROCESS = '/stu/router/process'
@@ -37,4 +37,4 @@ export const TASK_WORK_SUBMIT_LIST = '/workSubmit/queryWorkSubmitDetailById'
export const WORK_HISTROY = '/workSubmit/queryWorkDetailListByStuId'
export const ASSESSMENT_QUERY = assessmentId => `/stu/task/queryAssessmentDetailById`
export const ASSESSMENT_SUBMIT = '/stu/task/evaluate/commit post'
-
+export const FILE_UPLOAD_ANNEX = import.meta.env.VITE_BASE_API + '/file/stuUploadAnnex'
diff --git a/src/assets/image/download.png b/src/assets/image/download.png
new file mode 100644
index 0000000..4b67a81
Binary files /dev/null and b/src/assets/image/download.png differ
diff --git a/src/components/img/UploadImg.vue b/src/components/img/UploadImg.vue
new file mode 100644
index 0000000..53eef83
--- /dev/null
+++ b/src/components/img/UploadImg.vue
@@ -0,0 +1,97 @@
+
+
+
+
+