1.排名屏及led屏

This commit is contained in:
2026-03-16 16:10:40 +08:00
parent d86ac6a2ec
commit f032c31e22
12 changed files with 980 additions and 233 deletions
+6
View File
@@ -19,6 +19,12 @@ const getServeUrl = function(type) {
case 'ctMqttPORT':
serveUrl = process.env.VUE_APP_CT_MQTT_PORT;
break;
case 'ledMqttUrl':
serveUrl = process.env.VUE_APP_LED_MQTT_URL;
break;
case 'ledMqttPORT':
serveUrl = process.env.VUE_APP_LED_MQTT_PORT;
break;
}
return serveUrl;
};