配置修正

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) { export function login(data) {
// return false return false
return request({ // return request({
url: '/auth/login', // url: '/auth/login',
headers: { // headers: {
isToken: false, // isToken: false,
repeatSubmit: false // repeatSubmit: false
}, // },
method: 'post', // method: 'post',
data: data // data: data
}) // })
} }
export function isLogin(data) { export function isLogin(data) {