首页布局,使用若依时间格式化

This commit is contained in:
熊丽君
2021-08-04 11:16:36 +08:00
parent 591d2bef16
commit 99d35969a0
27 changed files with 302 additions and 75 deletions

View File

@ -15,3 +15,10 @@ export function getPolicyRead(params) {
params
});
}
// 首页获取资讯快报列表
export function getInformation(params) {
return request({
url: '/mPolicy/getInformation',
params
});
}