浏览代码

wip:提交

wangkaiyue 9 月之前
父节点
当前提交
6c4de9d050
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/jfw/front/dataServiceArea.go

+ 1 - 1
src/jfw/front/dataServiceArea.go

@@ -269,7 +269,7 @@ func DistrictsSList(number int) []argument {
 		acronym := DistrictSArr[i2]
 		data = append(data, argument{
 			acronym.keyword,
-			fmt.Sprintf("/list/city/%s.html", acronym.code),
+			fmt.Sprintf("/list/city/%s/", acronym.code),
 		})
 	}
 	if data != nil && len(data) > 0 {