@@ -630,6 +630,15 @@ const mapMixin = {
return new Promise((reslove, reject) => {
mapList().then(res => {
if (res.code === 0) {
+ if(this.$route.path.search("/music/radio") !== -1) {
+ res.data.unshift({
+ adcode: "1",
+ childList: [],
+ citycode: "",
+ id: "1",
+ name: "中央台"
+ })
+ }
reslove(this.mapOptions = res.data)
}
})