chore: update

This commit is contained in:
xiaoxian521
2022-11-28 00:48:02 +08:00
parent 1d76946968
commit 0c5ecd0a4e
5 changed files with 20 additions and 8 deletions

View File

@@ -5,8 +5,8 @@ const home = 0, // 平台规定只有 home 路由的 rank 才能为 0 ,所以
utils = 2,
table = 3,
tree = 4,
able = 5,
components = 6,
components = 5,
able = 6,
frame = 7,
nested = 8,
result = 9,
@@ -28,8 +28,8 @@ export {
utils,
table,
tree,
able,
components,
able,
frame,
nested,
result,

View File

@@ -19,6 +19,10 @@ export default {
extraIcon: {
svg: true,
name: "team-iconxinpinrenqiwang"
},
transition: {
enterTransition: "animate__fadeInLeft",
leaveTransition: "animate__fadeOutRight"
}
}
},