feat(layout): 菜单重构布局并调整样式

- 修改了 AppMain组件的最小高度和样式
- 更新了 Sidebar 组件的背景色和内边距
-调整了 Logo 组件的宽度
- 重构了 layout 目录的结构
- 优化了路由配置
This commit is contained in:
du.meimei
2025-04-22 20:39:54 +08:00
parent 5637496340
commit 57300be56f
12 changed files with 460 additions and 48 deletions

View File

@@ -38,7 +38,7 @@ module.exports = {
target: 'http://localhost:3000',
changeOrigin: true,
onProxyRes: (proxyRes, req, res) => {
delete proxyRes.headers['x-frame-options'];
delete proxyRes.headers['x-frame-options']
},
pathRewrite: {
// '^/app': '/'
@@ -49,7 +49,7 @@ module.exports = {
target: 'http://localhost:3000',
changeOrigin: true,
onProxyRes: (proxyRes, req, res) => {
delete proxyRes.headers['x-frame-options'];
delete proxyRes.headers['x-frame-options']
},
pathRewrite: {
// '^/_next': '/'