mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-16 00:12:01 +08:00
fix(deploy): 修复 Docker 构建路径和优化 Nginx 配置
修复 Dockerfile 中构建产物复制路径错误,将 `/app/playground/dist` 更正为 `/app/apps/web-antd/dist`。 优化 Nginx 配置,增加安全设置、性能调优和代理规则,并移除冗余的 MIME 类型配置。 调整公告列表列对齐方式以改善界面一致性。
This commit is contained in:
@@ -34,6 +34,8 @@ export const columns: VxeGridProps['columns'] = [
|
||||
{
|
||||
title: '公告标题',
|
||||
field: 'noticeTitle',
|
||||
align: 'left',
|
||||
headerAlign: 'center',
|
||||
},
|
||||
{
|
||||
title: '公告类型',
|
||||
|
||||
Reference in New Issue
Block a user