vben
2020-12-22 f69aaeab5e6e78a638601cc63c22072847b3204d
src/settings/projectSetting.ts
@@ -62,14 +62,15 @@
    theme: ThemeEnum.LIGHT,
    // Whether to enable the lock screen function
    useLockPage: true,
    // Whether to show the refresh button
    showRedo: true,
    // Whether to show the full screen button
    showFullScreen: true,
    // Whether to show the document button
    showDoc: true,
    // Whether to show the notification button
    showNotice: true,
    // Whether to display the menu search
    showSearch: true,
  },
  // Menu configuration
@@ -84,13 +85,11 @@
    collapsedShowTitle: false,
    // Whether it can be dragged
    // Only limited to the opening of the left menu, the mouse has a drag bar on the right side of the menu
    canDrag: false,
    canDrag: true,
    // Whether to show no dom
    show: true,
    // Whether to show dom
    hidden: true,
    // Whether to show search box
    showSearch: true,
    hidden: false,
    // Menu width
    menuWidth: 210,
    // Menu mode
@@ -103,12 +102,12 @@
    split: false,
    // Top menu layout
    topMenuAlign: 'center',
    // Hide the search box when the menu is collapsed
    collapsedShowSearch: false,
    // Fold trigger position
    trigger: TriggerEnum.HEADER,
    // Turn on accordion mode, only show a menu
    accordion: true,
    // Switch page to close menu
    closeMixSidebarOnChange: false,
  },
  // Multi-label
@@ -119,8 +118,9 @@
    canDrag: true,
    // Turn on quick actions
    showQuick: true,
    // Maximum number of tab cache
    max: 12,
    // Whether to show the refresh button
    showRedo: true,
  },
  // Transition Setting