111
This commit is contained in:
@@ -188,8 +188,8 @@ export function createRequest(url, data = {}, method = 'GET', loading = false, h
|
||||
header,
|
||||
success: resData => {
|
||||
const responseData = handleResponseData(resData.data)
|
||||
// console.log('[请求] 接口地址:', config.baseUrl + url)
|
||||
// console.log('[请求] 解密后数据:', JSON.stringify(responseData))
|
||||
console.log('[请求] 接口地址:', config.baseUrl + url)
|
||||
console.log('[请求] 解密后数据:', JSON.stringify(responseData))
|
||||
// 响应拦截
|
||||
if (resData.statusCode === 200) {
|
||||
const {
|
||||
|
||||
Reference in New Issue
Block a user