|
1234567891011121314151617181920212223 |
- /*
- * @Date: 2021-11-29 11:20:34
- * @LastEditors: JinxChen
- * @LastEditTime: 2022-08-06 10:30:24
- * @FilePath: \telpoAdminTemplate\src\settings.js
- * @description:
- */
- 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
- }
|