身份证号码登录开发
This commit is contained in:
@@ -198,8 +198,8 @@ const handleLogin = async () => {
|
||||
loading.value = true
|
||||
|
||||
try {
|
||||
// 调用账号密码登录接口
|
||||
const res = await $api.createRequest('/app/login', {
|
||||
// 调用手机号登录接口 /app/phoneLogin
|
||||
const res = await $api.createRequest('/app/phoneLogin', {
|
||||
username: form.username,
|
||||
password: form.password
|
||||
}, 'post')
|
||||
|
||||
Reference in New Issue
Block a user