ZZJ
2022-02-21 c6935cb2e9e6f4e59552d929fd7860d00f4c39ec
src/pages/vindicate/views/sysInfo.vue
@@ -4,10 +4,10 @@
      <div class="sys-right">
        <div class="auto">
          <div class="title-bg">
            <div class="title">SmartAIOS</div>
            <div class="title">Smart AIOS</div>
            <div class="desc">Copyright © 贝思科技术有限公司</div>
          </div>
          <div class="bar" style="background-color: #F2F2F7;">
          <div class="bar" style="background-color: #f2f2f7">
            <div class="name">版本:</div>
            <div class="desc">
              {{
@@ -31,12 +31,12 @@
            </div>
          </div>
          <div class="bar">
            <div class="name" style="min-width: 65px;">请求码:</div>
            <div class="name" style="min-width: 65px">请求码:</div>
            <div class="desc code" style="font-size: 12px">{{ q }}</div>
          </div>
          <div class="bar">
            <div class="name">产品密钥:</div>
            <div class="desc" >
            <div class="desc">
              {{ authorization || "-" }}
            </div>
          </div>
@@ -125,7 +125,6 @@
          this.expireTime = res.data.expireTime;
          this.serializedNumber = res.data.sn;
          this.q = res.data.q;
          debugger
        }
      });
    },
@@ -156,10 +155,10 @@
        passwd: this.password,
        down: 1,
      }).then((res) => {
        if (res.type=="application/json") {
        if (res.type == "application/json") {
          var reader = new FileReader();
          reader.readAsText(res,"utf-8");
          let that = this
          reader.readAsText(res, "utf-8");
          let that = this;
          reader.onload = function () {
            var receive_data = JSON.parse(this.result); //这个就是解析出来的数据
            that.$notify.error(receive_data.msg);
@@ -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("导出成功");
@@ -185,15 +183,20 @@
};
</script>
<style lang="scss">
div{
div {
  color: #333;
}
.v-sys-info {
  width: 100%;
  background-color: #FBFAFF;
  border-top:2px solid #E1E0E6 ;
  border-left:2px solid #E1E0E6 ;
  background-color: #fbfaff;
  border-top: 4px solid #f2f2f7;
  border-left: 4px solid #f2f2f7;
  .el-dialog {
    width: 625px;
  }
  .el-dialog__header {
    padding: 15px 20px 10px;
    text-align: left;
@@ -309,7 +312,7 @@
          line-height: 33.6px;
        }
        .desc {
          margin-top:10px ;
          margin-top: 10px;
          font-size: 12px;
          line-height: 16.8px;
          font-weight: 700;
@@ -345,12 +348,12 @@
          word-wrap: break-word;
          text-align: left;
        }
        .activation{
        .activation {
          width: 90px;
          height: 28px;
          background: rgba(78,148,255,0.1);
          border: 1px solid #4E94FF;
          border-radius:20px ;
          background: rgba(78, 148, 255, 0.1);
          border: 1px solid #4e94ff;
          border-radius: 20px;
          text-align: center;
          line-height: 28px;
          color: #333;