|
|
@ -42,7 +42,7 @@ if (isDev) {
|
|
|
|
// 老师
|
|
|
|
// 老师
|
|
|
|
//ebugType="teacher";
|
|
|
|
//ebugType="teacher";
|
|
|
|
// 学生
|
|
|
|
// 学生
|
|
|
|
debugType="student";
|
|
|
|
//debugType="student";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
function railsgettimes(proxy) {
|
|
|
|
function railsgettimes(proxy) {
|
|
|
@ -94,9 +94,10 @@ export function initAxiosInterceptors(props) {
|
|
|
|
requestMap[keyName] = false;
|
|
|
|
requestMap[keyName] = false;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
axios.interceptors.request.use(
|
|
|
|
axios.interceptors.request.use(
|
|
|
|
config => {
|
|
|
|
config => {
|
|
|
|
|
|
|
|
config.headers['Content-Type']= 'no-cache'
|
|
|
|
// if (token) { // 每次发送请求之前判断是否存在token,如果存在,则统一在http请求的header都加上token,不用每次请求都手动添加了
|
|
|
|
// if (token) { // 每次发送请求之前判断是否存在token,如果存在,则统一在http请求的header都加上token,不用每次请求都手动添加了
|
|
|
|
// config.headers.Authorization = token;
|
|
|
|
// config.headers.Authorization = token;
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|