12 lines
250 B
Plaintext
12 lines
250 B
Plaintext
# 页面标题
|
|
VUE_APP_TITLE = 成事达管理平台
|
|
|
|
# 生产环境配置
|
|
ENV = 'production'
|
|
|
|
# 成事达管理平台/生产环境
|
|
VUE_APP_BASE_API = 'http://114.132.197.85:8099'
|
|
|
|
# websocket
|
|
VUE_APP_WEBSOCKET = 'ws://114.132.197.85:8099/ws/asset/'
|