12345678910111213 |
- // APP CONFIG
- export const $themeConfig = {
- locale: 'zh', // en, da, de, el, es, fr, hu, it, ja, pl, pt, ru, sv, tr, zh
- theme: 'light', // light, dark, system
- menu: 'horizontal', // vertical, collapsible-vertical, horizontal
- layout: 'full', // full, boxed-layout
- rtlClass: 'ltr', // rtl, ltr
- animation: '', // animate__fadeIn, animate__fadeInDown, animate__fadeInUp, animate__fadeInLeft, animate__fadeInRight, animate__slideInDown, animate__slideInLeft, animate__slideInRight, animate__zoomIn
- navbar: 'navbar-sticky', // navbar-sticky, navbar-floating, navbar-static
- semidark: false,
- superMenu:'super',
- companId:'',
- };
|