Files
lingji-work-fe/src/views/property-marketing/media-account/account-manage/constants.ts
2025-09-04 12:07:18 +08:00

31 lines
434 B
TypeScript

/*
* @Author: RenXiaoDong
* @Date: 2025-06-25 15:24:59
*/
export const INITIAL_QUERY = {
search: '',
status: undefined,
platform: undefined,
operator_id: undefined,
group_ids: [],
tag_ids: [],
project_ids: [],
};
export const INITIAL_PAGE_INFO = {
page: 1,
pageSize: 20,
total: 0,
};
export const PLATFORM_LIST = [
{
label: '抖音',
value: 0,
},
{
label: '小红书',
value: 1,
},
];