From 72d7157054a3f3fdd675b676f40121c8790568a2 Mon Sep 17 00:00:00 2001 From: yuping <82253452@qq.com> Date: Thu, 12 Jan 2023 16:32:37 +0800 Subject: [PATCH] -- bug --- src/components/drawers/ExportScore.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/drawers/ExportScore.vue b/src/components/drawers/ExportScore.vue index cfa37447..bf2a5a83 100644 --- a/src/components/drawers/ExportScore.vue +++ b/src/components/drawers/ExportScore.vue @@ -219,7 +219,7 @@ export default { const state = reactive({ fileType: ["xls", "xlsx"], importHomeWork: - process.env.VUE_APP_BASE_API + "admin/student/importHomeWork", + process.env.VUE_APP_BASE_API + "/admin/student/importHomeWork", uploadpercent: -1, uploadErr: false, //上传失败 addLoading: false,