|
@@ -56,6 +56,15 @@ func (this *MiniConfigController) MiniConfig() {
|
|
|
}, response.MiniConfigResp{
|
|
|
ConfKey: "MostReport",
|
|
|
ConfVal: miniConf["MostReport"],
|
|
|
+ }, response.MiniConfigResp{
|
|
|
+ ConfKey: "ServicePhone",
|
|
|
+ ConfVal: miniConf["ServicePhone"],
|
|
|
+ }, response.MiniConfigResp{
|
|
|
+ ConfKey: "Colors",
|
|
|
+ ConfVal: miniConf["Colors"],
|
|
|
+ }, response.MiniConfigResp{
|
|
|
+ ConfKey: "EmptyImg",
|
|
|
+ ConfVal: miniConf["EmptyImg"],
|
|
|
})
|
|
|
|
|
|
br.Data = list
|