emis-frontend/.env.uat

17 lines
374 B
Plaintext
Raw Permalink Normal View History

2024-08-03 12:18:07 +00:00
# 页面标题
VUE_APP_TITLE = 管理系统
# 生产环境配置
2024-08-03 12:21:58 +00:00
NODE_ENV='production'
ENV = 'production'
2024-08-03 12:18:07 +00:00
VUE_APP_VERSION = '240803'
# 管理系统/生产环境
VUE_APP_PDOMAIN = 'tanex56'
VUE_APP_DATA_FROM = 'pc'
VUE_APP_BASE_API = 'http://localhost:7777/api/bizsvr'
2025-04-25 05:53:21 +00:00
VUE_APP_WS_HOST = 'ws://tst-api.emis.tanex56.com/api/bizsvr'
2024-08-03 12:18:07 +00:00
VUE_APP_PRINTER_HOST = '127.0.0.1:17080'