Authored by yyq

get 传参调整

... ... @@ -15,7 +15,9 @@ var api = new ServiceAPI();
const getstaticFile = (id) => {
return api.get('activity/staticFileManage/queryById', sign.apiSign({
id: id
}), true).then(result => {
}), {
cache: true
}).then(result => {
if (result && result.code === 200) {
result.data.title = result.data.pageTitle;
result.data.keywords = result.data.keyWord;
... ...