diff --git a/public/config/config.js b/public/config/config.js index ce16e8c..ef203ad 100644 --- a/public/config/config.js +++ b/public/config/config.js @@ -6,11 +6,11 @@ // const DAISHENHE_URL = "http://10.0.3.157:18030/kjwebAdmin-test/#/Order/DSHOrder"; // const YISHENHE_URL = "http://10.0.3.157:18030/kjwebAdmin-test/#/Order/YSHOrder"; // const YUNGUAN_SERVER_URL = "http://10.0.3.157:18030/yunguan-app"; -const LXYLOGIN_URL = "http://124.16.188.131:18030/kjwebAdmin-test/#/login"; -const YUNGUAN_SERVER_URL = "http://124.16.188.131:18030/yunguan-app"; -const DAICHULI_URL = "http://124.16.188.131:9599/lxyweb/kjwebAdmin/#/Order/DJYOrder"; -const YICHULI_URL = "http://124.16.188.131:9599/lxyweb/kjwebAdmin/#/Order/YJYOrder"; -const DAISHENHE_URL = "http://124.16.188.131:9599/lxyweb/kjwebAdmin/#/Order/DSHOrder"; -const YISHENHE_URL = "http://124.16.188.131:9599/lxyweb/kjwebAdmin/#/Order/YSHOrder"; -const DQYSERVER_URL = "http://124.16.188.131:18085"; -const LXYSERVER_URL = "http://124.16.188.131:9599/lxyweb"; +const LXYLOGIN_URL = "http://124.16.188.131:28030/kjwebAdmin-test/#/login"; +const YUNGUAN_SERVER_URL = "http://124.16.188.131:28030/yunguan-app"; +const DAICHULI_URL = "http://124.16.188.131:9699/lxyweb/kjwebAdmin/#/Order/DJYOrder"; +const YICHULI_URL = "http://124.16.188.131:9699/lxyweb/kjwebAdmin/#/Order/YJYOrder"; +const DAISHENHE_URL = "http://124.16.188.131:9699/lxyweb/kjwebAdmin/#/Order/DSHOrder"; +const YISHENHE_URL = "http://124.16.188.131:9699/lxyweb/kjwebAdmin/#/Order/YSHOrder"; +const DQYSERVER_URL = "http://124.16.188.131:28085"; +const LXYSERVER_URL = "http://124.16.188.131:9699/lxyweb"; diff --git a/src/components/ration/qualitative/index.vue b/src/components/ration/qualitative/index.vue index 827a184..1527923 100644 --- a/src/components/ration/qualitative/index.vue +++ b/src/components/ration/qualitative/index.vue @@ -420,7 +420,7 @@ export default { } ssForm.append("splCount", ssn); getSamplesByLayer(ssForm).then((res) => { - if (res.length === 0 || res === []) { + if (res.length === 0 || res == []) { self.multipleSelection = self.simpleData = []; cu.removePoint(); this.$message.error("当前分层设置返回列表为空"); diff --git a/src/views/Daichuli/Feedback/Inspection/Report/index.vue b/src/views/Daichuli/Feedback/Inspection/Report/index.vue index f036bf9..2abe71a 100644 --- a/src/views/Daichuli/Feedback/Inspection/Report/index.vue +++ b/src/views/Daichuli/Feedback/Inspection/Report/index.vue @@ -445,7 +445,7 @@ export default { let rt = rpm.tifPath.split("/"); //由于空天院内网服务i无拉取外网资源,先改成内网资源访问 const httpTiffPath = - "http://10.0.36.121:8085/microwaveData/tif/" + rt[rt.length - 1]; + "http://10.0.31.126:8085/microwaveData/tif/" + rt[rt.length - 1]; // const httpTiffPath = rpm.tifPath; const polarizationMethod = "HH"; exportWord( diff --git a/src/views/Daichuli/Feedback/Inspection/index.vue b/src/views/Daichuli/Feedback/Inspection/index.vue index 3fe4b24..946d73c 100644 --- a/src/views/Daichuli/Feedback/Inspection/index.vue +++ b/src/views/Daichuli/Feedback/Inspection/index.vue @@ -442,7 +442,7 @@ export default { // self.tifPath = pm.ftpPath; //由于空天院内网服务无法拉取外网资源,先改成内网资源访问 let rt = pm.ftpPath.split('/'); - self.tifPath ='http://10.0.3.157:18030/inspection/files/' + rt[rt.length - 1]; + self.tifPath ='http://10.0.31.125:18030/inspection/files/' + rt[rt.length - 1]; self.projection = pm.projection; // 赋值真实性检验方法