消息页面需求修改

This commit is contained in:
FengHui
2026-05-19 13:21:35 +08:00
parent 57994d1b2c
commit a070976c0c
5 changed files with 141 additions and 8 deletions

View File

@@ -201,8 +201,8 @@ export function createRequest(url, data = {}, method = 'GET', loading = false, h
// 响应拦截
if (resData.statusCode === 200) {
const responseData = handleResponseData(resData.data)
// console.log('[请求] 接口地址:', config.baseUrl + url)
// console.log('[请求] 解密后数据:', responseData)
console.log('[请求] 接口地址:', config.baseUrl + url)
console.log('[请求] 解密后数据:', JSON.stringify(responseData))
const {
code,
msg