【update】-去掉【114/22】字段

This commit is contained in:
fengchenchen
2023-11-09 16:19:42 +08:00
parent cac86712a9
commit b141c09fdb
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -32,6 +32,6 @@ export const InvoiceTypeEnums = {
export const LinkTopicsEnums = {
free: { name: '免费专题', index: 6 },
freeTwo: { name: '免费专题', index: 8 },
default: {name: '114/22焦点论坛(默认专题)', index: 99}
default: {name: '焦点论坛(默认专题)', index: 99}
}
@@ -35,8 +35,8 @@ const WasicTopicData = [
children: [
{
'value': '99',
'text': '114/22焦点论坛(08:00-12:00,全体大会)',
'title': '114/22焦点论坛(08:00-12:00,全体大会)',
'text': '焦点论坛(08:00-12:00,全体大会)',
'title': '焦点论坛(08:00-12:00,全体大会)',
// 'disabled': true
}
],