17 lines
588 B
JavaScript
17 lines
588 B
JavaScript
const config = {
|
||
baseUrl: "https://cx.micono.eu.org/edge/proxy", // 公益反代服务器(腾讯 EdgeOne),有条件请更换为你的反代域名
|
||
repository: "", // 开源仓库地址
|
||
|
||
baiduMapKey: 'YbQ8KF8skZdmR7AylIBpnmX9J6t1mw87', // 百度地图开发平台
|
||
tianMapKey: '6ed873d52ecdbf77d52b5acc5de44e07', // 天地图开放平台
|
||
|
||
notice: "免费提供,谨防倒卖!",
|
||
|
||
swiperList: [
|
||
"/static/swiper/1.png",
|
||
"/static/swiper/2.png",
|
||
"/static/swiper/3.png",
|
||
"/static/swiper/4.png",
|
||
],
|
||
}
|
||
module.exports = config; |