This commit is contained in:
bb_pan 2025-08-25 19:01:41 +08:00
parent 7a91b5a8cb
commit aad3a0b34a
1 changed files with 6 additions and 6 deletions

View File

@ -4,12 +4,12 @@ import { http } from '@/utils/http'
* 登录方法 - 调试使用 - 产线环境需注释 * 登录方法 - 调试使用 - 产线环境需注释
*/ */
export const appLoginAPI = (data) => { export const appLoginAPI = (data) => {
// return false return false
return http({ // return http({
method: 'POST', // method: 'POST',
url: '/auth/login', // url: '/auth/login',
data, // data,
}) // })
} }
/** /**
* 获取用户信息 * 获取用户信息