This commit is contained in:
wangjh12
2025-04-30 09:35:33 +08:00
parent 93ba27d1fe
commit 0ac164064c
4 changed files with 3176 additions and 1196 deletions

View File

@@ -12,7 +12,7 @@ import Cookies from 'vue-cookies'
// export const BATCH_IMPORT_SCORE = process.env.VUE_APP_BASE_API + '/admin/offcourse/batchImportScore'
axios.defaults.withCredentials = true;
const http = axios.create({
baseURL: '/report',
baseURL: '/',
timeout: 1000 * 15,
// headers: { "Content-Type": "multipart/form-data" },
headers: {"Content-Type": "application/json"},