chore: 调整开发预览其他环境的配置文件

This commit is contained in:
wangxuefeng
2025-03-13 11:34:10 +08:00
parent f0d3380b6c
commit a15d6ec6c3
17 changed files with 146 additions and 14 deletions

View File

@@ -32,6 +32,7 @@ export default defineConfig(async ({ mode }) => {
server: {
http2: true,
https: true,
port: isDev ? Number(env.VITE_PORT) : undefined,
proxy: {
'/api': {
changeOrigin: true,