ZZJ
2022-06-13 ea5eafc5c8b25aa038e15a4f0ec5f57daa169244
安装升级接口
4个文件已修改
7 ■■■■ 已修改文件
src/views/equipmentManagement/algorithmDetail/components/Card.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/hashrate/AlgManage/components/AlgCard.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/hashrate/AlgManage/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
vue.config.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/equipmentManagement/algorithmDetail/components/Card.vue
@@ -82,6 +82,7 @@
        nodeId: this.id,
        path: this.data.id,
        userId: JSON.parse(sessionStorage.getItem("userInfo")).id,
        inputText: data.sdk_name || data.name,
      });
      if (res && res.success) {
        this.$notify({
src/views/hashrate/AlgManage/components/AlgCard.vue
@@ -40,6 +40,7 @@
        nodeId: this.devId,
        path: this.alg.id,
        userId: JSON.parse(sessionStorage.getItem("userInfo")).id,
        inputText: this.alg.sdk_name,
      });
      if (res && res.success) {
        this.$notify({
src/views/hashrate/AlgManage/index.vue
@@ -214,6 +214,7 @@
        nodeId: devId,
        path: this.dragAlg.productBaseId,
        userId: JSON.parse(sessionStorage.getItem("userInfo")).id,
        inputText: this.dragAlg.productName,
      });
      if (res && res.success) {
        this.$notify({
vue.config.js
@@ -14,8 +14,8 @@
    proxy: {
      "/api": {
        // target: "http://192.168.20.10:7004",
        // target: "http://192.168.20.174:7070",
        target: "http://192.168.20.235:7070",
        target: "http://192.168.20.174:7070",
        // target: "http://192.168.20.235:7070",
        //  target: "http://192.168.20.117:7080",
        // secure: false,
        changeOrigin: true,