mirror of
http://112.124.100.131/ebiz-ai/ebiz-ai-knowledge-manage.git
synced 2025-12-23 09:46:51 +08:00
feat(layout): 菜单重构布局并调整样式
- 修改了 AppMain组件的最小高度和样式 - 更新了 Sidebar 组件的背景色和内边距 -调整了 Logo 组件的宽度 - 重构了 layout 目录的结构 - 优化了路由配置
This commit is contained in:
@@ -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': '/'
|
||||
|
||||
Reference in New Issue
Block a user