settings.js
398 Bytes
module.exports = {
title: '华恒WMS仓库管理系统',
/**
* @type {boolean} true | false
* @description Whether fix the header
*/
fixedHeader: false,
/**
* @type {boolean} true | false
* @description Whether show the logo in sidebar
*/
sidebarLogo: true,
/**
* @type {boolean} true | false
* @description Whether need tagsView
*/
tagsView: true,
}