Merge branch 'master' of http://47.109.37.87:3000/by2025/admin-vben5
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6m3s

This commit is contained in:
fyy 2025-06-26 09:34:01 +08:00
commit f2a90584b2
2 changed files with 3 additions and 2 deletions

View File

@ -16,7 +16,8 @@ jobs:
- name: Build
run: pnpm build:antd
- name: cp
run: robocopy ./apps/web-antd/dist C:\devtool\nginx-1.28.0\html\propety /E
# run: robocopy ./apps/web-antd/dist C:\devtool\nginx-1.28.0\html\propety /E
run: Copy-Item -Path "./apps/web-antd/dist" -Destination "C:\devtool\nginx-1.28.0\html\property" -Recurse -Force -ErrorAction SilentlyContinue

View File

@ -1,4 +1,4 @@
VITE_BASE=/
VITE_BASE=/property
# 是否开启压缩,可以设置为 none, brotli, gzip
VITE_COMPRESS=gzip