Files
smart-admin/smart-admin-web-javascript/src/config/app-config.js

50 lines
1.1 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
* 应用默认配置
*
* @Author: 1024创新实验室-主任:卓大
* @Date: 2022-09-03 22:07:01
* @Wechat: zhuda1024
* @Email: lab1024@163.com
* @Copyright 1024创新实验室 https://1024lab.net Since 2012
*/
export const appDefaultConfig = {
// i18n 语言选择
language: 'zh_CN',
// 布局: side 或者 side-expand 或者 top
layout: 'side',
// 侧边菜单宽度 默认为200px
sideMenuWidth: 200,
// 表格高度
tableYHeight: 300,
//标签页位置
pageTagLocation: 'center',
// 菜单主题
sideMenuTheme: 'dark',
// 主题颜色索引
colorIndex: 0,
// 顶部菜单页面宽度
pageWidth: '99%',
// 圆角
borderRadius: 6,
// 标签页
pageTagFlag: true,
// 标签页样式: default、 antd、chrome
pageTagStyle: 'default',
// 面包屑
breadCrumbFlag: true,
// 页脚
footerFlag: true,
// 帮助文档
helpDocFlag: true,
// 帮助文档默认展开
helpDocExpandFlag: true,
// 水印
watermarkFlag: true,
// 网站名称
websiteName: 'SmartAdmin 3.X',
// 主题颜色
primaryColor: '#1677ff',
// 紧凑
compactFlag: false,
};