修改vue docker 配置文件

This commit is contained in:
BBIT-Kai
2025-05-12 11:30:27 +08:00
parent 369980293e
commit cdaa958e75
5 changed files with 14 additions and 12 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
# 端口号
VITE_PORT=8093
VITE_PORT=8090
VITE_BASE=/
@@ -10,7 +10,7 @@ VITE_GLOB_API_URL=/api
VITE_NITRO_MOCK=false
# 是否打开 devtoolstrue 为打开,false 为关闭
VITE_DEVTOOLS=TRUE
VITE_DEVTOOLS=false
# 是否注入全局loading
VITE_INJECT_APP_LOADING=true