添加提交

This commit is contained in:
2025-03-18 19:16:08 +08:00
parent 3618b5a4b2
commit e4e7507f85
15 changed files with 382 additions and 19 deletions

View File

@@ -23,7 +23,9 @@
title="登录失败,请检查用户名和密码"
></n-alert>
<n-flex>
<n-button block :loading="loading" @click="submit" type="primary">登录</n-button>
<n-button block :loading="loading" @click="submit" type="primary"
>登录</n-button
>
</n-flex>
</n-form>
</n-modal>