From 0b3103031749e5558c4a1c1e2b0c2880facdd876 Mon Sep 17 00:00:00 2001 From: mocheng <3057647414@qq.com> Date: Wed, 25 Jun 2025 16:17:15 +0800 Subject: [PATCH 1/3] baseUrl --- apps/web-antd/.env.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web-antd/.env.production b/apps/web-antd/.env.production index 2b43bb72..d228ac48 100644 --- a/apps/web-antd/.env.production +++ b/apps/web-antd/.env.production @@ -1,4 +1,4 @@ -VITE_BASE=/ +VITE_BASE=/property # 是否开启压缩,可以设置为 none, brotli, gzip VITE_COMPRESS=gzip From de569eb59a3e5993cf9c64567e78468a15f2d556 Mon Sep 17 00:00:00 2001 From: mocheng <3057647414@qq.com> Date: Wed, 25 Jun 2025 16:25:03 +0800 Subject: [PATCH 2/3] cicd --- .gitea/workflows/dev.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/dev.yml b/.gitea/workflows/dev.yml index 1ebc30a6..61733d87 100644 --- a/.gitea/workflows/dev.yml +++ b/.gitea/workflows/dev.yml @@ -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 From 0b192801ab2a12607f6a542c69e65a8e1ebf2195 Mon Sep 17 00:00:00 2001 From: bichangxiong <3057647414@qq.com> Date: Wed, 25 Jun 2025 16:37:37 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/dev.y?= =?UTF-8?q?ml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/dev.yml b/.gitea/workflows/dev.yml index 61733d87..2bcbbde2 100644 --- a/.gitea/workflows/dev.yml +++ b/.gitea/workflows/dev.yml @@ -17,7 +17,7 @@ jobs: run: pnpm build:antd - name: cp # 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 + run: Copy-Item -Path "./apps/web-antd/dist" -Destination "C:\devtool\nginx-1.28.0\html\property" -Recurse -Force -ErrorAction SilentlyContinue