#
luxiaotao1123
2022-01-07 c3f17c80d1d59bce27eee9bedfcfe6767f0dfaa9
#
3个文件已修改
12 ■■■■■ 已修改文件
static/js/data/Asrs.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
static/js/object/CrnTask.js 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
views/index.html 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
static/js/data/Asrs.js
@@ -22,8 +22,8 @@
var Store3DData;
function initStore() {
    $.ajax({
        // url: 'http://47.97.1.152:58080/jkwcs/three/init/store/v1',
        url: 'http://localhost:9090/jkwcs/three/init/store/v1',
        url: 'http://47.97.1.152:58080/jkwcs/three/init/store/v1',
        // url: 'http://localhost:9090/jkwcs/three/init/store/v1',
        type: "POST",
        data: {},
        // async: false,
static/js/object/CrnTask.js
@@ -163,7 +163,9 @@
        }
        curves.map((value, index) => {
            // console.log(value.part + " --> " + JSON.stringify(value.route.points))
            if (that.crnNo === 1) {
                // console.log(value.part + " --> " + JSON.stringify(value.route.points))
            }
        });
        curves[0].start = true;
views/index.html
@@ -234,8 +234,8 @@
    var speedDom = document.getElementById("speed");
    var timer = setInterval(function () {
        if (percent < 100.00) {
            // percent += 0.04;
            percent += 1;
            percent += 0.04;
            // percent += 1;
            speedDom.innerText = percent.toFixed(2);
        } else {
            speedDom.innerText = '100.00';