diff --git a/src/App.vue b/src/App.vue index 68f3688..fd1ceef 100644 --- a/src/App.vue +++ b/src/App.vue @@ -72,8 +72,8 @@ export default { onMounted(() => { if (localGet('token')) { - state.client = mqtt.connect('ws://www.shikicc.com:52190/mqtt', { - port: 52190, + state.client = mqtt.connect('ws://192.168.2.6:8083/mqtt', { + port: 8083, clientId: new Date(), username: 'hsgy', password: "hsgy123", diff --git a/src/components/Index.vue b/src/components/Index.vue index 6ab96fc..4b3c491 100644 --- a/src/components/Index.vue +++ b/src/components/Index.vue @@ -1,7 +1,7 @@