develop #30

Merged
zsq merged 33 commits from develop into main 2026-03-31 17:43:07 +08:00
Showing only changes of commit 769e5acad5 - Show all commits

View File

@ -33,9 +33,8 @@ export const LayoutConfig: RuntimeConfig['layout'] = () => {
return { return {
title: snap.session.campus?.name ?? '总后台', title: snap.session.campus?.name ?? '总后台',
// logo: <img src={Logo} style={{ height: '30px' }} />, logo: false, // 禁用默认logo使用自定义
logo: <></>, layout: 'side', // 从 'mix' 改为 'side'
layout: 'mix',
colorPrimary: '#1890ff', colorPrimary: '#1890ff',
siderWidth: 220, siderWidth: 220,
pure: history.location.pathname === '/login', pure: history.location.pathname === '/login',