修改定性产品读取
parent
9ba6acdfbb
commit
a30a23f187
|
@ -262,7 +262,9 @@ export default {
|
|||
const pdType = om.productSubClassId;
|
||||
self.productSubType = pdType;
|
||||
|
||||
self.featureMapData = om.landCoverTypeVOList;
|
||||
// self.featureMapData = om.landCoverTypeVOList;
|
||||
self.featureMapData = pdType === 39 ? om.landCoverTypeVOList : JSON.parse(am.productMsg.microwaveDataJson).vegetationPhenology;
|
||||
|
||||
self.formInline = am.metaMsg;
|
||||
self.orderData = am.orderData;
|
||||
self.pixelNum = am.metaMsg.resRatio;
|
||||
|
|
|
@ -335,7 +335,7 @@ export default {
|
|||
// 加载地物关联信息
|
||||
if (proSubId === 39 || proSubId === 47) {
|
||||
self.groudClassShow = true;
|
||||
self.groudClassData = om.landCoverTypeVOList;
|
||||
self.groudClassData = proSubId === 39 ? om.landCoverTypeVOList : JSON.parse(pm.microwaveDataJson).vegetationPhenology;
|
||||
}
|
||||
}
|
||||
});
|
||||
|
@ -677,6 +677,7 @@ export default {
|
|||
top: 10px;
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
.unableDeal hr {
|
||||
width: 99%;
|
||||
position: absolute;
|
||||
|
@ -686,6 +687,7 @@ export default {
|
|||
background-color: #c0c4cc;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
/deep/.unableDeal .el-radio {
|
||||
padding: 0 30px 0 20px;
|
||||
}
|
||||
|
|
|
@ -159,12 +159,12 @@ export default {
|
|||
}
|
||||
},
|
||||
changePage(orderMsg) {
|
||||
// 正射:152945 地表覆盖:153029 后向散射系数:152946
|
||||
// 地表覆盖:153029 后向散射系数:152946
|
||||
// 高程产品:153064 植被高度:153073 叶面积指数:153049
|
||||
// 粗糙度 153057
|
||||
|
||||
// 适配完成产品
|
||||
// 土壤盐:153079 干涉形变:153086 干涉大气 153087
|
||||
// 土壤盐:153079 干涉形变:153086 干涉大气 153087 正射:152945
|
||||
this.$router.push("/orderUnprocessed?orderId=153047&token=WEB*1701824857923@4QA4_ZZX-yg000087_92ce3354ff6b48808c7bd2d9f6949046");
|
||||
},
|
||||
},
|
||||
|
|
|
@ -36,7 +36,7 @@ module.exports = {
|
|||
},
|
||||
[process.env.VUE_APP_REALITY_API]: {
|
||||
// target: "http://124.16.188.131:28092/microwave",
|
||||
target: "http://192.168.8.121:18092/microwave",
|
||||
target: "http://192.168.8.181:28092/microwave",
|
||||
// target: "http://192.168.1.104:18092/microwave",
|
||||
changeOrigin: true,
|
||||
pathRewrite: {
|
||||
|
@ -45,7 +45,7 @@ module.exports = {
|
|||
},
|
||||
[process.env.VUE_APP_FILE_API]: {
|
||||
// target: "http://124.16.188.131:28093/file",
|
||||
target: "http://192.168.8.121:18093/file",
|
||||
target: "http://192.168.8.181:28093/file",
|
||||
changeOrigin: true,
|
||||
pathRewrite: {
|
||||
["^" + process.env.VUE_APP_FILE_API]: ""
|
||||
|
|
Loading…
Reference in New Issue