heyujie
2022-06-10 3504ac3d05431d23f74dfecc41eccb491d855cab
src/pages/ai/index/App.vue
@@ -20,17 +20,10 @@
              style="height: calc(100% - 20px)"
            >
              <el-tab-pane label="已激活" name="myAlgorithm">
                <div
                  class="width-new-line task-list"
                  v-show="activeName === 'myAlgorithm'"
                >
                <div class="width-new-line task-list" v-show="activeName === 'myAlgorithm'">
                  <p class="src-title">算法软件</p>
                  <div class="flex-list">
                    <div
                      class="wrap-box"
                      v-for="item in installedList"
                      :key="item.id"
                    >
                    <div class="wrap-box" v-for="item in installedList" :key="item.id">
                      <div class="list-choose-item-left">
                        <div class="list-complete-item-handle">
                          <div
@@ -40,42 +33,28 @@
                            :element-loading-text="item.progressMsg"
                            element-loading-background="rgba(0,0,0,.8)"
                          >
                            <i
                              class="iconfont iconupdate"
                              v-if="item.isUpgrade"
                            ></i>
                            <div
                              class="mask"
                              v-if="!item.isDefault || item.isUpgrade"
                            >
                            <!-- <i class="iconfont iconupdate" v-if="item.isUpgrade"></i> -->
                            <img class="update-icon" v-if="item.isUpgrade" src="../../../assets/img/更新提示.png" alt="">
                            <div class="mask" v-if="!item.isDefault || item.isUpgrade">
                              <div class="left-top">
                                <div>当前版本1:{{ item.version }}</div>
                                <div v-if="item.remoteVersion">
                                  最新版本:{{ item.remoteVersion }}
                                </div>
                                <div>当前版本:{{ item.version }}</div>
                                <div v-if="item.remoteVersion">最新版本:{{ item.remoteVersion }}</div>
                              </div>
                              <div
                                class="info-onmask"
                                @click="checkDetail(item, 'active')"
                              >
                                查看详情
                              </div>
                              <div class="info-onmask" @click="checkDetail(item, 'active')">查看详情</div>
                              <div class="mask-btn">
                                <el-button
                                  @click="unLoadSdk(item)"
                                  type="primary"
                                  size="small"
                                  class="bot-btn"
                                  >卸载</el-button
                                >
                                >卸载</el-button>
                                <el-button
                                  v-if="item.isUpgrade"
                                  @click="donwload(item, 0)"
                                  type="warning"
                                  size="small"
                                  class="bot-btn"
                                  >升级1</el-button
                                >
                                >升级</el-button>
                              </div>
                            </div>
                            <img
@@ -92,9 +71,11 @@
                          </div>
                          <div class="alg-name">
                            <div style="padding: 0px 10px 0px 10px">
                              <span v-if="!item.isEdit">{{
                              <span v-if="!item.isEdit">
                                {{
                                item.sdk_name
                              }}</span>
                                }}
                              </span>
                              <el-input
                                size="small"
@@ -109,37 +90,22 @@
                        </div>
                      </div>
                    </div>
                    <div
                      class="wrap-box"
                      v-for="item in notInstalledList"
                      :key="item.id"
                    >
                    <div class="wrap-box" v-for="item in notInstalledList" :key="item.id">
                      <div
                        class="list-choose-item-left list-choose-item-left-uninstal"
                        v-loading="downloading && downloadItem == item.id"
                      >
                        <div class="mask">
                          <div class="left-top">
                            <div v-if="item.installed">
                              当前版本:{{ item.version }}
                            </div>
                            <div v-if="item.remoteVersion">
                              最新版本:{{ item.remoteVersion }}
                            </div>
                            <div v-if="item.installed">当前版本:{{ item.version }}</div>
                            <div v-if="item.remoteVersion">最新版本:{{ item.remoteVersion }}</div>
                          </div>
                          <div
                            class="info-onmask"
                            @click="checkDetail(item, 'activeNotInstall')"
                          >
                            查看详情
                          </div>
                          >查看详情</div>
                          <div class="mask-btn">
                            <el-button
                              @click="donwload(item, 1)"
                              type="primary"
                              class="bot-btn"
                              >安装</el-button
                            >
                            <el-button @click="donwload(item,1)" type="primary" class="bot-btn">安装</el-button>
                          </div>
                        </div>
                        <div class="click-download" title="下载">
@@ -168,9 +134,11 @@
                          </div>
                          <div class="alg-name">
                            <div style="padding: 0px 10px 0px 10px">
                              <span class="list-choose-item-left-uninstal">{{
                              <span class="list-choose-item-left-uninstal">
                                {{
                                item.sdk_name
                              }}</span>
                                }}
                              </span>
                            </div>
                          </div>
                        </div>
@@ -179,11 +147,7 @@
                  </div>
                  <p class="src-title">应用软件</p>
                  <div class="flex-list">
                    <div
                      class="wrap-box"
                      v-for="item in installedApps"
                      :key="item.id"
                    >
                    <div class="wrap-box" v-for="item in installedApps" :key="item.id">
                      <div class="list-choose-item-left">
                        <div class="list-complete-item-handle">
                          <div
@@ -195,24 +159,16 @@
                            :element-loading-text="item.progressMsg"
                            element-loading-background="rgba(0,0,0,.8)"
                          >
                            <i
                              class="iconfont iconupdate"
                              v-if="item.isUpgrade"
                            ></i>
                            <!-- <i class="iconfont iconupdate" v-if="item.isUpgrade"></i> -->
                            <img class="update-icon" v-if="item.isUpgrade" src="../../../assets/img/更新提示.png" alt="">
                            <div class="mask">
                              <div class="left-top">
                                <div>当前版本:{{ item.version }}</div>
                                <div v-if="item.remoteVersion">
                                  最新版本:{{ item.remoteVersion }}
                                </div>
                                <div v-if="item.remoteVersion">最新版本:{{ item.remoteVersion }}</div>
                              </div>
                              <!-- v-if="!item.isDefault" -->
                              <div
                                class="info-onmask"
                                @click="checkDetail(item, 'active')"
                              >
                                查看详情
                              </div>
                              <div class="info-onmask" @click="checkDetail(item,'active')">查看详情</div>
                              <div class="mask-btn">
                                <el-button
                                  v-show="!item.isDefault"
@@ -220,16 +176,14 @@
                                  type="primary"
                                  size="small"
                                  class="bot-btn"
                                  >卸载</el-button
                                >
                                >卸载</el-button>
                                <el-button
                                  v-if="item.isUpgrade"
                                  @click="downloadApp(item, 'upgrade')"
                                  type="warning"
                                  size="small"
                                  class="bot-btn"
                                  >升级</el-button
                                >
                                >升级</el-button>
                              </div>
                            </div>
                            <img
@@ -244,7 +198,7 @@
                            />
                            <img v-else class="baseImg" :src="item.icon" alt />
                          </div>
                          <div class="alg-name">
                          <div class="alg-name" style="color:grey;">
                            <div style="padding: 0px 10px 0px 10px">
                              <span v-if="!item.isEdit">{{ item.name }}</span>
                              <el-input
@@ -260,11 +214,7 @@
                        </div>
                      </div>
                    </div>
                    <div
                      class="wrap-box"
                      v-for="item in storeApps"
                      :key="item.id"
                    >
                    <div class="wrap-box" v-for="item in storeApps" :key="item.id">
                      <div class="list-choose-item-left">
                        <div class="list-complete-item-handle uninstall">
                          <div
@@ -276,13 +226,19 @@
                            element-loading-background="rgba(0,0,0,.8)"
                          >
                            <div class="mask">
                              <el-button
                                size="small"
                                type="primary"
                                class="bot-btn"
                               <div class="left-top">
                                <div v-if="item.remoteVersion">最新版本:{{ item.remoteVersion }}</div>
                              </div>
                              <!-- v-if="!item.isDefault" -->
                              <div class="info-onmask" @click="checkDetail(item,'activeNotInstall')">查看详情</div>
                              <div class="mask-btn">
                                <el-button
                                @click="downloadApp(item)"
                                >安装</el-button
                              >
                                  type="primary"
                                  size="small"
                                  class="bot-btn"
                                >安装</el-button>
                              </div>
                            </div>
                            <img
                              v-if="item.iconBlob"
@@ -335,19 +291,13 @@
                  </div>
                </div>
              </el-tab-pane>
              <el-tab-pane
                label="应用中心"
                name="algorithmMall"
                v-if="isShow('algorithmManage:buy')"
              >
              <el-tab-pane label="应用中心" name="algorithmMall" v-if="isShow('algorithmManage:buy')">
                <div class="tab-content">
                  <p class="src-title">算法软件</p>
                  <div class="flex-title">
                    <p class="src-title">算法软件</p>
                  </div>
                  <div class="store-list flex-list">
                    <div
                      class="wrap-box"
                      v-for="item in unActivedSDKList"
                      :key="item.id"
                    >
                    <div class="wrap-box" v-for="item in unActivedSDKList" :key="item.id">
                      <div class="list-choose-item-left">
                        <div class="list-complete-item-handle">
                          <div class="alg-icon svg-wrap">
@@ -362,31 +312,20 @@
                                  left: 45%;
                                "
                              ></span>
                            </div> -->
                            <div
                              class="mask"
                              v-if="!item.isDefault || item.isUpgrade"
                            >
                            </div>-->
                            <div class="mask" v-if="!item.isDefault || item.isUpgrade">
                              <div class="left-top">
                                <div>当前版本:{{ item.version }}</div>
                                <div v-if="item.remoteVersion">
                                  最新版本:{{ item.remoteVersion }}
                                </div>
                                <div v-if="item.remoteVersion">最新版本:{{ item.remoteVersion }}</div>
                              </div>
                              <div
                                class="info-onmask"
                                @click="actSdkOrApp(item)"
                              >
                                查看详情
                              </div>
                              <div class="info-onmask" @click="actSdkOrApp(item)">查看详情</div>
                              <div class="mask-btn">
                                <el-button
                                  @click="actSdkOrApp(item)"
                                  type="primary"
                                  size="small"
                                  class="bot-btn"
                                  >激活</el-button
                                >
                                >激活</el-button>
                              </div>
                            </div>
                            <img
@@ -403,9 +342,11 @@
                          </div>
                          <div class="alg-name">
                            <div style="padding: 0px 10px 0px 10px">
                              <span v-if="!item.isEdit">{{
                              <span v-if="!item.isEdit">
                                {{
                                item.sdk_name
                              }}</span>
                                }}
                              </span>
                              <el-input
                                size="small"
                                v-model="item.sdk_name"
@@ -422,56 +363,24 @@
                  </div>
                  <p class="src-title">应用软件</p>
                  <div class="app-list flex-list">
                    <div v-if="!unActivedAppList.length" class="empty-tip">
                      暂无数据
                    </div>
                    <div
                      class="wrap-box"
                      v-for="item in unActivedAppList"
                      :key="item.id"
                    >
                    <div v-if="!unActivedAppList.length" class="empty-tip">暂无数据</div>
                    <div class="wrap-box" v-for="item in unActivedAppList" :key="item.id">
                      <div class="list-choose-item-left">
                        <div class="list-complete-item-handle">
                          <div class="alg-icon svg-wrap">
                            <!-- <div
                              class="mask"
                              @click="actSdkOrApp(item, 'app')"
                            >
                              <span
                                class="iconfont iconyunxiazai"
                                style="
                                  color: #ff6a00;
                                  font-size: 20px;
                                  position: absolute;
                                  top: 45%;
                                  left: 45%;
                                "
                              ></span>
                            </div> -->
                            <div
                              class="mask"
                              v-if="!item.isDefault || item.isUpgrade"
                            >
                            <div class="mask" v-if="!item.isDefault || item.isUpgrade">
                              <div class="left-top">
                                <div>当前版本:{{ item.version }}</div>
                                <div v-if="item.remoteVersion">
                                  最新版本:{{ item.remoteVersion }}
                                </div>
                                <div v-if="item.remoteVersion">最新版本:{{ item.remoteVersion }}</div>
                              </div>
                              <div
                                class="info-onmask"
                                @click="actSdkOrApp(item, 'app')"
                              >
                                查看详情
                              </div>
                              <div class="info-onmask" @click="actSdkOrApp(item,'app')">查看详情</div>
                              <div class="mask-btn">
                                <el-button
                                  @click="actSdkOrApp(item, 'app')"
                                  type="primary"
                                  size="small"
                                  class="bot-btn"
                                  >激活</el-button
                                >
                                >激活</el-button>
                              </div>
                            </div>
                            <img
@@ -508,32 +417,19 @@
              </el-tab-pane>
              <el-tab-pane name="update">
                <span slot="label">
                  <el-badge
                    class="update-badge"
                    :value="updateNum"
                    :hidden="updateNum == 0"
                    >更新</el-badge
                  >
                  <el-badge class="update-badge" :value="updateNum" :hidden="updateNum==0">更新</el-badge>
                </span>
                <div class="task-list">
                  <div class="flex-title">
                    <p class="src-title">算法软件</p>
                    <el-button
                      @click="batchUpdate('sdk')"
                      size="mini"
                      type="primary"
                      >更新全部</el-button
                    >
                    <el-button @click="batchUpdate('sdk')" size="mini" type="primary">更新全部</el-button>
                  </div>
                  <div class="flex-list">
                    <div v-if="hasNewVersionSdk.length == 0" class="empty-tip">
                      {{ errMsg ? errMsg : "暂无数据" }}
                    </div>
                    <div
                      class="wrap-box"
                      v-for="item in hasNewVersionSdk"
                      :key="item.id"
                    >
                      v-if="hasNewVersionSdk.length==0"
                      class="empty-tip"
                    >{{errMsg?errMsg:"暂无数据"}}</div>
                    <div class="wrap-box" v-for="item in hasNewVersionSdk" :key="item.id">
                      <div class="list-choose-item-left">
                        <div class="list-complete-item-handle">
                          <div
@@ -543,42 +439,29 @@
                            :element-loading-text="item.progressMsg"
                            element-loading-background="rgba(0,0,0,.8)"
                          >
                            <i
                              class="iconfont iconupdate"
                              v-if="item.isUpgrade"
                            ></i>
                            <div
                              class="mask"
                              v-if="!item.isDefault || item.isUpgrade"
                            >
                            <!-- <i class="iconfont iconupdate" v-if="item.isUpgrade"></i> -->
                            <img class="update-icon" v-if="item.isUpgrade" src="../../../assets/img/更新提示.png" alt="">
                            <div class="mask" v-if="!item.isDefault || item.isUpgrade">
                              <div class="left-top">
                                <div>当前版本:{{ item.version }}</div>
                                <div v-if="item.remoteVersion">
                                  最新版本:{{ item.remoteVersion }}
                                </div>
                                <div v-if="item.remoteVersion">最新版本:{{ item.remoteVersion }}</div>
                              </div>
                              <div
                                class="info-onmask"
                                @click="checkDetail(item, 'active')"
                              >
                                查看详情
                              </div>
                              <div class="info-onmask" @click="checkDetail(item,'active')">查看详情</div>
                              <div class="mask-btn">
                                <el-button
                                  @click="unLoadSdk(item)"
                                  type="primary"
                                  size="small"
                                  class="bot-btn"
                                  >卸载</el-button
                                >
                                >卸载</el-button>
                                <el-button
                                  v-if="item.isUpgrade"
                                  @click="donwload(item, 0)"
                                  type="warning"
                                  size="small"
                                  class="bot-btn"
                                  >升级</el-button
                                >
                                >升级</el-button>
                              </div>
                            </div>
                            <img
@@ -595,9 +478,11 @@
                          </div>
                          <div class="alg-name">
                            <div style="padding: 0px 10px 0px 10px">
                              <span v-if="!item.isEdit">{{
                              <span v-if="!item.isEdit">
                                {{
                                item.sdk_name
                              }}</span>
                                }}
                              </span>
                            </div>
                          </div>
                        </div>
@@ -606,22 +491,11 @@
                  </div>
                  <div class="flex-title">
                    <p class="src-title">应用软件</p>
                    <el-button
                      @click="batchUpdate('app')"
                      type="primary"
                      size="mini"
                      >更新全部</el-button
                    >
                    <el-button @click="batchUpdate('app')" type="primary" size="mini">更新全部</el-button>
                  </div>
                  <div class="flex-list">
                    <div v-if="!hasNewVersionApp.length" class="empty-tip">
                      暂无数据
                    </div>
                    <div
                      class="wrap-box"
                      v-for="item in hasNewVersionApp"
                      :key="item.id"
                    >
                    <div v-if="!hasNewVersionApp.length" class="empty-tip">暂无数据</div>
                    <div class="wrap-box" v-for="item in hasNewVersionApp" :key="item.id">
                      <div class="list-choose-item-left">
                        <div class="list-complete-item-handle">
                          <div
@@ -633,23 +507,15 @@
                            :element-loading-text="item.progressMsg"
                            element-loading-background="rgba(0,0,0,.8)"
                          >
                            <i
                              class="iconfont iconupdate"
                              v-if="item.isUpgrade"
                            ></i>
                            <!-- <i class="iconfont iconupdate" v-if="item.isUpgrade"></i> -->
                            <img class="update-icon" v-if="item.isUpgrade" src="../../../assets/img/更新提示.png" alt="">
                            <div class="mask">
                              <div class="left-top">
                                <div>当前版本:{{ item.version }}</div>
                                <div v-if="item.remoteVersion">
                                  最新版本:{{ item.remoteVersion }}
                                </div>
                                <div v-if="item.remoteVersion">最新版本:{{ item.remoteVersion }}</div>
                              </div>
                              <div
                                class="info-onmask"
                                @click="checkDetail(item, 'active')"
                              >
                                查看详情
                              </div>
                              <div class="info-onmask" @click="checkDetail(item,'active')">查看详情</div>
                              <div class="mask-btn">
                                <el-button
                                  v-if="!item.isDefault"
@@ -657,16 +523,14 @@
                                  type="primary"
                                  size="small"
                                  class="bot-btn"
                                  >卸载</el-button
                                >
                                >卸载</el-button>
                                <el-button
                                  v-if="item.isUpgrade"
                                  @click="downloadApp(item, 'upgrade')"
                                  type="warning"
                                  size="small"
                                  class="bot-btn"
                                  >升级</el-button
                                >
                                >升级</el-button>
                              </div>
                            </div>
                            <img
@@ -752,26 +616,18 @@
      </div>
    </el-dialog>
    <!-- <div class="dialog-content" v-if="productDetailVisible" > -->
    <el-dialog
      class="product-detail-dialog"
      :visible="productDetailVisible"
      @close="closeDial"
    >
    <el-dialog class="product-detail-dialog" :visible="productDetailVisible" @close="closeDial">
      <!-- <el-button-group> -->
      <div class="button-group" v-show="!backDisable || !forwardDisable">
      <div class="button-group" v-show="!backDisable||!forwardDisable">
        <el-button size="small" @click="backwards" :disabled="backDisable">
          <span>&#60;</span>
        </el-button>
        <!-- <el-button type="primary" size="small" icon="el-icon-arrow-left"></el-button> -->
        <el-button size="small" @click="forwards" :disabled="forwardDisable"
          >></el-button
        >
        <el-button size="small" @click="forwards" :disabled="forwardDisable">></el-button>
        <!-- <el-button type="primary" size="small"><i class="el-icon-arrow-right el-icon--right"></i></el-button> -->
      </div>
      <!-- </el-button-group> -->
      <div class="dialog-title" slot="title">
        {{ isSDKDialog ? "算法详情" : "应用详情" }}
      </div>
      <div class="dialog-title" slot="title">{{isSDKDialog?"算法详情":"应用详情"}}</div>
      <div class="dialog-content">
        <div class="box-top">
          <div class="top-left">
@@ -790,22 +646,15 @@
                @change="changeHandle"
              >
                <!-- :arrow="productDetail.pics.length > 1 ? 'always' : 'never'" -->
                <el-carousel-item
                  v-for="(item, index) in productDetail.pics"
                  :key="index"
                >
                <el-carousel-item v-for="(item, index) in productDetail.pics" :key="index">
                  <div class="imgwrap">
                    <img
                      v-if="item.type != 'video'"
                      :src="'/httpImage/' + item.url"
                      :src="item.url"
                      class="cursor-pointer"
                      preview
                    />
                    <video
                      v-if="item.type == 'video'"
                      :src="'/httpImage/' + item.url"
                      controls
                    ></video>
                    <video v-if="item.type == 'video'" :src="item.url" controls></video>
                  </div>
                </el-carousel-item>
              </el-carousel>
@@ -829,7 +678,7 @@
              <div class="right-desc">
                <div class="name">
                  <el-tooltip
                    class=""
                    class
                    effect="dark"
                    :content="productDetail.productName"
                    placement="right-start"
@@ -838,57 +687,44 @@
                  </el-tooltip>
                </div>
                <div class="tags">
                  <el-tag
                    type="info"
                    size="small"
                    color="#fff"
                    v-if="!isSDKDialog"
                    >应用</el-tag
                  >
                  <el-tag
                    type="info"
                    size="small"
                    color="#fff"
                    v-if="isSDKDialog"
                    >算法</el-tag
                  >
                  <el-tag type="info" size="small" color="#fff" v-if="!isSDKDialog">应用</el-tag>
                  <el-tag type="info" size="small" color="#fff" v-if="isSDKDialog">算法</el-tag>
                </div>
                <div class="btns">
                  <el-button
                    size="small"
                    type="warning"
                    v-if="needToUpgradeInWin || productDetail.isUpgrade"
                    v-if="needToUpgradeInWin||productDetail.isUpgrade"
                    @click="upgradeSDKinWin"
                    >{{ isUpgrading ? "升级中.." : "升级" }}</el-button
                  >
                    {{
                    isUpgrading ? "升级中.." : "升级"
                    }}
                  </el-button>
                  <el-button
                    size="small"
                    type="primary"
                    v-if="isActive && !isDefaultApp"
                    v-if="isActive&&!isDefaultApp"
                    @click="unloadSDKinWin"
                    >卸载</el-button
                  >
                  >卸载</el-button>
                  <el-button
                    size="small"
                    type="primary"
                    v-if="!isActive && !showInstallNotActive"
                    @click="showInputCode = !showInputCode"
                    >激活</el-button
                  >
                    v-if="!isActive&&!showInstallNotActive"
                    @click="showInputCode=!showInputCode"
                  >激活</el-button>
                  <el-button
                    size="small"
                    type="primary"
                    v-if="!isActive && showInstallNotActive"
                    v-if="!isActive&&showInstallNotActive"
                    @click="downloadSdkInSide"
                    >{{ isUpgrading ? "安装中.." : "安装" }}</el-button
                  >
                  >{{isUpgrading?"安装中..":"安装"}}</el-button>
                  <el-button
                    size="small"
                    type="success"
                    v-if="!isSDKDialog && isActive"
                    v-if="!isSDKDialog&&isActive"
                    @click="openApp"
                    >打开</el-button
                  >
                  >打开</el-button>
                </div>
              </div>
            </div>
@@ -899,12 +735,8 @@
                placeholder="00000-00000-00000-00000-00000"
                @blur="getCodeDetail"
              ></el-input>
              <el-button type="primary" size="small" @click="actived"
                >激活</el-button
              >
              <el-button type="primary" size="small" @click="cancelActivate"
                >取消</el-button
              >
              <el-button type="primary" size="small" @click="actived">激活</el-button>
              <el-button type="primary" size="small" @click="cancelActivate">取消</el-button>
            </div>
            <div class="product-intruduction">
              <div class="part-title" v-if="!showInputCode">简介</div>
@@ -913,9 +745,9 @@
                  <div>版本:</div>
                  <div>
                    {{
                      productDetail.productVersion === ""
                        ? "暂无"
                        : productDetail.productVersion
                    productDetail.productVersion === ""
                    ? "暂无"
                    : productDetail.productVersion
                    }}
                  </div>
                </div>
@@ -923,9 +755,9 @@
                  <div>概述:</div>
                  <div>
                    {{
                      productDetail.description === ""
                        ? "暂无"
                        : productDetail.description
                    productDetail.description === ""
                    ? "暂无"
                    : productDetail.description
                    }}
                  </div>
                </div>
@@ -933,9 +765,9 @@
                  <div>详述:</div>
                  <div>
                    {{
                      productDetail.summary === ""
                        ? "暂无"
                        : productDetail.summary
                    productDetail.summary === ""
                    ? "暂无"
                    : productDetail.summary
                    }}
                  </div>
                </div>
@@ -945,20 +777,20 @@
        </div>
        <div class="box-bottom">
          <div class="bot-left">
            <div class="part-title">
              {{ isSDKDialog ? "应用场景" : "功能特点" }}
            </div>
            <div class="part-title">{{ isSDKDialog ? "应用场景" : "功能特点" }}</div>
            <div class="list-zone">
              <div
                class="list-item"
                v-for="(item, index) in productDetail.funcInfo"
                :key="index"
              >
                <el-tag type="" size="small" effect="dark">
                  {{ item.title === "" ? "暂无数据" : item.title }}
                </el-tag>
              <div class="list-item" v-for="(item, index) in productDetail.funcInfo" :key="index">
                <el-tag
                  type
                  size="small"
                  effect="dark"
                >{{ item.title === "" ? "暂无数据" : item.title }}</el-tag>
                <div class="desc">
                  {{ item.desc === "" ? "暂无数据" : item.desc }}
                  {{
                  item.desc === ""
                  ? "暂无数据"
                  : item.desc
                  }}
                </div>
              </div>
            </div>
@@ -966,16 +798,14 @@
          <div class="bot-right">
            <div class="part-title">推荐算法</div>
            <div class="item-zone">
              <div
                class="item"
                v-for="(item, index) in otherProducts"
                :key="index"
              >
                <el-tag type="info" color="inherit" size="small">{{
              <div class="item" v-for="(item, index) in otherProducts" :key="index">
                <el-tag type="info" color="inherit" size="small">
                  {{
                  item.productTypeName === ""
                    ? "暂无数据"
                    : item.productTypeName
                }}</el-tag>
                  ? "暂无数据"
                  : item.productTypeName
                  }}
                </el-tag>
                <div class="icon">
                  <img
                    v-if="item.iconBlob"
@@ -990,24 +820,17 @@
                  <div class="icon-name">
                    <el-tooltip
                      class=""
                      class
                      effect="dark"
                      :content="item.name === '' ? '暂无数据' : item.name"
                      :content="item.name === '' ? '暂无数据':item.name"
                      placement="top-start"
                    >
                      <span>{{
                        item.name === "" ? "暂无数据" : item.name
                      }}</span>
                      <span>{{ item.name === "" ? "暂无数据" : item.name }}</span>
                    </el-tooltip>
                  </div>
                </div>
                <div class="look-button">
                  <el-button
                    type="primary"
                    size="mini"
                    @click="checkInWindow(item)"
                    >查看</el-button
                  >
                  <el-button type="primary" size="mini" @click="checkInWindow(item)">查看</el-button>
                </div>
              </div>
            </div>
@@ -1175,7 +998,7 @@
      showInputCode: false,
      needToUpgradeInWin: false,
      errMsg: "",
      showInstallNotActive: false,
      showInstallNotActive: false
    };
  },
  directives: {
@@ -1214,31 +1037,31 @@
      }
    },
    closeDial() {
      this.productDetailVisible = false;
      this.productDetail = {};
      this.otherProducts = [];
      this.productDetailVisible = false
      this.productDetail = {}
      this.otherProducts = []
    },
    checkDetail(item, type) {
      if (type == "inactive") {
        this.isActive = false;
        this.showInstallNotActive = false;
        this.showInputCode = false;
      } else if (type == "active") {
        this.showInputCode = false;
        this.showInstallNotActive = false;
        this.isActive = true;
      } else if (type == "activeNotInstall") {
        this.showInputCode = false;
        this.isActive = false;
        this.showInstallNotActive = true;
      if (type == 'inactive') {
        this.isActive = false
        this.showInstallNotActive = false
        this.showInputCode = false
      } else if (type == 'active') {
        this.showInputCode = false
        this.showInstallNotActive = false
        this.isActive = true
      } else if (type == 'activeNotInstall') {
        this.showInputCode = false
        this.isActive = false
        this.showInstallNotActive = true
      }
      this.checkIsDefOrNot(item.id);
      this.needToUpgradeInWin = item.isUpgrade ? true : false;
      this.resetStack();
      this.checkIsDefOrNot(item.id)
      this.needToUpgradeInWin = item.isUpgrade ? true : false
      this.resetStack()
      if (item.sdk_type === undefined) {
        this.isSDKDialog = false;
        this.isSDKDialog = false
      } else {
        this.isSDKDialog = true;
        this.isSDKDialog = true
      }
      this.productDetailVisible = true;
      let _this = this;
@@ -1251,76 +1074,76 @@
      });
    },
    resetStack() {
      this.forwardStack = [];
      this.backStack = [];
      this.backDisable = true;
      this.forwardDisable = true;
      this.forwardStack = []
      this.backStack = []
      this.backDisable = true
      this.forwardDisable = true
    },
    checkInWindow(item) {
      this.backStack.push([this.productDetail, this.otherProducts]);
      this.backDisable = false;
      this.checkIsDefOrNot(item.id);
      this.backStack.push([this.productDetail, this.otherProducts])
      this.backDisable = false
      this.checkIsDefOrNot(item.id)
      let _this = this;
      getAppDetail({ id: item.id }).then((res) => {
        _this.productDetail = res.data.detail;
        _this.productDetail.iconBlob = item.iconBlob;
        this.actId = _this.productDetail.productBaseId;
        let flag = false;
        const allNeedToNew = [
          ...this.hasNewVersionSdk,
          ...this.hasNewVersionApp,
        ];
        _this.productDetail.iconBlob = item.iconBlob
        this.actId = _this.productDetail.productBaseId
        let flag = false
        const allNeedToNew = [...this.hasNewVersionSdk, ...this.hasNewVersionApp]
        for (let i = 0; i < allNeedToNew.length; i++) {
          const item = allNeedToNew[i];
          if (item.id == _this.productDetail.productBaseId) {
            flag = true;
            flag = true
          }
        }
        this.needToUpgradeInWin = flag;
        _this.productDetail.isUpgrade = flag;
        this.needToUpgradeInWin = flag
        _this.productDetail.isUpgrade = flag
        _this.otherProducts = res.data.randoms;
      });
    },
    checkIsDefOrNot(id) {
      if (id.length > 10) {
        this.isDefaultApp = false;
        this.isDefaultApp = false
      } else {
        this.isDefaultApp = true;
        this.isDefaultApp = true
      }
    },
    backwards() {
      if (this.backStack.length == 0) {
        this.backDisable = true;
        return;
        this.backDisable = true
        return
      }
      this.forwardStack.push([this.productDetail, this.otherProducts]);
      let item = this.backStack.pop();
      this.productDetail = item[0];
      this.checkIsDefOrNot(this.productDetail.productBaseId);
      this.otherProducts = item[1];
      this.forwardDisable = false;
      this.forwardStack.push([this.productDetail, this.otherProducts])
      let item = this.backStack.pop()
      this.productDetail = item[0]
      this.checkIsDefOrNot(this.productDetail.productBaseId)
      this.otherProducts = item[1]
      this.forwardDisable = false
      if (this.backStack.length == 0) {
        this.backDisable = true;
        this.backDisable = true
      }
    },
    forwards() {
      if (this.forwardStack.length == 0) {
        this.forwardDisable = true;
        return;
        this.forwardDisable = true
        return
      }
      this.backStack.push([this.productDetail, this.otherProducts]);
      this.backDisable = false;
      let item = this.forwardStack.pop();
      this.backStack.push([this.productDetail, this.otherProducts])
      this.backDisable = false
      let item = this.forwardStack.pop()
      this.productDetail = item[0];
      this.otherProducts = item[1];
      this.productDetail = item[0]
      this.otherProducts = item[1]
      if (this.forwardStack.length == 0) {
        this.forwardDisable = true;
        this.forwardDisable = true
      }
    },
    //离线安装
    offlineInstall() {
@@ -1438,7 +1261,7 @@
      let _this = this;
      this.$confirm("确定要卸载该应用吗?", "提示")
        .then(() => {
          _this.productDetailVisible = false;
          _this.productDetailVisible = false
          app.unloadLoading = true;
          removeApp({ appId: app.id })
@@ -1479,8 +1302,8 @@
    },
    cancelActivate() {
      this.showInputCode = false;
      this.activeCode = "";
      this.showInputCode = false
      this.activeCode = ""
    },
    newActInfo() {
      return {
@@ -1522,7 +1345,7 @@
            if (res.data.isSuccess) {
              this.productDetailVisible = false;
              _this.activedSdkOrApp = res.data.successMsg;
              this.showActivateSuccess = true;
              this.showActivateSuccess = true
              _this.actStep++;
              _this.getUnActivedList();
              _this.getAllSdk();
@@ -1543,7 +1366,7 @@
            if (res.data.isSuccess) {
              this.productDetailVisible = false;
              _this.activedSdkOrApp = res.data.successMsg;
              this.showActivateSuccess = true;
              this.showActivateSuccess = true
              _this.actStep++;
              _this.getUnActivedAppList();
              _this.getAllApps();
@@ -1559,7 +1382,7 @@
          });
      }
    },
    getCodeDetail() {},
    getCodeDetail() { },
    checkMyAlgorith() {
      this.showActivateSuccess = false;
      this.activeName = "myAlgorithm";
@@ -1602,13 +1425,10 @@
        });
    },
    openApp() {
      let message = "toOpenApp?" + this.productDetail.productBaseId;
      window.parent.postMessage(
        {
          msg: message,
        },
        "*"
      );
      let message = 'toOpenApp?' + this.productDetail.productBaseId;
      window.parent.postMessage({
        msg: message
      }, "*")
    },
    onFileAdded(f) {
@@ -1636,7 +1456,7 @@
          //算法软件 已安装其中包含待升级 未安装
          item.installed ? installedList.push(obj) : unInstalledList.push(obj);
          item.isUpgrade ? hasNewVersionList.push(obj) : null;
          item.isUpgrade ? hasNewVersionList.push(obj) : null
        });
      }
      this.installedList = installedList;
@@ -1644,18 +1464,19 @@
      this.hasNewVersionSdk = hasNewVersionList;
    },
    unloadSDKinWin() {
      let appToUnload;
      let sdkToUnload;
      let appToUnload
      let sdkToUnload
      if (this.productDetail.productTypeName == "应用") {
        appToUnload = this.installedApps.find((item) => {
          return item.id == this.productDetail.productBaseId;
        });
        this.unLoad(appToUnload);
          return item.id == this.productDetail.productBaseId
        })
        this.unLoad(appToUnload)
      } else {
        sdkToUnload = this.installedList.find((item) => {
          return item.id == this.productDetail.productBaseId;
        });
        this.unLoadSdk(sdkToUnload);
          return item.id == this.productDetail.productBaseId
        })
        this.unLoadSdk(sdkToUnload)
      }
    },
    //卸载算法
@@ -1663,7 +1484,7 @@
      let _this = this;
      this.$confirm("确定要卸载该算法吗?", "提示")
        .then(() => {
          _this.productDetailVisible = false;
          _this.productDetailVisible = false
          sdk.unloadLoading = true;
          removeSdk({ sdkId: sdk.id })
            .then((res) => {
@@ -1705,9 +1526,10 @@
                message: "升级完成",
                type: "success",
              });
              this.needToUpgradeInWin = false;
              this.productDetail.isUpgrade = false;
              this.needToUpgradeInWin = false
              this.productDetail.isUpgrade = false
              this.isUpgrading = !this.isUpgrading;
            }
          })
          .catch((e) => {
@@ -1722,27 +1544,28 @@
        // 开启自动刷新
        this.appUpgreading = true;
      } else {
        downloadSdk({ path: this.productDetail.productBaseId })
          .then((res) => {
            this.needToUpgradeInWin = false;
            this.productDetail.isUpgrade = false;
            this.isUpgrading = !this.isUpgrading;
            this.$notify({
              title: "成功",
              message: "升级完成",
              type: "success",
            });
          })
          .catch((err) => {
            this.$notify({
              title: "升级失败",
              message: err.data,
              type: "warning",
            });
            this.isUpgrading = !this.isUpgrading;
        downloadSdk({ path: this.productDetail.productBaseId }).then((res) => {
          this.needToUpgradeInWin = false
          this.productDetail.isUpgrade = false
          this.isUpgrading = !this.isUpgrading;
          this.$notify({
            title: "成功",
            message: "升级完成",
            type: "success",
          });
        }).catch((err) => {
          this.$notify({
            title: "升级失败",
            message: err.data,
            type: "warning",
          });
          this.isUpgrading = !this.isUpgrading;
        })
        this.sdkUpgreading = true;
      }
    },
    downloadSdkInSide() {
      this.downloadItem = this.productDetail.productBaseId;
@@ -1755,7 +1578,7 @@
            type: "success",
            message: "算法已安装",
          });
          this.isUpgrading = false;
          this.isUpgrading = false
        })
        .catch((err) => {
          this.$notify({
@@ -1763,13 +1586,12 @@
            message: err.data,
          });
          this.downloadItem = "";
          this.isUpgrading = false;
          this.isUpgrading = false
        });
      // 开启自动刷新
      this.sdkUpgreading = true;
    },
    donwload(item, typ) {
      item.upgradeLoading = true;
      this.downloadItem = item.id;
@@ -1780,7 +1602,7 @@
          this.downloadItem = "";
          this.$notify({
            type: "success",
            message: typ == 1 ? "算法安装成功" : "算法升级成功",
            message: typ == 1 ? "算法安装成功" : "算法升级成功"
          });
        })
        .catch((err) => {
@@ -1798,7 +1620,7 @@
    inputBlur(item) {
      this.$set(item, "isEdit", false);
    },
    handleTabClick() {},
    handleTabClick() { },
    autoRefreshAppAndSdkState() {
      // 关闭后退出
      if (!this.autoRefresh) {
@@ -1935,13 +1757,10 @@
          overflow: hidden;
          .summary {
            height: 120px;
            margin: 5px 5px 0 5px;
            .icon {
              margin: 0 10px;
              margin-top: 8px;
              float: left;
              .baseImg {
                max-width: 106px;
@@ -2206,6 +2025,7 @@
  .el-tabs--border-card > .el-tabs__content {
    padding: 0 !important;
    overflow: auto !important;
    background-color: #fff;
  }
  .el-tabs__content {
    padding: 0 !important;
@@ -2249,7 +2069,8 @@
        }
      }
      .task-list {
        background: #fdfdfd;
        // background: #1c364a;
        background: #fff;
        padding: 20px;
        box-sizing: border-box;
@@ -2259,14 +2080,14 @@
          flex-wrap: wrap;
          min-height: 200px;
          .wrap-box {
            width: 16.66%;
            width: 11%;
          }
          .list-choose-item-left {
            width: 80%;
            height: auto;
            margin: auto;
            margin-bottom: 30px;
            max-width: 200px;
            max-width: 150px;
            .mask {
              width: 100%;
@@ -2282,14 +2103,14 @@
        display: flex;
        flex-wrap: wrap;
        .wrap-box {
          width: 16.6%;
          width: 11%;
          margin-bottom: 30px;
          .list-choose-item-left {
            width: 80%;
            height: auto;
            margin: auto;
            margin-bottom: 30px;
            max-width: 200px;
            max-width: 150px;
          }
          .inner {
            width: 80%;
@@ -2316,9 +2137,9 @@
              }
            }
            .alg-name {
              height: 36px;
              height: 20px;
              text-align: center;
              line-height: 36px;
              line-height: 20px;
            }
            .mask {
              position: absolute;
@@ -2403,7 +2224,7 @@
        }
      }
      .tab-content {
        padding: 30px 20px;
        padding: 20px 20px;
      }
    }
    .mask {
@@ -2495,7 +2316,7 @@
      font-size: 14px;
      transition: all 1s;
      background: #ffffff;
      // background: #ffffff;
      border-radius: 4px;
      p {
        display: none;
@@ -2529,8 +2350,8 @@
      }
    }
    .list-choose-item-left-uninstal {
      color: darkgray;
      background-color: #ddd;
      color: gray;
      filter: grayscale(100%);
    }
    .list-complete-item.sortable-chosen {
      background: #4ab7bd;
@@ -2639,11 +2460,11 @@
    }
    .alg-name {
      //margin-top: 12px;
      line-height: 36px;
      line-height: 20px;
      font-family: PingFangSC-Regular;
      font-size: 14px;
      letter-spacing: 0.05em;
      color: #3e4664;
      color: #333;
      // background-color: #ecf5ff;
      .el-input {
        position: relative;
@@ -2675,6 +2496,7 @@
        padding-top: 100%;
        position: relative;
        box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.07);
        border-radius: 25px;
        svg {
          position: absolute;
          top: 50%;
@@ -2682,16 +2504,24 @@
          transform: translate(-50%, -50%);
        }
        .baseImg {
          width: 56%;
          width: 100%;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          max-width: 106px;
          max-height: 106px;
          max-height: 150px;
          // max-width: 106px;
          // max-height: 106px;
        }
      }
      .willUpGrade {
        .update-icon {
           position: absolute;
          top: -8px;
          right: -8px;
          z-index: 999;
        }
        .iconupdate {
          color: #01e667;
          position: absolute;
@@ -2699,14 +2529,15 @@
          right: 5px;
          font-weight: 550;
          font-size: 26px;
          z-index: 999;
        }
      }
      &.uninstall {
        .svg-wrap {
          background-color: #ddd;
          filter: grayscale(100%);
        }
        .alg-name {
          color: darkgray;
          color: grey;
        }
      }
    }