Blame view

HHECS.Web/src/settings.js 278 Bytes
胡菁 authored
1
2
module.exports = {
胡菁 authored
3
  title: '华恒ECS系统',
胡菁 authored
4
5
6
7
8
9
10
11
12
13
14

  /**
   * @type {boolean} true | false
   * @description Whether fix the header
   */
  fixedHeader: false,

  /**
   * @type {boolean} true | false
   * @description Whether show the logo in sidebar
   */
胡菁 authored
15
  sidebarLogo: true
胡菁 authored
16
}