feat: 新增组件-可选按钮示例

This commit is contained in:
xiaoxian521
2024-01-18 17:40:22 +08:00
parent 4c80abfe55
commit 70c865b748
6 changed files with 297 additions and 14 deletions

View File

@@ -4,11 +4,11 @@ const home = 0, // 平台规定只有 home 路由的 rank 才能为 0 ,所以
able = 1,
components = 2,
table = 3,
frame = 4,
nested = 5,
result = 6,
error = 7,
list = 8,
list = 4,
result = 5,
error = 6,
frame = 7,
nested = 8,
permission = 9,
system = 10,
tabs = 11,
@@ -26,11 +26,11 @@ export {
able,
components,
table,
frame,
nested,
list,
result,
error,
list,
frame,
nested,
permission,
system,
tabs,