Kaynağa Gözat

高德安全码调整

Hwf 6 ay önce
ebeveyn
işleme
951d092c39

+ 1 - 1
src/views/event/PositionSelect.vue

@@ -193,7 +193,7 @@ function handlePanTo(index) {
 const initMap = async () => {
   let position = [110.925175, 21.678955];
   const AMap = await AMapLoader.load({
-    key: '30d3d8448efd68cb0b284549fd41adcf', // 申请好的Web端开发者Key,首次调用 load 时必填
+    key: '9c5041381e5e824f9ee324d8f7a40150', // 申请好的Web端开发者Key,首次调用 load 时必填
     version: '2.0', // 指定要加载的 JSAPI 的版本,缺省时默认为 1.4.15
     plugins: ['AMap.PlaceSearch', 'AMap.ContextMenu', 'AMap.PolygonEditor', 'AMap.Geocoder'] // 插件列表
   });

+ 1 - 1
src/views/event/detail.vue

@@ -502,7 +502,7 @@ const refreshData = () => {
     // 初始化地图
     const lnglat = [eventInfo.value.longitude, eventInfo.value.latitude];
     const options = {
-      key: "30d3d8448efd68cb0b284549fd41adcf",
+      key: "9c5041381e5e824f9ee324d8f7a40150",
       version: "2.0",
       zoom: 16,
       center: lnglat,

+ 1 - 1
src/views/leader/index.vue

@@ -107,7 +107,7 @@ const handleNoticeBar = () => {
 // 菜单数据
 const menu = ref([
   { name: "工作审批", icon: "icon1", num: 0, url: "workApprovalIndex" },
-  { name: "信息接报", icon: "icon2", num: 0, url: "InformationReception" },
+  { name: "消息中心", icon: "icon2", num: 0, url: "InformationReception" },
   { name: "在线点名", icon: "icon3", num: 0, url: "OnlineRollCall" },
   { name: "事件管理", icon: "icon4", num: 0, url: "EventList" }
 ]);

+ 1 - 1
src/views/mobileControl/PositionSelect.vue

@@ -194,7 +194,7 @@ function handlePanTo(index) {
 const initMap = async () => {
   let position = [110.925175, 21.678955];
   const AMap = await AMapLoader.load({
-    key: '30d3d8448efd68cb0b284549fd41adcf', // 申请好的Web端开发者Key,首次调用 load 时必填
+    key: '9c5041381e5e824f9ee324d8f7a40150', // 申请好的Web端开发者Key,首次调用 load 时必填
     version: '2.0', // 指定要加载的 JSAPI 的版本,缺省时默认为 1.4.15
     plugins: ['AMap.PlaceSearch', 'AMap.ContextMenu', 'AMap.PolygonEditor', 'AMap.Geocoder'] // 插件列表
   });