You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
290 B

/**
* 本文件用来存储项目内使用的三方API key
*/
//和风天气的key 需要的用户去申请
let hfKey = 'b2286b8feae44d1c926ca9033e5bf123';
//腾讯地图 需要用户自己去申请key
let txMapKey = 'BIUBZ-UWKW3-FK53E-YIPVT-R4KG5-3DBA3'
export {
hfKey,
txMapKey
}