修改比例尺BUG

tykong-cidian
duxiaoning 2024-07-04 09:38:01 +08:00
parent c87e8fcc85
commit f5973a7041
3 changed files with 7 additions and 6 deletions

View File

@ -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;

View File

@ -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");
},
},
};

View File

@ -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]: ""