style: 登录界面不填账号密码的

This commit is contained in:
TsMask
2023-10-20 17:54:07 +08:00
parent 422ff4674a
commit 6752c9c6e9

View File

@@ -22,9 +22,9 @@ let state = reactive({
/**表单属性 */ /**表单属性 */
from: { from: {
/**账号 */ /**账号 */
username: 'AGrand', username: '',
/**密码 */ /**密码 */
password: 'AGrand@1234', password: '',
/**验证码 */ /**验证码 */
code: '', code: '',
/**验证码uuid */ /**验证码uuid */