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.

24 lines
509 B

This file contains ambiguous Unicode characters!

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 = 'staging'
# 鸿运运/测试环境
VUE_APP_BASE_API = 'dev-api'
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true
# 腾讯地图key值
VUE_APP_KEY = "MNMBZ-N2XW3-DVH3Q-OQZUH-CIET2-52FQZ"
# 代理地址 - 请求地址
VUE_API_TARGET = "http://112.112.149.149:8888/"
# 文件服务器地址
VUE_APP_PRO_API = "http://112.112.149.149:19005/"
# 开启加解密 - 如果等于encrypt那么属于开发加密
VUE_APP_ENCRYPT = ''