+
liuyg
2022-01-17 796b58deeae0f9df16ca5d9a9c826026afbdb2d6
src/store/modules/mobile.js
@@ -778,7 +778,12 @@
          let windowData = {
            position,
            lntLat,
            query: { ...(value[1] || {}), position, lntLat },
            query: {
              ...(value[1] || {}),
              position,
              lntLat,
              notAddGoOn: "notAddGoOn",
            },
            useJWD: true, //仅使用经纬度
          };
          dispatch("setMobileWindows", windowData);
@@ -864,7 +869,12 @@
          let windowData = {
            position,
            lntLat,
            query: { ...(value[2] || {}), position, lntLat },
            query: {
              ...(value[2] || {}),
              position,
              lntLat,
              notAddGoOn: "notAddGoOn",
            },
            useJWD: true, //仅使用经纬度
          };
          dispatch("setMobileWindows", windowData);