From 91f8ec3cc7e8bccc3dcac3c886c4a9ceeb5db278 Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Fri, 15 Sep 2023 11:04:23 +0800
Subject: [PATCH] 地图初始位置修改为晋城中心点

---
 src/views/activitys/real_px.vue |   74 +------------------------------------
 1 files changed, 2 insertions(+), 72 deletions(-)

diff --git a/src/views/activitys/real_px.vue b/src/views/activitys/real_px.vue
index d0a70ef..d83a0a0 100644
--- a/src/views/activitys/real_px.vue
+++ b/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,
           };
         }
       },

--
Gitblit v1.9.3