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) => {
// return false
return http({
method: 'POST',
url: '/auth/login',
data,
})
return false
// return http({
// method: 'POST',
// url: '/auth/login',
// data,
// })
}
/**
* 获取用户信息