mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-18 07:16:46 +08:00
-- bug
This commit is contained in:
@@ -219,7 +219,7 @@ export default {
|
|||||||
const state = reactive({
|
const state = reactive({
|
||||||
fileType: ["xls", "xlsx"],
|
fileType: ["xls", "xlsx"],
|
||||||
importHomeWork:
|
importHomeWork:
|
||||||
process.env.VUE_APP_BASE_API + "admin/student/importHomeWork",
|
process.env.VUE_APP_BASE_API + "/admin/student/importHomeWork",
|
||||||
uploadpercent: -1,
|
uploadpercent: -1,
|
||||||
uploadErr: false, //上传失败
|
uploadErr: false, //上传失败
|
||||||
addLoading: false,
|
addLoading: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user