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_TITLE = 鸿运运
|
|
|
|
|
|
|
|
|
|
# 生产环境配置
|
|
|
|
|
ENV = 'production'
|
|
|
|
|
|
|
|
|
|
# 鸿运运/生产环境
|
|
|
|
|
VUE_APP_BASE_API = '/prod-api'
|
|
|
|
|
|
|
|
|
|
# 路由懒加载
|
|
|
|
|
VUE_CLI_BABEL_TRANSPILE_MODULES = true
|
|
|
|
|
|
|
|
|
|
# 腾讯地图key值
|
|
|
|
|
VUE_APP_KEY = "MNMBZ-N2XW3-DVH3Q-OQZUH-CIET2-52FQZ"
|
|
|
|
|
|
|
|
|
|
# 代理地址 - 请求地址
|
|
|
|
|
# VUE_API_TARGET = "http://112.112.149.146:18010/"
|
|
|
|
|
VUE_API_TARGET = "https://hongsentong.com/"
|
|
|
|
|
|
|
|
|
|
# 文件服务器地址
|
|
|
|
|
VUE_APP_PRO_API = "https://hongsentong.com/minio/"
|
|
|
|
|
|
|
|
|
|
# 开启加解密 - 如果等于encrypt,那么属于开发加密
|
|
|
|
|
VUE_APP_ENCRYPT = ''
|