refactor: 优化认证及客户端相关代码

This commit is contained in:
2024-12-27 20:29:59 +08:00
parent f0dff8b753
commit 6ff307251f
17 changed files with 155 additions and 190 deletions

View File

@@ -154,9 +154,6 @@ const formColumns: Columns = reactive([
label: '作者名称',
field: 'author',
type: 'input',
props: {
placeholder: '请输入作者名称',
},
rules: [{ required: true, message: '请输入作者名称' }],
},
{