lsf/vue/.env.development

27 lines
814 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 页面标题
VUE_APP_TITLE = 管理后台
# 开发环境配置
ENV = 'development'
# 物美智能管理系统/开发环境
#VUE_APP_BASE_API = '/dev-api'
VUE_APP_BASE_API = '/lsf-api'
port = 8081
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true
# 后端接口地址
#VUE_APP_SERVER_API_URL = 'http://39.105.191.0:80/lsf-api/'
VUE_APP_SERVER_API_URL = 'http://127.0.0.1:8080/'
# EMQX接口地址和账号EMQX安装默认账号密码为admin public
VUE_APP_EMQX_API_URL = 'http://ld-iot.ludaoiot.com:8081'
VUE_APP_EMQX_API_USER_NAME = 'admin'
VUE_APP_EMQX_API_PASSWORD = 'public'
# EMQX消息服务器连接地址
VUE_APP_EMQX_SERVER_URL = 'ws://ld-iot.ludaoiot.com:8083/mqtt'
# 百度地图AK自己申请商用需要获得百度授权
VUE_APP_BAI_DU_AK = 'nAtaBg9FYzav6c8P9rF9qXXXXXX'