From a77448eb072f10dd3827694140f87c3069b1dba4 Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期六, 07 十月 2023 11:14:40 +0800 Subject: [PATCH] 代码更新 --- static/mapData.js | 22 ++++++++++++++++------ 1 files changed, 16 insertions(+), 6 deletions(-) diff --git a/static/mapData.js b/static/mapData.js index cbba85a..59d470c 100644 --- a/static/mapData.js +++ b/static/mapData.js @@ -1,12 +1,16 @@ const mapData = { + + apiUrl: 'http://10.10.4.121:8070/', //鎺ュ彛璋冪敤鍦板潃 + apiUrl1: 'http://10.10.4.116:8088/', //鎺ュ彛璋冪敤鍦板潃 mapRest: { - lng: -2187108.231948378, //缁忓害 - lat: 4392040.442348233, //绾害 - alt: 4063265.829085007, //楂樺害 - heading: 2.4384163743219607, //鍋忕Щ瑙掑害 - pitch: -0.32733173444759833, //淇话瑙掑害 - roll: 6.283095595698651 //鏃嬭浆瑙掑害 + lng: -2189208.281391369, //缁忓害0 + lat: 4391302.729127172, //绾害 + alt: 4061318.292309685, //楂樺害 + heading: 2.6713242790763387, //鍋忕Щ瑙掑害 + pitch: -0.017921496409462057, //淇话瑙掑害 + roll: 6.283184545431953 //鏃嬭浆瑙掑害 }, + //鍔ㄧ敾瀵艰埅鐐� animaNavigation: [ { @@ -83,6 +87,12 @@ height: 50, flytime: 15, text: "杩欐槸涓�鏉℃祴璇曟暟鎹�" + }, + msgMach: { + rest: ['澶嶄綅', '杩樺師', '鍒濆鍖�', '鍒濆浣嶇疆'], + lineRoam: ['婕父', '瀵艰埅'], + closeRoam: ['鍋滄婕父', '鍋滄瀵艰埅'], + localPage: ['涓�', '浜�', '涓�', '鍥�', '浜�', '鍏�'] } }; export default mapData; -- Gitblit v1.9.3