lilishop-ui/seller/src/config/index.js

8 lines
304 B
JavaScript
Raw Normal View History

module.exports = {
title: "lilishop", //配置显示在浏览器标签的title
aMapKey: "b440952723253aa9fe483e698057bf7d", //高德web端申请的api key
website: "https://www.pickmall.cn", //官网地址
enableCDN: true, //生产环境 是否启用cdn加载 vue等js
port: 10002, //端口
2021-05-13 10:56:04 +08:00
};