wjx 8 months ago
parent
commit
5032a029f2
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/pages/iaaSystem/manage/channel/tableConfig.tsx

+ 3 - 0
src/pages/iaaSystem/manage/channel/tableConfig.tsx

@@ -59,6 +59,9 @@ const tableConfig = (backValueEnum: any, appObj: any, bgApp?: (data: any) => voi
                 TENCENT_MP_PLAYLET: {
                     text: '腾讯短剧'
                 },
+                APP_ANDROID_NOVEL: {
+                    text: '安卓App小说'
+                },
             },
             render: (_: any, row: { accountType: string; }) => {
                 return AccountTypeEnum[row.accountType as keyof typeof AccountTypeEnum]