修改比例尺BUG
parent
c87e8fcc85
commit
f5973a7041
|
@ -1,5 +1,6 @@
|
|||
// 绘制黑白相间比例尺
|
||||
export function drawScaleTwo(value, currentScaleUnit) {
|
||||
value = value * 3;
|
||||
var canvas = document.querySelector("#scaleBar");
|
||||
var ctx = canvas.getContext("2d");
|
||||
canvas.height = 23;
|
||||
|
|
|
@ -165,7 +165,7 @@ export default {
|
|||
|
||||
// 适配完成产品
|
||||
// 土壤盐:153079 干涉形变:153086 干涉大气 153087 正射:152945
|
||||
this.$router.push("/orderUnprocessed?orderId=153883&token=WEB*1715412734577@BYT9_ZZX-gxfw001132_8906acd45c0a45feb0b584207a8f2568");
|
||||
this.$router.push("/orderUnprocessed?orderId=154090&token=WEB*1719907102702@TY84_ZZX-gxfw001132_4ff8a6f9de7f4d37837ba22354972efb");
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
|
@ -21,7 +21,7 @@ module.exports = {
|
|||
open: false,
|
||||
proxy: {
|
||||
[process.env.VUE_APP_BASE_API]: {
|
||||
target: "http://124.16.188.131:28030",
|
||||
target: "https://124.16.188.131:28030",
|
||||
changeOrigin: true,
|
||||
pathRewrite: {
|
||||
["^" + process.env.VUE_APP_BASE_API]: ""
|
||||
|
@ -35,16 +35,16 @@ module.exports = {
|
|||
}
|
||||
},
|
||||
[process.env.VUE_APP_REALITY_API]: {
|
||||
// target: "http://124.16.188.131:28092/microwave",
|
||||
target: "http://192.168.1.79:18092/microwave",
|
||||
target: "https://124.16.188.131:28092/microwave",
|
||||
// target: "http://192.168.1.79:18092/microwave",
|
||||
changeOrigin: true,
|
||||
pathRewrite: {
|
||||
["^" + process.env.VUE_APP_REALITY_API]: ""
|
||||
}
|
||||
},
|
||||
[process.env.VUE_APP_FILE_API]: {
|
||||
// target: "http://124.16.188.131:28093/file",
|
||||
target: "http://192.168.1.79:18093/file",
|
||||
target: "https://124.16.188.131:28093/file",
|
||||
// target: "http://192.168.1.79:18093/file",
|
||||
changeOrigin: true,
|
||||
pathRewrite: {
|
||||
["^" + process.env.VUE_APP_FILE_API]: ""
|
||||
|
|
Loading…
Reference in New Issue