web/manager/src/config/index.js

19 lines
785 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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",
website: "https://www.pickmall.cn", //官网地址
enableCDN: true, //生产环境 是否启用cdn加载 vue等js
port: 10003, //端口
};