Files
shgx_tz_mes_backend_sync/ZR.Vue/.env.production

17 lines
296 B
Plaintext
Raw Normal View History

2021-08-23 16:57:25 +08:00
# 生产环境配置
ENV = 'production'
2021-12-10 12:03:32 +08:00
# 页面标题
2021-12-15 22:30:09 +08:00
VUE_APP_TITLE = 'ZrAdmin.NET后台管理'
2021-12-10 12:03:32 +08:00
# 生产环境
2021-08-23 16:57:25 +08:00
VUE_APP_BASE_API = '/prod-api'
2022-02-27 21:11:46 +08:00
#socket API
VUE_APP_SOCKET_API = '/msgHub'
2021-08-23 16:57:25 +08:00
# 路由前缀
2021-12-15 22:30:09 +08:00
VUE_APP_ROUTER_PREFIX = '/'
# 默认上传地址
2022-02-27 21:11:46 +08:00
VUE_APP_UPLOAD_URL = '/Common/UploadFile'