This commit is contained in:
Donald Zou
2024-12-26 00:06:37 +08:00
parent 514e1ca8d0
commit 6899d48aae
48 changed files with 347 additions and 99 deletions

View File

@@ -44,7 +44,8 @@ export default defineConfig(({mode}) => {
},
server:{
proxy: {
'/api': proxy
'/api': proxy,
'/fileDownload':proxy
},
host: '0.0.0.0'
},