config.js 260 B

1234567891011121314
  1. module.exports = {
  2. base: '/doc/',
  3. title: '大屏设计',
  4. description: '使用拖拽快速生成动态大屏报表',
  5. dest: 'dist',
  6. lastUpdated: 'Last Updated',
  7. theme: '',
  8. themeConfig: {
  9. logo: '/logo.png',
  10. smoothScroll: true,
  11. sidebarDepth: 2,
  12. }
  13. }