免登录处理

This commit is contained in:
李志强 2023-12-29 15:57:48 +08:00
parent 80fb10fa46
commit 8f4c349c90

View File

@ -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',