Merge remote-tracking branch 'origin/ah-simple' into ah-simple

This commit is contained in:
lizhenhua 2025-07-10 16:13:35 +08:00
commit e947cccdda
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import { get, post } from '../../index'
// 登录接口
// 登录接口 - 调试使用 - 产线环境需注释
export const loginApi = (data: any) => {
return post('/auth/login', data)
}