src/components/view/a6-device-management.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/main.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/components/view/a6-device-management.vue
@@ -838,7 +838,7 @@ this.$message.error('未输入启用日期') return } if(!this.formData2.deviceStatus){ if(this.formData2.deviceStatus==='' || this.formData2.deviceStatus===null){ this.$message.error('未选择当前状态') return } @@ -847,7 +847,7 @@ return } this.upLoad2 = true; this.formData2.insProductIds = this.formData2.insProductIds.join() this.formData2.insProductIds = this.formData2.insProductIds?this.formData2.insProductIds.join():'' this.$axios.post(this.$api.deviceScope.addDeviceParameter, this.formData2, { headers: { 'Content-Type': 'application/json' src/main.js
@@ -18,13 +18,13 @@ Vue.prototype.PROJECT = '检测中心' // Vue.prototype.PROJECT = '装备电缆' //本地 // Vue.prototype.LOCATIONVUE = "http://127.0.0.1:80"; // const javaApi = 'http://127.0.0.1:8001'; Vue.prototype.LOCATIONVUE = "http://127.0.0.1:80"; const javaApi = 'http://127.0.0.1:8001'; // const javaApi = 'http://192.168.0.104:8001'; // //通信测试库 Vue.prototype.LOCATIONVUE = "http://10.1.13.77:8080"; const javaApi = 'http://10.1.13.77:8001'; // Vue.prototype.LOCATIONVUE = "http://10.1.13.77:8080"; // const javaApi = 'http://10.1.13.77:8001'; //云 // Vue.prototype.LOCATIONVUE = "http://114.132.189.42:8080";