Skip to content

Commit

Permalink
fix: 修复退出动画
Browse files Browse the repository at this point in the history
  • Loading branch information
pumelotea committed Jun 25, 2022
1 parent 9f9f91b commit 2415bb0
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion src/mock/routerData.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ const routerData = [
icon : 'ri-collage-fill',
type : 'menu',
budge : {
value: '11',
value: '14',
type : 'info'
},
children: [
Expand Down Expand Up @@ -282,6 +282,34 @@ const routerData = [
icon : 'ri-artboard-2-line',
type : 'menu',
children : []
},
{
name : '图片压缩',
path : '/image-compress',
view : '/parallax-demo/index.vue',
isRouter : true,
isKeepalive: false,
icon : 'ri-folder-zip-line',
type : 'menu',
children : [],
budge : {
value: '新',
type : 'info'
}
},
{
name : '压缩包生成',
path : '/zip',
view : '/parallax-demo/index.vue',
isRouter : true,
isKeepalive: false,
icon : 'ri-file-zip-line',
type : 'menu',
children : [],
budge : {
value: '新',
type : 'info'
}
}
]
},
Expand Down

0 comments on commit 2415bb0

Please sign in to comment.