Initial commit
This commit is contained in:
17
.env.staging
Normal file
17
.env.staging
Normal file
@@ -0,0 +1,17 @@
|
||||
# 测试环境配置
|
||||
ENV = 'staging'
|
||||
|
||||
# 页面标题
|
||||
VUE_APP_TITLE = '上海干巷MES'
|
||||
|
||||
# 测试环境
|
||||
VUE_APP_BASE_API = '/stage-api'
|
||||
|
||||
#socket API
|
||||
VUE_APP_SOCKET_API = '/msgHub'
|
||||
|
||||
# 路由前缀
|
||||
VUE_APP_ROUTER_PREFIX = '/'
|
||||
|
||||
# 默认上传地址
|
||||
VUE_APP_UPLOAD_URL = '/Common/UploadFile'
|
||||
Reference in New Issue
Block a user