提交试运行环境配置
parent
616de8d5b4
commit
9ffb1bfa32
|
@ -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";
|
||||
|
|
|
@ -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("当前分层设置返回列表为空");
|
||||
|
|
|
@ -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(
|
||||
|
|
|
@ -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;
|
||||
|
||||
// 赋值真实性检验方法
|
||||
|
|
Loading…
Reference in New Issue