feat: allow user to login with username and mobile no

This commit is contained in:
RockYang
2023-07-27 15:37:50 +08:00
parent 4faee3e48e
commit a18188876c
6 changed files with 15 additions and 6 deletions

View File

@@ -9,7 +9,7 @@
<div class="header">{{ title }}</div>
<div class="content">
<div class="block">
<el-input placeholder="手机号/邮箱" size="large" v-model="username" autocomplete="off">
<el-input placeholder="手机号/用户名" size="large" v-model="username" autocomplete="off">
<template #prefix>
<el-icon>
<UserFilled/>