mirror of
https://github.com/jekip/naive-ui-admin.git
synced 2026-02-17 03:32:27 +08:00
支持 Vue 3.2.x 语法升级为,script setup
This commit is contained in:
8
src/settings/animateSetting.ts
Normal file
8
src/settings/animateSetting.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export const animates = [
|
||||
{ value: 'zoom-fade', label: '渐变' },
|
||||
{ value: 'zoom-out', label: '闪现' },
|
||||
{ value: 'fade-slide', label: '滑动' },
|
||||
{ value: 'fade', label: '消退' },
|
||||
{ value: 'fade-bottom', label: '底部消退' },
|
||||
{ value: 'fade-scale', label: '缩放消退' },
|
||||
];
|
||||
@@ -43,5 +43,9 @@ const setting = {
|
||||
},
|
||||
//菜单权限模式 FIXED 前端固定路由 BACK 动态获取
|
||||
permissionMode: 'FIXED',
|
||||
//是否开启路由动画
|
||||
isPageAnimate: true,
|
||||
//路由动画类型
|
||||
pageAnimateType: 'zoom-fade',
|
||||
};
|
||||
export default setting;
|
||||
|
||||
Reference in New Issue
Block a user