fix: 隐藏登录页账号密码

This commit is contained in:
TsMask
2023-11-24 10:04:33 +08:00
parent 57f126b5f2
commit 0e7b6fa6e4
2 changed files with 3 additions and 3 deletions

View File

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