This commit is contained in:
bb_pan 2025-07-16 18:17:02 +08:00
parent b51537a509
commit daa48f0887
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ import request from '@/utils/request'
// 登录方法 - 调试使用 - 产线环境需注释
export function login(data) {
// return false
return request({
url: '/auth/login',
headers: {