login配置

This commit is contained in:
bb_pan 2025-09-04 11:23:21 +08:00
parent ad0a10c831
commit 57889f9264
1 changed files with 9 additions and 10 deletions

View File

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