免登录处理
This commit is contained in:
parent
80fb10fa46
commit
8f4c349c90
@ -1,3 +1,12 @@
|
||||
/*
|
||||
* @version: V1.0.0
|
||||
* @Date: 2023-12-28 11:28:34
|
||||
* @LastEditors: lzq
|
||||
* @LastEditTime: 2023-12-29 15:41:41
|
||||
* @company: 睿展数据
|
||||
* @FilePath: \salpa-web\config\defaultSettings.ts
|
||||
* @Descripttion:
|
||||
*/
|
||||
import { Settings as LayoutSettings } from '@ant-design/pro-layout';
|
||||
|
||||
const Settings: LayoutSettings & {
|
||||
@ -7,7 +16,7 @@ const Settings: LayoutSettings & {
|
||||
} = {
|
||||
navTheme: 'light',
|
||||
headerTheme: 'light',
|
||||
primaryColor: '#722ED1',
|
||||
primaryColor: '#2B50C4',
|
||||
layout: 'top',
|
||||
splitMenus: true,
|
||||
contentWidth: 'Fluid',
|
||||
|
Loading…
x
Reference in New Issue
Block a user