From f365231ee770dcc0b908e69330f490e85e8c2986 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?lemon=E6=A9=AA?= <17633066053@163.com> Date: Fri, 8 Apr 2022 17:29:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E9=AB=98=E5=BE=B7api?= =?UTF-8?q?=E4=B8=AD=E6=9B=B4=E6=96=B0=E5=AE=89=E5=85=A8=E5=AF=86=E9=92=A5?= =?UTF-8?q?=E7=9A=84=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buyer/src/config/index.js | 11 +++++++++++ manager/src/config/index.js | 13 ++++++++++++- seller/src/config/index.js | 11 +++++++++++ 3 files changed, 34 insertions(+), 1 deletion(-) diff --git a/buyer/src/config/index.js b/buyer/src/config/index.js index 65be2176..61903f03 100644 --- a/buyer/src/config/index.js +++ b/buyer/src/config/index.js @@ -6,6 +6,17 @@ module.exports = { name: "北京宏业汇成科技有限公司", }, //公司信息 icpMessage: "京ICP备20009696号-1", //icp备案 + /** + * 高德地图申请链接 + * https://lbs.amap.com/api/javascript-api/guide/abc/prepare + * 添加成功后,可获取到key值和安全密钥jscode(自2021年12月02日升级,升级之后所申请的 key 必须配备安全密钥 jscode 一起使用) + * 如果是2021年12月02日之后的需要在main.js中添加如下代码 + * window._AMapSecurityConfig = { + * securityJsCode:'您申请的安全密钥', + * } + * + * 如果2021年12月02日之前申请的无视上面代码 + */ aMapKey: "b440952723253aa9fe483e698057bf7d", //高德web端申请的api key enableCDN: false, //生产环境 是否启用cdn加载 vue等js port: 10000, //端口 diff --git a/manager/src/config/index.js b/manager/src/config/index.js index 28e36d58..ca8772e1 100644 --- a/manager/src/config/index.js +++ b/manager/src/config/index.js @@ -1,6 +1,17 @@ module.exports = { title: "lilishop", //配置显示在浏览器标签的title - aMapKey: "b440952723253aa9fe483e698057bf7d", //高德web端申请的api key + /** + * 高德地图申请链接 + * https://lbs.amap.com/api/javascript-api/guide/abc/prepare + * 添加成功后,可获取到key值和安全密钥jscode(自2021年12月02日升级,升级之后所申请的 key 必须配备安全密钥 jscode 一起使用) + * 如果是2021年12月02日之后的需要在main.js中添加如下代码 + * window._AMapSecurityConfig = { + * securityJsCode:'您申请的安全密钥', + * } + * + * 如果2021年12月02日之前申请的无视上面代码 + */ + aMapKey: "b440952723253aa9fe483e698057bf7d", website: "https://www.pickmall.cn", //官网地址 enableCDN: false, //生产环境 是否启用cdn加载 vue等js port: 10003, //端口 diff --git a/seller/src/config/index.js b/seller/src/config/index.js index 0a66fe5a..7991ee04 100644 --- a/seller/src/config/index.js +++ b/seller/src/config/index.js @@ -1,5 +1,16 @@ module.exports = { title: "lilishop", //配置显示在浏览器标签的title + /** + * 高德地图申请链接 + * https://lbs.amap.com/api/javascript-api/guide/abc/prepare + * 添加成功后,可获取到key值和安全密钥jscode(自2021年12月02日升级,升级之后所申请的 key 必须配备安全密钥 jscode 一起使用) + * 如果是2021年12月02日之后的需要在main.js中添加如下代码 + * window._AMapSecurityConfig = { + * securityJsCode:'您申请的安全密钥', + * } + * + * 如果2021年12月02日之前申请的无视上面代码 + */ aMapKey: "b440952723253aa9fe483e698057bf7d", //高德web端申请的api key website: "https://www.pickmall.cn", //官网地址 enableCDN: false, //生产环境 是否启用cdn加载 vue等js