删除无用代码, 工具类和 组件 没有删除 , 以后可以借鉴写法和创建规则
This commit is contained in:
@ -2,11 +2,15 @@ import { Settings as ProSettings } from '@ant-design/pro-layout';
|
||||
|
||||
type DefaultSettings = ProSettings & {
|
||||
pwa: boolean;
|
||||
headingColor:string;
|
||||
textColor:string;
|
||||
};
|
||||
|
||||
const proSettings: DefaultSettings = {
|
||||
navTheme: 'light',
|
||||
primaryColor: '#b30000',
|
||||
primaryColor: 'rgb(0,79,142)',
|
||||
headingColor:"#000",
|
||||
textColor:"#000",
|
||||
layout: 'side',
|
||||
contentWidth: 'Fluid',
|
||||
fixedHeader: false,
|
||||
@ -15,7 +19,7 @@ const proSettings: DefaultSettings = {
|
||||
menu: {
|
||||
locale: true,
|
||||
},
|
||||
title: '招投标系统',
|
||||
title: '中远海运',
|
||||
pwa: false,
|
||||
iconfontUrl: '',
|
||||
};
|
||||
|
Reference in New Issue
Block a user