修改域名

This commit is contained in:
BOE\10867418
2023-03-10 15:03:53 +08:00
parent 6b073227bb
commit d35fd52e0f
4 changed files with 17 additions and 17 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: '/report-pre',
timeout: 1000 * 15,
// headers: { "Content-Type": "multipart/form-data" },
headers: {"Content-Type": "application/json"},