补充代码

pull/1/head
赵夫琳 8 months ago
parent 39469f602a
commit d6fa2b100e

@ -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'

@ -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'

4
.gitignore vendored

@ -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*

Loading…
Cancel
Save