From 4300eb5bb013a0bbb970c46c8414f647b6d511c0 Mon Sep 17 00:00:00 2001
From: ZZJ <zzjdsg2300@163.com>
Date: 星期二, 19 十月 2021 10:22:47 +0800
Subject: [PATCH] 网络设置v0.1
---
src/pages/ai_c/index/App.vue | 17 ++++++++---------
1 files changed, 8 insertions(+), 9 deletions(-)
diff --git a/src/pages/ai_c/index/App.vue b/src/pages/ai_c/index/App.vue
index 2a13830..e0a36c1 100644
--- a/src/pages/ai_c/index/App.vue
+++ b/src/pages/ai_c/index/App.vue
@@ -336,7 +336,7 @@
>
<div class="tab-content">
<div class="action-bar">
- <file-uploader
+ <FileUploader
single
tip
tipWords="涓婁紶绠楁硶"
@@ -440,7 +440,6 @@
<div class="list-choose-item-left">
<div class="list-complete-item-handle">
<div class="alg-icon svg-wrap">
-
<div
class="mask"
v-if="!item.isDefault || item.isUpgrade"
@@ -1191,7 +1190,7 @@
this.showInstallNotActive = false;
this.isActive = true;
} else if (type == "activeNotInstall") {
- debugger
+ debugger;
this.showInputCode = false;
this.isActive = false;
this.showInstallNotActive = true;
@@ -1296,7 +1295,7 @@
this.isInstall = false;
this.$message({
type: "success",
- message: '瀹夎鎴愬姛,灏嗚烦杞嚦鈥滃凡婵�娲烩�濅腑鏌ョ湅',
+ message: "瀹夎鎴愬姛,灏嗚烦杞嚦鈥滃凡婵�娲烩�濅腑鏌ョ湅",
});
setTimeout(() => {
this.getAllSdk();
@@ -1553,11 +1552,11 @@
installContent: res.data.sdks[0].installContent,
};
}
- }else{
+ } else {
this.$message({
type: "error",
message: res.msg,
- });
+ });
}
})
.catch((e) => {
@@ -1657,7 +1656,7 @@
this.isUpgrading = !this.isUpgrading;
let _this = this;
if (this.productDetail.productTypeName == "搴旂敤") {
- debugger
+ debugger;
installApp({ path: this.productDetail.productBaseId })
.then((res) => {
if (res && res.success) {
@@ -1683,7 +1682,7 @@
// 寮�鍚嚜鍔ㄥ埛鏂�
this.appUpgreading = true;
} else {
- debugger
+ debugger;
downloadSdk({ path: this.productDetail.productBaseId })
.then((res) => {
this.needToUpgradeInWin = false;
@@ -1784,7 +1783,7 @@
box-sizing: border-box;
text-align: left;
min-width: 1106px;
-
+background-color: #fff;
.el-tabs {
height: calc(100% - 50px);
}
--
Gitblit v1.8.0