配置修正

This commit is contained in:
hongchao 2025-10-23 18:57:06 +08:00
parent 2d2de874d2
commit 0dc41d8d2f
1 changed files with 10 additions and 10 deletions

View File

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