登录接口完成
This commit is contained in:
@@ -16,7 +16,7 @@ interface FormModel {
|
||||
}
|
||||
|
||||
const model: FormModel = reactive({
|
||||
userName: 'Soybean',
|
||||
userName: 'admin1',
|
||||
password: '123456'
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user