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

17 lines
302 B
JavaScript
Raw Normal View History

2021-05-13 10:56:04 +08:00
export default {
/**
* @description 配置显示在浏览器标签的title
*/
2021-09-02 15:01:54 +08:00
title: "lilishop",
/**
* @description 高德web端申请的api key
*/
aMapKey: "b440952723253aa9fe483e698057bf7d",
/**
* @description 官网地址
*/
website: "https://www.pickmall.cn",
2021-05-13 10:56:04 +08:00
};