style: 登录界面不填账号密码的
This commit is contained in:
@@ -22,9 +22,9 @@ let state = reactive({
|
|||||||
/**表单属性 */
|
/**表单属性 */
|
||||||
from: {
|
from: {
|
||||||
/**账号 */
|
/**账号 */
|
||||||
username: 'AGrand',
|
username: '',
|
||||||
/**密码 */
|
/**密码 */
|
||||||
password: 'AGrand@1234',
|
password: '',
|
||||||
/**验证码 */
|
/**验证码 */
|
||||||
code: '',
|
code: '',
|
||||||
/**验证码uuid */
|
/**验证码uuid */
|
||||||
|
|||||||
Reference in New Issue
Block a user