heyujie
2021-09-18 44a3abe105e9b9b4d1a7173772fc9d18c9b59529
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();
@@ -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;