.env文件上传仓库

main
zhufu 2026-02-12 09:06:56 +08:00
parent 78bb942c7e
commit 49b1f97dd8
3 changed files with 58 additions and 2 deletions

28
.env.development Normal file
View File

@ -0,0 +1,28 @@
VITE_USE_MOCK = true
VITE_PUBLIC_PATH = /
VITE_GLOB_API_URL = http://192.168.10.163:9042
VITE_GLOB_UPLOAD_URL= http://192.168.10.163:9042
VITE_GLOB_INFO_IMAGE_URL= http://192.168.10.163:9011
VITE_GLOB_API_URL_PREFIX=
VITE_GLOB_APP_TITLE = 费县违法建设监管平台
VITE_GLOB_APP_EN_TITLE = Post-approval supervision information system for facility agricultural land
VITE_GLOB_APP_LOGO = /logo.png
VITE_GLOB_APP_MANAGEMENT_UNIT = 管理单位:临沂市自然资源和规划局
VITE_GLOB_APP_TECHINICAL_SUPPORT = 技术⽀持:山东慧创信息科技有限公司
VITE_GLOB_APP_VERSIONS = 系统版本V1.0

28
.env.production Normal file
View File

@ -0,0 +1,28 @@
VITE_USE_MOCK = true
VITE_PUBLIC_PATH = /
VITE_GLOB_API_URL = http://221.2.83.254:8068
VITE_GLOB_UPLOAD_URL= http://221.2.83.254:8068
VITE_GLOB_INFO_IMAGE_URL= http://221.2.83.254:8069
VITE_GLOB_API_URL_PREFIX=
VITE_GLOB_APP_TITLE = 费县违法建设监管平台
VITE_GLOB_APP_EN_TITLE = Post-approval supervision information system for facility agricultural land
VITE_GLOB_APP_LOGO = /logo.png
VITE_GLOB_APP_MANAGEMENT_UNIT = 管理单位:临沂市自然资源和规划局
VITE_GLOB_APP_TECHINICAL_SUPPORT = 技术⽀持:山东慧创信息科技有限公司
VITE_GLOB_APP_VERSIONS = 系统版本V1.0

4
.gitignore vendored
View File

@ -17,9 +17,9 @@ tests/server/static/upload
.eslintcache
.env
.env.analyze
.env.development
.env.dikongganzhi
.env.production
# Log files
npm-debug.log*
yarn-debug.log*