去除中间域名

This commit is contained in:
BOE\10867418
2023-03-14 15:56:01 +08:00
parent 850115a223
commit 81b40b9ae9
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-pre',
baseURL: '/report',
timeout: 1000 * 15,
// headers: { "Content-Type": "multipart/form-data" },
headers: {"Content-Type": "application/json"},