heyujie
2022-01-26 4aa13af3c74cf57d70bad9c4bc53b2c26e04fb5d
src/pages/vindicate/views/sysInfo.vue
@@ -125,7 +125,6 @@
          this.expireTime = res.data.expireTime;
          this.serializedNumber = res.data.sn;
          this.q = res.data.q;
          debugger
        }
      });
    },
@@ -174,7 +173,6 @@
        a.download = "key.txt";
        a.click();
        window.URL.revokeObjectURL(url);
          debugger
        this.refreshSn();
        window.parent.postMessage({ msg: "checkSN" }, "*");
        this.$notify.success("导出成功");