Explorar o código

Merge branch 'wangtao-daily' of uskycloud/usky-web-mobile into master

gez hai 2 semanas
pai
achega
8e479cecc1
Modificáronse 1 ficheiros con 0 adicións e 6 borrados
  1. 0 6
      src/store/modules/control.js

+ 0 - 6
src/store/modules/control.js

@@ -257,12 +257,6 @@ const controlStore = defineStore("control", {
          */
         openDoor(event) {
             var that = this
-
-            if (!this.form.doorList.name) {
-                modal.msg("请先绑定门禁!");
-                return;
-            }
-
             if (this.isClicked) {
                 modal.msg("请勿重复点击!");
                 return;