fix(deploy): 修复 Docker 构建路径和优化 Nginx 配置

修复 Dockerfile 中构建产物复制路径错误,将 `/app/playground/dist` 更正为 `/app/apps/web-antd/dist`。
优化 Nginx 配置,增加安全设置、性能调优和代理规则,并移除冗余的 MIME 类型配置。
调整公告列表列对齐方式以改善界面一致性。
This commit is contained in:
dap
2026-01-27 20:14:17 +08:00
parent 8fea830f9d
commit 154c8b664b
3 changed files with 175 additions and 78 deletions

View File

@@ -34,6 +34,8 @@ export const columns: VxeGridProps['columns'] = [
{
title: '公告标题',
field: 'noticeTitle',
align: 'left',
headerAlign: 'center',
},
{
title: '公告类型',