mirror of
https://github.com/simon-ding/polaris.git
synced 2026-04-21 11:17:30 +08:00
fix
This commit is contained in:
@@ -66,6 +66,7 @@ class _SystemSettingsPageState extends ConsumerState<SystemSettingsPage> {
|
||||
padding: EdgeInsets.all(16.0),
|
||||
child: Text("保存"),
|
||||
),
|
||||
|
||||
onPressed: () {
|
||||
// 通过_formKey.currentState 获取FormState后,
|
||||
// 调用validate()方法校验用户名密码是否合法,校验
|
||||
|
||||
Reference in New Issue
Block a user