/*
|
* @Author: your name
|
* @Date: 2021-09-13 14:28:39
|
* @LastEditTime: 2023-03-06 17:30:29
|
* @LastEditors: zxq
|
* @Description: In User Settings Edit
|
* @FilePath: \qyp-plat\src\settings.js
|
*/
|
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,
|
/**
|
* @type {boolean} true | false
|
* @description Whether need tagsView
|
*/
|
tagsView: true
|
}
|