Compare commits

...

3 Commits

Author SHA1 Message Date
de569eb59a cicd
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6m47s
2025-06-25 16:25:03 +08:00
97a0417d50 Merge branch 'master' of http://47.109.37.87:3000/by2025/admin-vben5 2025-06-25 16:24:42 +08:00
0b31030317 baseUrl 2025-06-25 16:17:15 +08:00
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\propety" -Recurse -Force -ErrorAction SilentlyContinue

View File

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