修改友情分类管理和友情管理bug
This commit is contained in:
@ -26,14 +26,15 @@ export const useFriendLinkDict = () => {
|
||||
};
|
||||
|
||||
// 友情链接分类类型选项
|
||||
// type int 是 类型(0.普通展示、1.重点展示)
|
||||
const categoryTypeOptions = [
|
||||
{
|
||||
label: intl.formatMessage({ id: 'friendLink.category.type.normal' }),
|
||||
value: 'normal',
|
||||
value: '0',
|
||||
},
|
||||
{
|
||||
label: intl.formatMessage({ id: 'friendLink.category.type.featured' }),
|
||||
value: 'featured',
|
||||
value: '1',
|
||||
},
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user