aiccs/src/settings.js

16 lines
337 B
JavaScript
Raw Normal View History

2025-12-27 16:40:23 +08:00
module.exports = {
title: '广州市市场监督管理局信用惩戒管理系统',
/**
* @type {boolean} true | false
* @description Whether fix the header
*/
fixedHeader: true,
/**
* @type {boolean} true | false
* @description Whether show the logo in sidebar
*/
sidebarLogo: true
}