完成:黄家明项目的开发并存档

This commit is contained in:
2025-06-18 15:58:26 +08:00
parent 26db77ee12
commit f83b856438
7 changed files with 233 additions and 197 deletions

View File

@@ -10,8 +10,8 @@ import {mqttStart} from "@/api/hjm/hjmCar";
function App(props) {
const reload = () => {
mqttStart().then(res => {
console.log(res, 'mqttStart')
mqttStart().then(() => {
console.log('mqttStart')
})
Taro.login({
success: (res) => {