6.28 党建攻坚第二版
This commit is contained in:
@ -7,7 +7,10 @@ export async function getHomeBanner() {
|
||||
|
||||
//活动风采列表
|
||||
export async function getHomeGraceful() {
|
||||
return request('/api/biz-service-ebtp-extend/v1/eventpartybranch/eventStyle/list');
|
||||
return request('/api/biz-service-ebtp-extend/v1/eventpartybranch/eventStyle/list', {
|
||||
method: 'POST',
|
||||
data: {},
|
||||
});
|
||||
}
|
||||
|
||||
//活动宣言
|
||||
@ -17,7 +20,10 @@ export async function getHomeActivity() {
|
||||
|
||||
//攻坚克难项目
|
||||
export async function getHomeProject() {
|
||||
return request('/api/biz-service-ebtp-extend/v1/eventpartybranch/eventSubject/list');
|
||||
return request('/api/biz-service-ebtp-extend/v1/eventpartybranch/eventSubject/list', {
|
||||
method: 'POST',
|
||||
data: {},
|
||||
});
|
||||
}
|
||||
|
||||
//右侧专业线数据
|
||||
|
Reference in New Issue
Block a user