| | |
| | | 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) |
| | | } |
| | | } |
| | |
| | | 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; |
| | | } |
| | | } |
| | | |
| | |
| | | // }, |
| | | // ]; |
| | | |
| | | |
| | | ///////////////////////////// 流光线避险路线///////////////////////////// |
| | | 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, |
| | | }); |