fix: 资源展示问题

This commit is contained in:
dolphin
2025-08-18 17:35:28 +08:00
parent 09d7d6fc23
commit 4a2de38760
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ server {
add_header X-Frame-Options SAMEORIGIN;
}
location ~ ^/(workspace/bisheng|bisheng|tmp-dir)/ {
location ~ ^/(workspace/bisheng|workspace/tmp-dir)/ {
rewrite ^/workspace(/.*)$ $1 break;
proxy_pass http://minio:9000;
}
+1 -1
View File
@@ -45,7 +45,7 @@ export default defineConfig({
},
},
'/workspace/tmp-dir': {
target: 'http://192.168.106.116:9000',
target: 'http://192.168.106.120:3002',
changeOrigin: true,
secure: false,
rewrite: (path) => {