This commit is contained in:
yuping
2023-01-12 16:32:37 +08:00
parent 51e53a0cbe
commit 72d7157054

View File

@@ -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,