fix(projects): 修复页面缓存

This commit is contained in:
Soybean
2021-09-22 16:56:25 +08:00
parent 4f05095336
commit fa0a907941
21 changed files with 332 additions and 136 deletions

View File

@ -63,7 +63,7 @@ const themeSettings: ThemeSettings = {
},
pageStyle: {
animate: true,
animateType: 'zoom-fade',
animateType: 'fade-slide',
animateTypeList: [
{ value: 'zoom-fade', label: EnumAnimate['zoom-fade'] },
{ value: 'zoom-out', label: EnumAnimate['zoom-out'] },