This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
# 页面标题
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 = ''