【优化】前端代理问题改正 #I86JH4

pull/172/MERGE
小诺 2023-11-01 00:44:30 +08:00 committed by 俞宝山
parent 4ebf2a78ef
commit 9cd1fcea1d
1 changed files with 0 additions and 1 deletions

View File

@ -151,7 +151,6 @@ service.interceptors.response.use(
// 适配器, 用于适配不同的请求方式
export const baseRequest = (url, value = {}, method = 'post', options = {}) => {
url = sysConfig.API_URL + url
if (method === 'post') {
return service.post(url, value, options)
} else if (method === 'get') {