lining 3 rokov pred
rodič
commit
31ade51484

+ 2 - 2
src/views/MalfunctionWarning/MalfunctionWarning.vue

@@ -628,7 +628,7 @@ export default {
       let that = this;
       that.API.requestData({
         method: "GET",
-        subUrl: "http://192.168.10.7:9002/case/fault/list",
+        subUrl: "http://192.168.1.18:9002/case/fault/list",
         data: {
           ids: param.join(","),
         },
@@ -930,7 +930,7 @@ export default {
       if (params.length > 0) {
         axios({
           method: "post",
-          url: "http://192.168.10.7:9002/case/fault/insert",
+          url: "http://192.168.1.18:9002/case/fault/insert",
           data: params,
           header: {
             "Content-Type": "application/json",