You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# 开发环境相关配置
|
|
|
|
|
|
|
|
# 项目名称
|
|
|
|
VUE_APP_PROJECT_NAME = 'SJJY'
|
|
|
|
|
|
|
|
# 微服务IP
|
|
|
|
VUE_APP_SERVER_ADDRESS = 'test.sdma.mingansei.com'
|
|
|
|
|
|
|
|
# 微服务地址
|
|
|
|
VUE_APP_SERVER_API = 'http://${VUE_APP_SERVER_ADDRESS}'
|
|
|
|
|
|
|
|
# 省局数据后台IP
|
|
|
|
VUE_APP_SJ_BASE_IP_ADDRESS = '192.168.1.130'
|
|
|
|
|
|
|
|
# 业务后台访问地址
|
|
|
|
VUE_APP_BASE_API = '${VUE_APP_SERVER_API}/sdma-manage/'
|
|
|
|
|
|
|
|
# 报检后台访问地址
|
|
|
|
VUE_APP_BJD_API = '${VUE_APP_SERVER_API}/sdma-bjd/'
|
|
|
|
|
|
|
|
# 省局数据后台访问地址
|
|
|
|
VUE_APP_SJ_API = 'http://${VUE_APP_SJ_BASE_IP_ADDRESS}:9092/SJSE/'
|
|
|
|
|
|
|
|
# 预览后台访问地址
|
|
|
|
VUE_APP_PREVIEW_API = '${VUE_APP_SERVER_API}/sdma-preview/'
|
|
|
|
|
|
|
|
# websocket连接地址
|
|
|
|
VUE_APP_WEBSOCKET = 'ws://${VUE_APP_SERVER_ADDRESS}/sdma-websocket/websocket/'
|
|
|
|
|
|
|
|
# 图片链接地址
|
|
|
|
VUE_APP_IMG_URL = '${VUE_APP_PREVIEW_API}${VUE_APP_PROJECT_NAME}/upload/image/'
|