fix: 隐藏登录页账号密码
This commit is contained in:
@@ -21,9 +21,9 @@ let state = reactive({
|
||||
/**表单属性 */
|
||||
from: {
|
||||
/**账号 */
|
||||
username: 'supervisor',
|
||||
username: '',
|
||||
/**密码 */
|
||||
password: 'rootaa',
|
||||
password: '',
|
||||
/**验证码 */
|
||||
code: '',
|
||||
/**验证码uuid */
|
||||
|
||||
Reference in New Issue
Block a user