mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-09-27 04:57:08 +08:00
refactor: 优化认证及客户端相关代码
This commit is contained in:
@@ -154,9 +154,6 @@ const formColumns: Columns = reactive([
|
||||
label: '作者名称',
|
||||
field: 'author',
|
||||
type: 'input',
|
||||
props: {
|
||||
placeholder: '请输入作者名称',
|
||||
},
|
||||
rules: [{ required: true, message: '请输入作者名称' }],
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user