web-retail-admin/src/settings.js

23 lines
389 B
JavaScript
Raw Normal View History

2025-03-23 10:03:12 +08:00
/*
* @Descripttion:
* @version:
* @Author: 王三华
* @Date: 2022-10-24 10:45:39
*/
module.exports = {
title: '全球一体化系统管理平台',
/**
* @type {boolean} true | false
* @description Whether fix the header
*/
fixedHeader: false,
/**
* @type {boolean} true | false
* @description Whether show the logo in sidebar
*/
sidebarLogo: false
}