给更多页添加头部和底部并修改本地userid

This commit is contained in:
熊丽君
2021-08-25 11:37:15 +08:00
parent d4417af232
commit febfa87c94
13 changed files with 440 additions and 250 deletions

View File

@ -29,3 +29,17 @@ export function getInformation(params) {
params
});
}
// 获取政策解读列表
export function getPolicyRead2(params) {
return request({
url: '/mobile/getPolicyRead',
params
});
}
// 获取资讯列表
export function getInformation2(params) {
return request({
url: '/mobile/getInformation',
params
});
}