fix(多数据源): 报错修改

This commit is contained in:
gx_ma
2025-04-23 17:04:02 +08:00
parent d681d4b22b
commit f5598f1663
5 changed files with 23 additions and 500 deletions

View File

@@ -11,7 +11,7 @@ VUE_APP_BASE_API = '/dev-api'
VUE_CLI_BABEL_TRANSPILE_MODULES = true
# 后端接口地址
VUE_APP_SERVER_API_URL = 'http://localhost:8080'
VUE_APP_SERVER_API_URL = 'http://localhost:8080/'
# Mqtt消息服务器连接地址
VUE_APP_MQTT_SERVER_URL = 'ws://localhost:8083/mqtt'