This commit is contained in:
hongchao 2025-10-16 18:08:33 +08:00
parent c036fbe293
commit aab5b8ab72
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,
}) // })
} }
/** /**
* 获取用户信息 * 获取用户信息