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