zhongrj
2023-09-15 91f8ec3cc7e8bccc3dcac3c886c4a9ceeb5db278
地图初始位置修改为晋城中心点
8 files modified
30986 ■■■■ changed files
package-lock.json 16763 ●●●●● patch | view | raw | blame | history
package.json 4 ●●●● patch | view | raw | blame | history
public/map/widgets/map/MapWidget.js 1 ●●●● patch | view | raw | blame | history
src/components/map/main.vue 2 ●●● patch | view | raw | blame | history
src/views/activitys/real.vue 4 ●●●● patch | view | raw | blame | history
src/views/activitys/real_px.vue 74 ●●●●● patch | view | raw | blame | history
src/views/activitys/real_xc.vue 4 ●●●● patch | view | raw | blame | history
yarn.lock 14134 ●●●● patch | view | raw | blame | history
package-lock.json
Diff too large
package.json
@@ -44,8 +44,8 @@
    "@vue/cli-plugin-eslint": "^3.1.5",
    "@vue/cli-service": "^3.1.4",
    "chai": "^4.1.2",
    "node-sass": "^4.14.1",
    "sass-loader": "^7.0.1",
    "node-sass": "^6.0.1",
    "sass-loader": "^10.0.5",
    "vue-directive-image-previewer": "^2.2.2",
    "vue-template-compiler": "^2.5.17",
    "webpack-bundle-analyzer": "^3.0.3"
public/map/widgets/map/MapWidget.js
@@ -96,6 +96,7 @@
                logo: this._parseResult.maplogo,
                showAttribution: true,
                extent: extent,
                center: [112.867332758, 35.4998344672],
                maxZoom: 19,
                minZoom: 0,
                navigationMode: "classic"
src/components/map/main.vue
@@ -168,7 +168,7 @@
    var view = ol2d.getView();
    // view.setCenter([115.85883507433789, 28.708432053474827])
    view.setCenter([115.9032747077233, 28.67433116990186]);
    view.setCenter([112.867332758, 35.4998344672]);
    //
    view.setZoom(13);
src/views/activitys/real.vue
@@ -698,8 +698,8 @@
        } else {
          that.form.map = {
            formattedAddress: "",
            latitude: 28.699957,
            longitude: 115.862118,
            latitude: 35.4998344672,
            longitude: 112.867332758,
          };
        }
      },
src/views/activitys/real_px.vue
@@ -353,76 +353,6 @@
              },
            ],
          },
          // {
          //   label: "省份",
          //   hide: true,
          //   prop: "province",
          //   // search: true,
          //   width: 100,
          //   searchSpan: 2,
          //   searchLabelWidth: 45,
          //   placeholder: "省份",
          //   type: "select",
          //   value: "36",
          //   props: {
          //     label: "name",
          //     value: "code",
          //   },
          //   cascaderItem: ["city", "district"],
          //   dicUrl: "/api/blade-system/region/select",
          //   span: 6,
          //   className: "cityreal1",
          //   addDisplay: true,
          //   editDisplay: true,
          //   viewDisplay: true,
          // },
          // {
          //   label: "地市",
          //   hide: true,
          //   prop: "city",
          //   type: "select",
          //   width: 100,
          //   searchPlaceholder: "地市",
          //   placeholder: "地市",
          //   searchLabelWidth: 1,
          //   value: "3601",
          //   searchSpan: 2,
          //   // search: true,
          //   props: {
          //     label: "name",
          //     value: "code",
          //   },
          //   dicUrl: "/api/blade-system/region/select?code={{key}}",
          //   span: 3,
          //   labelWidth: "0",
          //   className: "cityreal2",
          //   addDisplay: true,
          //   editDisplay: true,
          //   viewDisplay: true,
          // },
          // {
          //   label: "区县",
          //   hide: true,
          //   searchSpan: 2,
          //   searchLabelWidth: 1,
          //   width: 100,
          //   searchPlaceholder: "区县",
          //   placeholder: "区县",
          //   // search: true,
          //   prop: "district",
          //   type: "select",
          //   props: {
          //     label: "name",
          //     value: "code",
          //   },
          //   dicUrl: "/api/blade-system/region/select?code={{key}}",
          //   span: 3,
          //   labelWidth: "0",
          //   className: "cityreal3",
          //   addDisplay: true,
          //   editDisplay: true,
          //   viewDisplay: true,
          // },
          {
            label: "集合点",
            prop: "gathername",
@@ -698,8 +628,8 @@
        } else {
          that.form.map = {
            formattedAddress: "",
            latitude: 28.699957,
            longitude: 115.862118,
            latitude: 35.4998344672,
            longitude: 112.867332758,
          };
        }
      },
src/views/activitys/real_xc.vue
@@ -672,8 +672,8 @@
        } else {
          that.form.map = {
            formattedAddress: "",
            latitude: 28.699957,
            longitude: 115.862118,
            latitude: 35.4998344672,
            longitude: 112.867332758,
          };
        }
      },
yarn.lock
Diff too large