|
@@ -181,7 +181,7 @@ func GetAllArea() {
|
|
}
|
|
}
|
|
AreaToCity[cityCode] = append(AreaToCity[cityCode], &SeoInfo{
|
|
AreaToCity[cityCode] = append(AreaToCity[cityCode], &SeoInfo{
|
|
Name: cm.NAME,
|
|
Name: cm.NAME,
|
|
- Url: fmt.Sprintf(mobileHref, Label["area"], ck),
|
|
|
|
|
|
+ Url: fmt.Sprintf(mobileHref, Label["city"], ck),
|
|
})
|
|
})
|
|
}
|
|
}
|
|
}
|
|
}
|