12 lines
256 B
Plaintext
12 lines
256 B
Plaintext
# 页面标题
|
|
VUE_APP_TITLE = 通告快接管理后台
|
|
|
|
# 生产环境配置
|
|
ENV = 'production'
|
|
|
|
# 通告快接管理后台/生产环境
|
|
VUE_APP_BASE_API = 'https://www.ddtg.site/noticeApi'
|
|
|
|
# websocket
|
|
VUE_APP_WEBSOCKET = 'ws://localhost:8099/ws/asset/'
|