+
liuyg
2021-11-23 d427647e4abefefbaadc43120d4e8e89630e3005
+
1 files modified
6 ■■■■ changed files
src/views/securityGuard/securityGuard.vue 6 ●●●● patch | view | raw | blame | history
src/views/securityGuard/securityGuard.vue
@@ -2102,10 +2102,10 @@
      this.intTime = setInterval(function () {
        if (!that.haveCardid) {
          //定时读卡
          console.log(that.haveCardid);
          // console.log(that.haveCardid);
          let result = CertCtl.readCert();
          // console.log(result);
          console.log("通过读取");
          // console.log("通过读取");
          if (result == "") {
            console.log("未启动读卡插件!");
            that.closeSFZ();
@@ -2135,7 +2135,7 @@
                console.log("读卡器未连接");
                that.closeSFZ();
              } else {
                console.log("无卡片提醒-1", resultObj.errorMsg);
                // console.log("无卡片提醒-1", resultObj.errorMsg);
                //无卡片提醒
                // that.closeSFZ();
              }