产线环境需注释 login 接口

This commit is contained in:
bb_pan 2025-07-10 15:56:51 +08:00
parent 7cea923408
commit 80e11709d7
1 changed files with 1 additions and 1 deletions

View File

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