mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-13 21:06:47 +08:00
这个方法要有 和request不一样
This commit is contained in:
@@ -111,7 +111,7 @@ export async function request(_url, params) {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
// 这个方法要有
|
// 这个方法要有 和request不一样
|
||||||
export async function boeRequest(_url, params) {
|
export async function boeRequest(_url, params) {
|
||||||
const s = _url.split(' ')
|
const s = _url.split(' ')
|
||||||
let url = s[0]
|
let url = s[0]
|
||||||
|
|||||||
Reference in New Issue
Block a user