马宇豪
2023-07-24 b1fc04036f964163c128586810fec8b5e9da7e2c
pages/index/index.vue
@@ -53,7 +53,6 @@
         Login(){
            this.isLogining = true;
            login(this.form).then(res => {
               console.log("res",res)
               if (res.code === 100) {
                  this.isLogining = false;
                   //登录成功后
@@ -93,7 +92,6 @@
         },
         connect() {
            uni.$on('connectStatusChange', (connectStatus) => {
               console.log('进入连接')
               var connectStr = ''
               if (connectStatus == true) {
                  connectStr = '已连接'