报错:[Component] data field "title" is overwritten by property with the same name (when preparing "plugin-private://wx63ffb7b7894e99ae/components/header/header").
const key = '正确的key'; // 使用在腾讯位置服务申请的key
const referer = '好力'; // 调用插件的app的名称
const hotCitys = '成都'; // 用户自定义的的热门城市
wx.navigateTo({
url: `plugin://citySelector/index?key=${key}&referer=${referer}&hotCitys=${hotCitys}`,
})