华西海圻ELN前端工程
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

56 lines
740 B

2 months ago
  1. module.exports = {
  2. /**
  3. * 网页标题
  4. */
  5. title: process.env.VUE_APP_TITLE,
  6. /**
  7. * 侧边栏主题 深色主题theme-dark浅色主题theme-light
  8. */
  9. sideTheme: 'theme-dark',
  10. /**
  11. * 系统布局配制
  12. */
  13. showSettings: true,
  14. /**
  15. * 是否显示顶部导航
  16. */
  17. topNav: false,
  18. /**
  19. * 是否显示 tagsView
  20. */
  21. tagsView: true,
  22. /**
  23. * 显示页签图标
  24. */
  25. tagsIcon: false,
  26. /**
  27. * 是否固定头部
  28. */
  29. fixedHeader: true,
  30. /**
  31. * 是否显示logo
  32. */
  33. sidebarLogo: true,
  34. /**
  35. * 是否显示动态标题
  36. */
  37. dynamicTitle: false,
  38. /**
  39. * 是否显示底部版权
  40. */
  41. footerVisible: false,
  42. /**
  43. * 底部版权文本内容
  44. */
  45. footerContent: ''
  46. }