feat:合并

This commit is contained in:
lixg
2022-12-19 22:21:28 +08:00
parent 25063036af
commit 8ba643af57

View File

@@ -138,7 +138,7 @@ export async function request(_url, params) {
}
}
const body = method !== 'get' ? params || {} : {}
// url = process.env.VUE_APP_BOE_API_URL + url
url = process.env.VUE_APP_BOE_API_URL + url
return fetch(url, {
method,
headers: {