sunyize il y a 2 ans
Parent
commit
8300fe95ff
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      src/views/networkAccess/registration.vue

+ 3 - 3
src/views/networkAccess/registration.vue

@@ -763,7 +763,7 @@ import {reactive} from 'vue';
 import axios from 'axios';
 //import registationModel from './model/registationModel.vue'
 window._AMapSecurityConfig = {
-  securityJsCode: 'c4ab681cb7c3256184ae3557dc5beabb'  //填写你的安全密钥
+  securityJsCode: 'f762c44f71422cd56f90acc2a8e75144'  //填写你的安全密钥   f762c44f71422cd56f90acc2a8e75144
 };
 
 
@@ -1908,7 +1908,7 @@ export default {
       AMapLoader.load({
         //  key: "8e513e3c374bdb2dd0095cd337b02ee6"  密钥 f762c44f71422cd56f90acc2a8e75144
         //  key :   3f95d73e380b9e4a2767c306a4b59f81       密钥 c4ab681cb7c3256184ae3557dc5beabb
-        key: "3f95d73e380b9e4a2767c306a4b59f81", // 申请好的Web端开发者Key,首次调用 load 时必填
+        key: "8e513e3c374bdb2dd0095cd337b02ee6", // 申请好的Web端开发者Key,首次调用 load 时必填
         version: "2.0",      // 指定要加载的 JSAPI 的版本,缺省时默认为 1.4.15
         plugins: [
           'AMap.ToolBar',
@@ -2848,7 +2848,7 @@ export default {
         "cardStartTime": this.model.cardStartTime,
         "cardEndTime": this.model.cardEndTime,
         "wordAddress": this.model.wordAddress,
-        "businessAddress": this.model.businessAddress,
+        //"businessAddress": this.model.businessAddress,
         "positionInformation": this.model.positionInformation,
         "status": '',
         "judgmentResearch":this.model.judgmentResearch,