| | |
| | | <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">
|
| | | {{
|
| | |
| | | </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>
|
| | |
| | | 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);
|
| | |
| | | };
|
| | | </script>
|
| | | <style lang="scss">
|
| | | div{
|
| | | div {
|
| | | color: #333;
|
| | | }
|
| | |
|
| | | .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;
|
| | |
| | | line-height: 33.6px;
|
| | | }
|
| | | .desc {
|
| | | margin-top:10px ;
|
| | | margin-top: 10px;
|
| | | font-size: 12px;
|
| | | line-height: 16.8px;
|
| | | font-weight: 700;
|
| | |
| | | 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;
|