feat: 新增环境配置文件

This commit is contained in:
DEV_DSW
2025-09-25 17:07:31 +08:00
parent ceab08825a
commit 950b85e1e9
4 changed files with 13 additions and 1 deletions

3
build/.env.development Normal file
View File

@@ -0,0 +1,3 @@
RENDERER_NODE_ENV = development
RENDERER_VUE_APP_PROXY = true
RENDERER_VUE_APP_API_BASEURL = http://192.1687.2:9999

3
build/.env.production Normal file
View File

@@ -0,0 +1,3 @@
RENDERER_NODE_ENV = production
RENDERER_VUE_APP_PROXY = true
RENDERER_VUE_APP_API_BASEURL = http://192.1687.2:9999