2023-11-27 09:02:24 +00:00
|
|
|
# 页面标题
|
|
|
|
|
VUE_APP_TITLE = 管理系统
|
|
|
|
|
|
|
|
|
|
# 生产环境配置
|
|
|
|
|
ENV = 'production'
|
|
|
|
|
|
2024-05-20 01:05:34 +00:00
|
|
|
VUE_APP_VERSION = '20240520'
|
2024-05-16 09:08:05 +00:00
|
|
|
|
2023-11-27 09:02:24 +00:00
|
|
|
# 管理系统/生产环境
|
|
|
|
|
VUE_APP_PDOMAIN = 'tanex56'
|
2024-06-01 11:43:18 +00:00
|
|
|
VUE_APP_DATA_FROM = 'pc'
|
2024-05-07 10:04:40 +00:00
|
|
|
VUE_APP_BASE_API = 'https://api.emis.tanex56.com/api/bizsvr'
|
2024-05-20 01:05:34 +00:00
|
|
|
|
2024-07-01 03:35:03 +00:00
|
|
|
VUE_APP_WS_HOST = 'api.emis.tanex56.com/api/bizsvr'
|
|
|
|
|
|
2024-05-20 01:05:34 +00:00
|
|
|
VUE_APP_PRINTER_HOST = '127.0.0.1:17080'
|