ZZJ
2022-02-21 c6935cb2e9e6f4e59552d929fd7860d00f4c39ec
src/pages/vindicate/views/sysInfo.vue
@@ -7,7 +7,7 @@
            <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,7 +31,7 @@
            </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">
@@ -158,7 +158,7 @@
        if (res.type=="application/json") {
          var reader = new FileReader();
          reader.readAsText(res,"utf-8");
          let that = this
          let that = this;
          reader.onload = function () {
            var receive_data = JSON.parse(this.result); //这个就是解析出来的数据
            that.$notify.error(receive_data.msg);
@@ -189,9 +189,14 @@
.v-sys-info {
  width: 100%;
  background-color: #FBFAFF;
  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;
@@ -347,7 +352,7 @@
          width: 90px;
          height: 28px;
          background: rgba(78,148,255,0.1);
          border: 1px solid #4E94FF;
          border: 1px solid #4e94ff;
          border-radius:20px ;
          text-align: center;
          line-height: 28px;