guonan
2025-05-07 07c4973e48d82b970deb917013328aae45bc6703
修改bug
已修改3个文件
21 ■■■■■ 文件已修改
public/js/config.js 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/tools/seeAnalyze.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/mnfz.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
public/js/config.js
@@ -1 +1,7 @@
const BASE_URL = "http://192.168.56.107:8088"
const BASE_URL = "http://192.168.56.107:8088"
window.ps = {
    emitMessage: function (message) {
        // console.log("emitMessage", message)
    }
}
src/components/tools/seeAnalyze.vue
@@ -128,20 +128,20 @@
  border-color: rgb(0, 150, 136);
}
/deep/ .el-slider__input {
  width: 112px;
}
/deep/ .el-input__wrapper {
  background-color: #fff !important;
  // background-color: #fff !important;
  border-color: #fff !important;
}
/deep/ .el-input-number {
  span {
    background-color: #fff !important;
    color: #000000;
    // background-color: #fff !important;
    background: rgba(8, 75, 66, 1) !important;
    color: white !important;
  }
}
src/views/mnfz.vue
@@ -287,16 +287,15 @@
//     },
//   ];
///////////////////////////// 流光线避险路线/////////////////////////////
let pathLayer = null; // 存储创建的图层
function showLine() {
  // 创建新图层
  pathLayer = earthCtrl.factory.createPathLayer({
    url: "/json/line.json",
    color: "#008500",
    color: "#00FF00",
    width: 12.0,
    pointColor: "#FFFFFF",
    pointColor: "#73FFA7",
    speed: 2,
    far: 50000,
  });