From d6fa2b100e6b219f9cd53a6b054478a64c25c1fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=A4=AB=E7=90=B3?= <5356169+zhaofulin@user.noreply.gitee.com> Date: Tue, 5 Mar 2024 09:48:07 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 16 ++++++++++++++++ .env.production | 14 ++++++++++++++ .gitignore | 4 ++-- 3 files changed, 32 insertions(+), 2 deletions(-) create mode 100644 .env.development create mode 100644 .env.production diff --git a/.env.development b/.env.development new file mode 100644 index 0000000..7ab7205 --- /dev/null +++ b/.env.development @@ -0,0 +1,16 @@ +# 开发环境 + +# 页面 title 前缀 +VUE_APP_TITLE='链友融财务数字一体化信息系统' +VUE_APP_ENVIRONMENT_TITLE='开发服' + +# 页面根路径 +BASE_URL='/' + +# 网络请求公用地址 +VUE_APP_API= '/' + +# 请求环境 + +# 方楠 +VUE_APP_BASE_API = 'https://2537287x0n.imdo.co' \ No newline at end of file diff --git a/.env.production b/.env.production new file mode 100644 index 0000000..cf95aed --- /dev/null +++ b/.env.production @@ -0,0 +1,14 @@ +# 开发环境 +#页面根路径 + +# 页面 title 前缀 +VUE_APP_TITLE='链友融财务数字一体化信息系统' +VUE_APP_ENVIRONMENT_TITLE='正式服' + +#页面根路径 +BASE_URL='/erpMobile/' + +# 网络请求公用地址 +VUE_APP_API= '/api' +VUE_APP_ENVIRONMENT='release' +VUE_APP_URL= 'http://60.204.223.58:8080' \ No newline at end of file diff --git a/.gitignore b/.gitignore index 194d5db..e6afcaf 100644 --- a/.gitignore +++ b/.gitignore @@ -7,8 +7,8 @@ package-lock.json # local env files .env.local .env.*.local -.env.production -.env.development +# .env.production +# .env.development # Log files npm-debug.log*