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 {
title: snap.session.campus?.name ?? '总后台',
// logo: <img src={Logo} style={{ height: '30px' }} />,
logo: <></>,
layout: 'mix',
logo: false, // 禁用默认logo使用自定义
layout: 'side', // 从 'mix' 改为 'side'
colorPrimary: '#1890ff',
siderWidth: 220,
pure: history.location.pathname === '/login',