Authored by 毕凯

专题活动增加缓存

/**
* index controller
* 专题活动 controller
* @author: bikai<kai.bi@yoho.cn>
* @date: 2016/05/16
*/
... ...
... ... @@ -15,7 +15,7 @@ var api = new ServiceAPI();
const getstaticFile = (id) => {
return api.get('staticFileManage/queryById', sign.apiSign({
id: id
})).then(result => {
}), true).then(result => {
if (result && result.code === 200) {
return result.data;
} else {
... ...