Blame view

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

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

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