| | |
| | | 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({ |
| | |
| | | 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({ |
| | |
| | | nodeId: devId, |
| | | path: this.dragAlg.productBaseId, |
| | | userId: JSON.parse(sessionStorage.getItem("userInfo")).id, |
| | | inputText: this.dragAlg.productName, |
| | | }); |
| | | if (res && res.success) { |
| | | this.$notify({ |
| | |
| | | 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, |