dev_newshixunModel
hjm 5 years ago
parent 080ac7111f
commit 1b23d59117

@ -83,9 +83,9 @@ export function initAxiosInterceptors(props) {
}
config.url = `${proxy}${url}`;
if (config.url.indexOf('?') == -1) {
config.url = `${config.url}?debug=${'student'}`
config.url = `${config.url}?debug=${debugType}`
} else {
config.url = `${config.url}&debug=${'student'}`
config.url = `${config.url}&debug=${debugType}`
}
} else {
// 加api前缀

Loading…
Cancel
Save