Skip to content

Commit

Permalink
代码优化
Browse files Browse the repository at this point in the history
  • Loading branch information
wayn111 committed Apr 27, 2024
1 parent 79c4657 commit 5236896
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/views/auth/login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
type="text"
required
clearable
name="登录用户"
label="登录用户"
placeholder="请输入登录用户名称"
name="手机号码"
label="手机号码"
placeholder="请输入手机号码"
:rules="[
{
validator: checkPhone,
Expand Down

0 comments on commit 5236896

Please sign in to comment.