chore: docs update + docker-compose + H5 login
This commit is contained in:
@@ -21,10 +21,10 @@
|
||||
<div class="login-form">
|
||||
<van-field
|
||||
v-model="employeeId"
|
||||
label="员工ID"
|
||||
placeholder="请输入企微员工 UserID"
|
||||
label="员工账号"
|
||||
placeholder="请输入企微员工账号(UserID)"
|
||||
clearable
|
||||
:rules="[{ required: true, message: '请输入员工ID' }]"
|
||||
:rules="[{ required: true, message: '请输入员工账号' }]"
|
||||
@keyup.enter="handleLogin"
|
||||
/>
|
||||
|
||||
@@ -156,7 +156,7 @@ function handleResetPassword(): void {
|
||||
async function handleLogin(): Promise<void> {
|
||||
const id = employeeId.value.trim()
|
||||
if (!id) {
|
||||
showToast('请输入员工ID')
|
||||
showToast('请输入员工账号')
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user