14 lines
305 B
Plaintext
14 lines
305 B
Plaintext
![]() |
# 页面标题
|
||
|
VUE_APP_TITLE = 共享电动车管理系统
|
||
|
|
||
|
# 生产环境配置
|
||
|
ENV = 'production'
|
||
|
|
||
|
# 若依管理系统/生产环境
|
||
|
VUE_APP_BASE_API = '/prod-api'
|
||
|
|
||
|
# 七牛云域名
|
||
|
VUE_APP_QINIU_DOMAIN = 'https://api.ccttiot.com'
|
||
|
|
||
|
# WebSocket地址
|
||
|
VUE_APP_WS_HOST = 'wss://pm.chuangtewl.com/prod-api'
|