/* * @Author: your name * @Date: 2021-07-15 09:33:39
* @LastEditTime: 2021-07-22 09:50:53
* @LastEditors: Please set LastEditors * @Description: In User Settings Edit * @FilePath: \evm-store\tools\frontend\src\defaultSettings.js */
export default { navTheme: 'dark', // theme for nav menu primaryColor: '#1890FF', // primary color of ant design layout: 'sidemenu', // nav menu position: sidemenu or topmenu
contentWidth: 'Fixed', // layout of content: Fluid or Fixed, only works when layout is topmenu
fixedHeader: false, // sticky header autoHideHeader: false, // auto hide header fixSiderbar: false, // sticky siderbar
leftMenuTitle: "EVM 应用商店", // 左侧边栏顶部名称
leftMenuIcon: "", // 左侧边栏顶部Logo appSlogan: "EVM,致力于为互联网行业提供物联网解决方案", // 应用宣传文案
}