mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-19 15:56:47 +08:00
-- bug
This commit is contained in:
@@ -138,6 +138,7 @@ export async function request(_url, params) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
const body = method !== 'get' ? params || {} : {}
|
const body = method !== 'get' ? params || {} : {}
|
||||||
|
url = process.env.VUE_APP_BOE_API_URL + url
|
||||||
return fetch(url,{
|
return fetch(url,{
|
||||||
method,
|
method,
|
||||||
headers:{
|
headers:{
|
||||||
|
|||||||
Reference in New Issue
Block a user