admin2 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1785) hide show
  1. package/.editorconfig +11 -0
  2. package/.env +1 -0
  3. package/.eslintrc +87 -0
  4. package/README.md +57 -0
  5. package/bin/build-private.sh +9 -0
  6. package/bin/build.sh +9 -0
  7. package/config/assets_prefix.js +3 -0
  8. package/config/config.js +170 -0
  9. package/config/proxy.js +61 -0
  10. package/config/theme.js +42 -0
  11. package/jsconfig.json +11 -0
  12. package/loader/buildEnvLoader.js +15 -0
  13. package/loader/privateRemoveText.js +20 -0
  14. package/mock/auditLog.js +26 -0
  15. package/mock/basics/app.js +98 -0
  16. package/mock/basics/menu.js +42 -0
  17. package/mock/basics/user.js +0 -0
  18. package/mock/bill.js +188 -0
  19. package/mock/errorCase.js +24 -0
  20. package/mock/fieldsManage.js +52 -0
  21. package/mock/history.js +675 -0
  22. package/mock/listTableList.js +178 -0
  23. package/mock/notices.js +147 -0
  24. package/mock/opinion.js +51 -0
  25. package/mock/qps.js +63 -0
  26. package/mock/rank.js +172 -0
  27. package/mock/riskyMember.js +98 -0
  28. package/mock/route.js +104 -0
  29. package/mock/tj/check/index.js +0 -0
  30. package/mock/trend.js +1442 -0
  31. package/mock/tw/event/trend.js +0 -0
  32. package/mock/tw/list/list.js +251 -0
  33. package/mock/tx/history/index.js +81 -0
  34. package/mock/tx/trend/index.js +94 -0
  35. package/mock/user.js +194 -0
  36. package/package.json +154 -0
  37. package/plugin.js +15 -0
  38. package/public/CNAME +1 -0
  39. package/public/favicon.ico +0 -0
  40. package/public/fengkong.ico +0 -0
  41. package/public/home_bg.png +0 -0
  42. package/public/iconfont.js +1 -0
  43. package/public/icons/icon-128x128.ico +0 -0
  44. package/public/icons/icon-192x192.ico +0 -0
  45. package/public/icons/icon-512x512.ico +0 -0
  46. package/public/index/upload-icon.png +0 -0
  47. package/public/intlLoading.gif +0 -0
  48. package/public/loading.gif +0 -0
  49. package/public/loadingPRIVATE.gif +0 -0
  50. package/public/pro_icon.svg +5 -0
  51. package/public/txt/example.txt +2 -0
  52. package/src/assets/bigLogo.png +0 -0
  53. package/src/assets/demoImg/fengkong.ico +0 -0
  54. package/src/assets/demoImg/headerLogo.png +0 -0
  55. package/src/assets/demoImg/index.js +17 -0
  56. package/src/assets/demoImg/leftBanner.png +0 -0
  57. package/src/assets/demoImg/leftLogo.png +0 -0
  58. package/src/assets/demoImg/systemLogo.png +0 -0
  59. package/src/assets/logo.svg +1 -0
  60. package/src/assets/menuLeft.png +0 -0
  61. package/src/assets/menuLeftHover.png +0 -0
  62. package/src/assets/noData.png +0 -0
  63. package/src/assets/notFind.svg +6 -0
  64. package/src/assets/pdf.svg +20 -0
  65. package/src/assets/privateSmallLogo.png +0 -0
  66. package/src/assets/smallLogo.png +0 -0
  67. package/src/assets/ssoImg/index.js +5 -0
  68. package/src/assets/ssoImg/leftLogo.png +0 -0
  69. package/src/assets/tab.png +0 -0
  70. package/src/assets/zhonghang.png +0 -0
  71. package/src/components/ApprovalUploader/constants.js +6 -0
  72. package/src/components/ApprovalUploader/img/default.png +0 -0
  73. package/src/components/ApprovalUploader/img/downloadIcon.png +0 -0
  74. package/src/components/ApprovalUploader/img/index.js +15 -0
  75. package/src/components/ApprovalUploader/img/previewIcon.png +0 -0
  76. package/src/components/ApprovalUploader/img/remove.png +0 -0
  77. package/src/components/ApprovalUploader/index.js +181 -0
  78. package/src/components/ApprovalUploader/index.less +80 -0
  79. package/src/components/Authorized/Authorized.jsx +21 -0
  80. package/src/components/Authorized/AuthorizedRoute.jsx +25 -0
  81. package/src/components/Authorized/CheckPermissions.jsx +72 -0
  82. package/src/components/Authorized/PromiseRender.jsx +80 -0
  83. package/src/components/Authorized/Secured.jsx +75 -0
  84. package/src/components/Authorized/index.jsx +8 -0
  85. package/src/components/Authorized/renderAuthorize.js +27 -0
  86. package/src/components/CaseDetail/index.jsx +150 -0
  87. package/src/components/CaseDetail/index.less +32 -0
  88. package/src/components/ClusterChanger/index.jsx +110 -0
  89. package/src/components/CustomMessageContent/index.js +23 -0
  90. package/src/components/CustomVideo/index.js +77 -0
  91. package/src/components/ElementDateRangeTime/assets/arrow.svg +11 -0
  92. package/src/components/ElementDateRangeTime/assets/calendar.svg +13 -0
  93. package/src/components/ElementDateRangeTime/assets/last-month.svg +11 -0
  94. package/src/components/ElementDateRangeTime/assets/next-month.svg +11 -0
  95. package/src/components/ElementDateRangeTime/assets/next-year.svg +14 -0
  96. package/src/components/ElementDateRangeTime/assets/pre-year.svg +14 -0
  97. package/src/components/ElementDateRangeTime/constants.js +11 -0
  98. package/src/components/ElementDateRangeTime/index.jsx +106 -0
  99. package/src/components/ElementDateRangeTime/index.less +206 -0
  100. package/src/components/EsExportTaskModal/index.jsx +194 -0
  101. package/src/components/FieldMessageModal/DraggableBody/index.js +39 -0
  102. package/src/components/FieldMessageModal/DraggableBody/index.less +0 -0
  103. package/src/components/FieldMessageModal/index.js +329 -0
  104. package/src/components/FieldMessageModal/index.less +113 -0
  105. package/src/components/GlobalFilterListener/index.jsx +92 -0
  106. package/src/components/GlobalHeader/AppDropdown.jsx +157 -0
  107. package/src/components/GlobalHeader/AvatarDropdown.jsx +184 -0
  108. package/src/components/GlobalHeader/BottomContent.jsx +55 -0
  109. package/src/components/GlobalHeader/Message.jsx +93 -0
  110. package/src/components/GlobalHeader/NoticeIconView.jsx +153 -0
  111. package/src/components/GlobalHeader/PayMent.jsx +112 -0
  112. package/src/components/GlobalHeader/RightContent.jsx +137 -0
  113. package/src/components/GlobalHeader/index.less +226 -0
  114. package/src/components/HeaderDropdown/index.jsx +10 -0
  115. package/src/components/HeaderDropdown/index.less +16 -0
  116. package/src/components/HeaderFilter/index.jsx +447 -0
  117. package/src/components/HeaderFilter/index.less +33 -0
  118. package/src/components/IconLoading/index.jsx +24 -0
  119. package/src/components/IconLoading/index.less +17 -0
  120. package/src/components/IconLoading/loading.gif +0 -0
  121. package/src/components/InputSelect/index.jsx +186 -0
  122. package/src/components/InputSelect/index.less +6 -0
  123. package/src/components/NoticeIcon/NoticeList.jsx +95 -0
  124. package/src/components/NoticeIcon/NoticeList.less +103 -0
  125. package/src/components/NoticeIcon/index.jsx +112 -0
  126. package/src/components/NoticeIcon/index.less +35 -0
  127. package/src/components/PageLoading/index.jsx +37 -0
  128. package/src/components/PageLoading/index.less +18 -0
  129. package/src/components/PageLoading/intlLoading.gif +0 -0
  130. package/src/components/PageLoading/loading.gif +0 -0
  131. package/src/components/RemindPage/index.jsx +69 -0
  132. package/src/components/RemindPage/index.less +53 -0
  133. package/src/components/SMAlert/img/succeed.png +0 -0
  134. package/src/components/SMAlert/img/warning.png +0 -0
  135. package/src/components/SMAlert/index.js +169 -0
  136. package/src/components/SMAlert/index.less +36 -0
  137. package/src/components/SMAudio/index.jsx +297 -0
  138. package/src/components/SMAudio/index.less +65 -0
  139. package/src/components/SMBackTop/index.js +48 -0
  140. package/src/components/SMBackTop/index.less +35 -0
  141. package/src/components/SMBreadcrumb/index.js +42 -0
  142. package/src/components/SMBreadcrumb/index.less +4 -0
  143. package/src/components/SMCascader/index.jsx +124 -0
  144. package/src/components/SMCascader/index.less +10 -0
  145. package/src/components/SMCheckableTag/index.jsx +51 -0
  146. package/src/components/SMColorRect/img/icon_accomplish.png +0 -0
  147. package/src/components/SMColorRect/img/icon_activate.png +0 -0
  148. package/src/components/SMColorRect/img/icon_increase.png +0 -0
  149. package/src/components/SMColorRect/img/icon_invalid.png +0 -0
  150. package/src/components/SMColorRect/img/icon_jiaohuliang.png +0 -0
  151. package/src/components/SMColorRect/img/icon_lanjieliang.png +0 -0
  152. package/src/components/SMColorRect/img/icon_order_one.png +0 -0
  153. package/src/components/SMColorRect/img/icon_order_two.png +0 -0
  154. package/src/components/SMColorRect/img/icon_pass.png +0 -0
  155. package/src/components/SMColorRect/img/icon_reject.png +0 -0
  156. package/src/components/SMColorRect/img/icon_reject_total.png +0 -0
  157. package/src/components/SMColorRect/img/icon_review.png +0 -0
  158. package/src/components/SMColorRect/img/icon_review_total.png +0 -0
  159. package/src/components/SMColorRect/img/icon_robot.png +0 -0
  160. package/src/components/SMColorRect/img/icon_time.png +0 -0
  161. package/src/components/SMColorRect/img/icon_total.png +0 -0
  162. package/src/components/SMColorRect/img/icon_verify.png +0 -0
  163. package/src/components/SMColorRect/img/icon_zhanshiliang.png +0 -0
  164. package/src/components/SMColorRect/index.jsx +205 -0
  165. package/src/components/SMColorRect/index.less +135 -0
  166. package/src/components/SMCopy/index.jsx +33 -0
  167. package/src/components/SMCount/index.jsx +49 -0
  168. package/src/components/SMCount/index.less +80 -0
  169. package/src/components/SMCustomInput/index.jsx +115 -0
  170. package/src/components/SMCustomInput/index.less +11 -0
  171. package/src/components/SMDataCard/index.jsx +59 -0
  172. package/src/components/SMDataCard/index.less +3 -0
  173. package/src/components/SMDataCount/index.jsx +22 -0
  174. package/src/components/SMDataCount/index.less +39 -0
  175. package/src/components/SMDatePicker/assets/arrow.svg +11 -0
  176. package/src/components/SMDatePicker/assets/calendar.png +0 -0
  177. package/src/components/SMDatePicker/assets/calendar.svg +13 -0
  178. package/src/components/SMDatePicker/assets/last-month.svg +11 -0
  179. package/src/components/SMDatePicker/assets/next-month.svg +11 -0
  180. package/src/components/SMDatePicker/assets/next-year.svg +14 -0
  181. package/src/components/SMDatePicker/assets/pre-year.svg +14 -0
  182. package/src/components/SMDatePicker/assets/time.png +0 -0
  183. package/src/components/SMDatePicker/constants.js +13 -0
  184. package/src/components/SMDatePicker/index.jsx +222 -0
  185. package/src/components/SMDatePicker/index.less +318 -0
  186. package/src/components/SMDateSearch/index.js +63 -0
  187. package/src/components/SMElementPicker/index.jsx +38 -0
  188. package/src/components/SMElementPicker/index.less +22 -0
  189. package/src/components/SMEmpty/index.jsx +28 -0
  190. package/src/components/SMEmpty/index.less +9 -0
  191. package/src/components/SMIcon/index.jsx +25 -0
  192. package/src/components/SMImage/index.jsx +277 -0
  193. package/src/components/SMImage/index.less +46 -0
  194. package/src/components/SMInputSelect/index.jsx +117 -0
  195. package/src/components/SMInputSelect/index.less +6 -0
  196. package/src/components/SMLabelSearch/index.jsx +107 -0
  197. package/src/components/SMLabelSearch/index.less +41 -0
  198. package/src/components/SMLineChart/index.jsx +369 -0
  199. package/src/components/SMLineChart/index.less +49 -0
  200. package/src/components/SMLineChart2/index.jsx +453 -0
  201. package/src/components/SMLineChart2/index.less +140 -0
  202. package/src/components/SMLinePieChart/index.jsx +25 -0
  203. package/src/components/SMLinePieChart/index.less +0 -0
  204. package/src/components/SMList/index.jsx +153 -0
  205. package/src/components/SMList/index.less +103 -0
  206. package/src/components/SMMessageModal/index.jsx +67 -0
  207. package/src/components/SMMessageModal/index.less +111 -0
  208. package/src/components/SMMonthPicker/constants.js +91 -0
  209. package/src/components/SMMonthPicker/img/inputPanel.png +0 -0
  210. package/src/components/SMMonthPicker/index.jsx +393 -0
  211. package/src/components/SMMonthPicker/index.less +109 -0
  212. package/src/components/SMNewPieChart/index.jsx +204 -0
  213. package/src/components/SMNewPieChart/index.less +21 -0
  214. package/src/components/SMNewSelect/index.jsx +147 -0
  215. package/src/components/SMNewSelect/index.less +39 -0
  216. package/src/components/SMNewText/index.jsx +50 -0
  217. package/src/components/SMNoteTip/index.jsx +17 -0
  218. package/src/components/SMNoteTip/index.less +8 -0
  219. package/src/components/SMPageSize/index.jsx +84 -0
  220. package/src/components/SMPageSize/index.less +38 -0
  221. package/src/components/SMPieChart/index.jsx +187 -0
  222. package/src/components/SMPieChart/index.less +39 -0
  223. package/src/components/SMPopConfirm/index.jsx +82 -0
  224. package/src/components/SMPopConfirm/index.less +63 -0
  225. package/src/components/SMPopConfirm/tip.png +0 -0
  226. package/src/components/SMReply/constants.jsx +18 -0
  227. package/src/components/SMReply/img/apply.png +0 -0
  228. package/src/components/SMReply/img/guide.png +0 -0
  229. package/src/components/SMReply/img/open.png +0 -0
  230. package/src/components/SMReply/img/user.png +0 -0
  231. package/src/components/SMReply/index.jsx +54 -0
  232. package/src/components/SMReply/index.less +69 -0
  233. package/src/components/SMRiskLevel/index.jsx +50 -0
  234. package/src/components/SMSearchForm/index.jsx +501 -0
  235. package/src/components/SMSearchForm/index.less +88 -0
  236. package/src/components/SMSelect/index.jsx +170 -0
  237. package/src/components/SMSelect/index.less +28 -0
  238. package/src/components/SMTJCascader/index.js +694 -0
  239. package/src/components/SMTJCascader/index.less +129 -0
  240. package/src/components/SMText/index.jsx +90 -0
  241. package/src/components/SMTimeTip/index.jsx +16 -0
  242. package/src/components/SMTimeTip/index.less +13 -0
  243. package/src/components/SMTips/index.js +37 -0
  244. package/src/components/SMTips/index.less +24 -0
  245. package/src/components/SMUpload/index.js +174 -0
  246. package/src/components/SMUpload/index.less +200 -0
  247. package/src/components/SearchFormV2/DatePickerV2/index.less +9 -0
  248. package/src/components/SearchFormV2/DatePickerV2/index.tsx +73 -0
  249. package/src/components/SearchFormV2/DatePickerV3/index.jsx +109 -0
  250. package/src/components/SearchFormV2/DatePickerV3/index.less +9 -0
  251. package/src/components/SearchFormV2/ExportDom/index.less +6 -0
  252. package/src/components/SearchFormV2/ExportDom/index.tsx +69 -0
  253. package/src/components/SearchFormV2/LabelSearchV2/index.less +0 -0
  254. package/src/components/SearchFormV2/LabelSearchV2/index.tsx +84 -0
  255. package/src/components/SearchFormV2/getFormItems.tsx +132 -0
  256. package/src/components/SearchFormV2/index.less +91 -0
  257. package/src/components/SearchFormV2/index.tsx +73 -0
  258. package/src/components/SensitiveWordSpin/index.jsx +28 -0
  259. package/src/components/SensitiveWordSpin/index.less +9 -0
  260. package/src/components/TotalCount/index.jsx +42 -0
  261. package/src/components/TrialResult/index.jsx +125 -0
  262. package/src/components/TrialResult/index.less +128 -0
  263. package/src/components/TwDatePicker/index.jsx +76 -0
  264. package/src/components/TwDatePicker/index.less +17 -0
  265. package/src/components/common.less +13 -0
  266. package/src/components/iframe/index.jsx +186 -0
  267. package/src/components/index.js +122 -0
  268. package/src/components/modal/index.js +9 -0
  269. package/src/configure/api.js +270 -0
  270. package/src/configure/configData/feedbackOrgList.js +6 -0
  271. package/src/configure/configData/lineChartConfig.js +382 -0
  272. package/src/configure/configData/newPageConfig.js +45 -0
  273. package/src/configure/defaultSettings.js +19 -0
  274. package/src/configure/index.js +11 -0
  275. package/src/configure/oldPage/appDropdownList.js +536 -0
  276. package/src/configure/oldPage/rankData.js +14 -0
  277. package/src/configure/oldPage/routeContrastData.js +414 -0
  278. package/src/configure/oldPage/strategyData.js +13 -0
  279. package/src/configure/pageType.js +12 -0
  280. package/src/configure/routes/document/config.js +9 -0
  281. package/src/configure/routes/heichan/config.js +70 -0
  282. package/src/configure/routes/index.js +131 -0
  283. package/src/configure/routes/manage/config.js +426 -0
  284. package/src/configure/routes/message/config.js +10 -0
  285. package/src/configure/routes/opinion/index.js +21 -0
  286. package/src/configure/routes/overview/config.js +14 -0
  287. package/src/configure/routes/path.js +582 -0
  288. package/src/configure/routes/payment/config.js +113 -0
  289. package/src/configure/routes/policy/config.js +43 -0
  290. package/src/configure/routes/policyOld/config.js +71 -0
  291. package/src/configure/routes/riskyMember/config.js +28 -0
  292. package/src/configure/routes/tj/audioAlbRoutes/config.js +635 -0
  293. package/src/configure/routes/tj/audioBleiRoutes/config.js +372 -0
  294. package/src/configure/routes/tj/audioEngRoutes/config.js +635 -0
  295. package/src/configure/routes/tj/audioRoutes/config.js +779 -0
  296. package/src/configure/routes/tj/audioStreamAlbRoutes/config.js +671 -0
  297. package/src/configure/routes/tj/audioStreamBleiRoutes/config.js +349 -0
  298. package/src/configure/routes/tj/audioStreamEngRoutes/config.js +671 -0
  299. package/src/configure/routes/tj/audioStreamRoutes/config.js +738 -0
  300. package/src/configure/routes/tj/config.js +257 -0
  301. package/src/configure/routes/tj/imageRoutes/config.js +1209 -0
  302. package/src/configure/routes/tj/multiModalRoutes/config.js +92 -0
  303. package/src/configure/routes/tj/textAlbRoutes/config.js +772 -0
  304. package/src/configure/routes/tj/textEngRoutes/config.js +780 -0
  305. package/src/configure/routes/tj/textRoutes/config.js +812 -0
  306. package/src/configure/routes/tj/videoRoutes/config.js +1705 -0
  307. package/src/configure/routes/tj/videoStreamAlbRoutes/config.js +1419 -0
  308. package/src/configure/routes/tj/videoStreamEngRoutes/config.js +1419 -0
  309. package/src/configure/routes/tj/videoStreamRoutes/config.js +1588 -0
  310. package/src/configure/routes/tj/webRoutes/config.js +281 -0
  311. package/src/configure/routes/ts/config.js +942 -0
  312. package/src/configure/routes/tw/config.js +908 -0
  313. package/src/configure/routes/twCaptcha/config.js +86 -0
  314. package/src/configure/routes/twCertifiy/config.js +201 -0
  315. package/src/configure/routes/twChannel/config.js +125 -0
  316. package/src/configure/routes/tx/config.js +254 -0
  317. package/src/contants/account.js +7 -0
  318. package/src/contants/auth.js +3 -0
  319. package/src/contants/buildEnv.js +7 -0
  320. package/src/contants/exportUrl.js +11 -0
  321. package/src/contants/global.js +78 -0
  322. package/src/contants/headMenu.jsx +81 -0
  323. package/src/contants/histroy.js +18 -0
  324. package/src/contants/i18n.js +24 -0
  325. package/src/contants/img/bingsheng.png +0 -0
  326. package/src/contants/img/fengkong.png +0 -0
  327. package/src/contants/img/index.js +11 -0
  328. package/src/contants/img/jinjiang.png +0 -0
  329. package/src/contants/img/xiaodou.png +0 -0
  330. package/src/contants/imgBlackSimilayOrgs.js +15 -0
  331. package/src/contants/index.js +673 -0
  332. package/src/contants/judgeServiceIdType/index.ts +52 -0
  333. package/src/contants/modelType.js +57 -0
  334. package/src/contants/operation.js +6 -0
  335. package/src/contants/organizationMap.js +12 -0
  336. package/src/contants/pageSize.js +1 -0
  337. package/src/contants/role.js +5 -0
  338. package/src/contants/safe.js +8 -0
  339. package/src/contants/select.js +3 -0
  340. package/src/contants/serviceId.js +13 -0
  341. package/src/contants/storage.js +1 -0
  342. package/src/contants/tokenId.js +25 -0
  343. package/src/global.jsx +110 -0
  344. package/src/global.less +237 -0
  345. package/src/hoc/withIntlComponents.js +30 -0
  346. package/src/hooks/biz/useColumns.js +273 -0
  347. package/src/hooks/biz/useColumns.less +14 -0
  348. package/src/hooks/biz/useDraggable.js +26 -0
  349. package/src/hooks/biz/useElLanguage.js +22 -0
  350. package/src/hooks/biz/useHotkeys.js +60 -0
  351. package/src/hooks/biz/useLanguage.js +44 -0
  352. package/src/hooks/common/useInterval.js +21 -0
  353. package/src/hooks/common/useUpload.js +154 -0
  354. package/src/hooks/common/useUploadClick.js +56 -0
  355. package/src/hooks/index.js +72 -0
  356. package/src/hooks/object/useApiCallList.js +87 -0
  357. package/src/hooks/object/useApiSecretKey.js +88 -0
  358. package/src/hooks/object/useApp.js +51 -0
  359. package/src/hooks/object/useAppChannel.js +51 -0
  360. package/src/hooks/object/useAuthServiceId.ts +52 -0
  361. package/src/hooks/object/useBill.js +195 -0
  362. package/src/hooks/object/useChannel.js +121 -0
  363. package/src/hooks/object/useDataBack.js +165 -0
  364. package/src/hooks/object/useDetailKeyDown.js +81 -0
  365. package/src/hooks/object/useDeviceExport.js +57 -0
  366. package/src/hooks/object/useDeviceTrend.js +97 -0
  367. package/src/hooks/object/useHistoryExport.js +46 -0
  368. package/src/hooks/object/useLabel.js +77 -0
  369. package/src/hooks/object/useMdList.js +251 -0
  370. package/src/hooks/object/useOpenOrganization.js +34 -0
  371. package/src/hooks/object/useOpinion.js +27 -0
  372. package/src/hooks/object/useOrganization.js +47 -0
  373. package/src/hooks/object/useQueryMethod.js +32 -0
  374. package/src/hooks/object/useRiskType.js +41 -0
  375. package/src/hooks/object/useRoleList.js +39 -0
  376. package/src/hooks/object/useService.js +37 -0
  377. package/src/hooks/object/useTokenTrend.js +108 -0
  378. package/src/hooks/object/useTopn.js +0 -0
  379. package/src/hooks/object/useTwHistory.js +69 -0
  380. package/src/hooks/object/useUser.js +109 -0
  381. package/src/layouts/BasicLayout.jsx +155 -0
  382. package/src/layouts/BlankLayout.jsx +5 -0
  383. package/src/layouts/CollapsibleMenu.js +196 -0
  384. package/src/layouts/CollapsibleMenu.less +50 -0
  385. package/src/layouts/LeftMenu.jsx +264 -0
  386. package/src/layouts/MenuContext.js +22 -0
  387. package/src/layouts/SecurityLayout.jsx +329 -0
  388. package/src/layouts/TabContentLayout.jsx +270 -0
  389. package/src/layouts/TabContentLayout.less +61 -0
  390. package/src/layouts/TopMenu.jsx +115 -0
  391. package/src/layouts/TopSide.jsx +394 -0
  392. package/src/layouts/TopSide.less +339 -0
  393. package/src/layouts/TopSideMenuLayout.jsx +203 -0
  394. package/src/layouts/TopSideMenuLayout.less +81 -0
  395. package/src/layouts/UserLayout.jsx +59 -0
  396. package/src/layouts/UserLayout.less +71 -0
  397. package/src/layouts/constants.js +28 -0
  398. package/src/locales/basic-US.js +227 -0
  399. package/src/locales/en-US/component.js +2 -0
  400. package/src/locales/en-US/globalHeader.js +2 -0
  401. package/src/locales/en-US/menu.js +2 -0
  402. package/src/locales/en-US/module/history.js +19 -0
  403. package/src/locales/en-US/module/md.js +230 -0
  404. package/src/locales/en-US/product/tw/index.js +33 -0
  405. package/src/locales/en-US/pwa.js +2 -0
  406. package/src/locales/en-US/settingDrawer.js +2 -0
  407. package/src/locales/en-US/settings.js +2 -0
  408. package/src/locales/en-US.js +762 -0
  409. package/src/locales/product/md.js +88 -0
  410. package/src/locales/pt-BR/component.js +5 -0
  411. package/src/locales/pt-BR/globalHeader.js +18 -0
  412. package/src/locales/pt-BR/menu.js +52 -0
  413. package/src/locales/pt-BR/pwa.js +7 -0
  414. package/src/locales/pt-BR/settingDrawer.js +32 -0
  415. package/src/locales/pt-BR/settings.js +61 -0
  416. package/src/locales/pt-BR.js +13 -0
  417. package/src/locales/request-US.js +28 -0
  418. package/src/locales/special.js +11 -0
  419. package/src/locales/tj-US.js +811 -0
  420. package/src/locales/zh-CN/component.js +2 -0
  421. package/src/locales/zh-CN/globalHeader.js +2 -0
  422. package/src/locales/zh-CN/menu.js +2 -0
  423. package/src/locales/zh-CN/module/history.js +11 -0
  424. package/src/locales/zh-CN/module/md.js +0 -0
  425. package/src/locales/zh-CN/product/Information/index.js +2 -0
  426. package/src/locales/zh-CN/product/celue/index.js +2 -0
  427. package/src/locales/zh-CN/product/index.js +13 -0
  428. package/src/locales/zh-CN/product/tj/audio/index.js +2 -0
  429. package/src/locales/zh-CN/product/tj/audioStream/index.js +2 -0
  430. package/src/locales/zh-CN/product/tj/image/index.js +2 -0
  431. package/src/locales/zh-CN/product/tj/index.js +35 -0
  432. package/src/locales/zh-CN/product/tj/text/index.js +2 -0
  433. package/src/locales/zh-CN/product/tj/video/index.js +2 -0
  434. package/src/locales/zh-CN/product/tj/videoStream/index.js +2 -0
  435. package/src/locales/zh-CN/product/tj/web/index.js +2 -0
  436. package/src/locales/zh-CN/product/tw/index.js +32 -0
  437. package/src/locales/zh-CN/product/tx/index.js +2 -0
  438. package/src/locales/zh-CN/pwa.js +2 -0
  439. package/src/locales/zh-CN/settingDrawer.js +2 -0
  440. package/src/locales/zh-CN/settings.js +2 -0
  441. package/src/locales/zh-CN.js +1493 -0
  442. package/src/locales/zh-TW/component.js +5 -0
  443. package/src/locales/zh-TW/globalHeader.js +17 -0
  444. package/src/locales/zh-TW/menu.js +52 -0
  445. package/src/locales/zh-TW/pwa.js +6 -0
  446. package/src/locales/zh-TW/settingDrawer.js +31 -0
  447. package/src/locales/zh-TW/settings.js +2 -0
  448. package/src/locales/zh-TW.js +13 -0
  449. package/src/models/base.js +71 -0
  450. package/src/models/dataBack.js +51 -0
  451. package/src/models/global.js +20 -0
  452. package/src/models/history.js +141 -0
  453. package/src/models/information.js +27 -0
  454. package/src/models/login.js +195 -0
  455. package/src/models/manage.js +214 -0
  456. package/src/models/mingdan.js +243 -0
  457. package/src/models/rank.js +25 -0
  458. package/src/models/riskAccount.js +41 -0
  459. package/src/models/setting.js +27 -0
  460. package/src/models/strategy.js +179 -0
  461. package/src/models/strategyLab.js +84 -0
  462. package/src/models/trend.js +102 -0
  463. package/src/models/twChannel.js +50 -0
  464. package/src/models/user.js +205 -0
  465. package/src/pages/404.jsx +19 -0
  466. package/src/pages/Admin.jsx +40 -0
  467. package/src/pages/IFrame/index.jsx +173 -0
  468. package/src/pages/Welcome.jsx +48 -0
  469. package/src/pages/Welcome.less +8 -0
  470. package/src/pages/account/IntlLogin/index.js +27 -0
  471. package/src/pages/account/IntlLogin/index.less +26 -0
  472. package/src/pages/account/components/EmailTwoFactor/index.jsx +94 -0
  473. package/src/pages/account/components/EmailTwoFactor/index.less +128 -0
  474. package/src/pages/account/components/Header/index.jsx +66 -0
  475. package/src/pages/account/components/Header/index.less +62 -0
  476. package/src/pages/account/components/HeaderList/index.jsx +20 -0
  477. package/src/pages/account/components/IntlHeader/index.js +43 -0
  478. package/src/pages/account/components/IntlHeader/index.less +54 -0
  479. package/src/pages/account/components/IntlLoginLeft/index.jsx +33 -0
  480. package/src/pages/account/components/IntlLoginLeft/index.less +44 -0
  481. package/src/pages/account/components/IntlLoginRight/index.js +514 -0
  482. package/src/pages/account/components/IntlLoginRight/index.less +259 -0
  483. package/src/pages/account/components/LoginEmail/index.jsx +188 -0
  484. package/src/pages/account/components/LoginEmail/index.less +105 -0
  485. package/src/pages/account/components/LoginLeft/index.jsx +73 -0
  486. package/src/pages/account/components/LoginLeft/index.less +44 -0
  487. package/src/pages/account/components/LoginModeError/index.js +14 -0
  488. package/src/pages/account/components/LoginModeError/index.less +14 -0
  489. package/src/pages/account/components/LoginPhone/index.jsx +230 -0
  490. package/src/pages/account/components/LoginPhone/index.less +131 -0
  491. package/src/pages/account/components/LoginRight/index.jsx +560 -0
  492. package/src/pages/account/components/LoginRight/index.less +172 -0
  493. package/src/pages/account/components/ResetSuccee/index.jsx +18 -0
  494. package/src/pages/account/components/ResetSuccee/index.less +29 -0
  495. package/src/pages/account/components/WscLoginLeft/index.jsx +41 -0
  496. package/src/pages/account/components/WscLoginLeft/index.less +45 -0
  497. package/src/pages/account/components/WscLoginRight/index.jsx +252 -0
  498. package/src/pages/account/components/WscLoginRight/index.less +142 -0
  499. package/src/pages/account/components/loginLeftList/index.jsx +23 -0
  500. package/src/pages/account/forgetPwd/index.jsx +111 -0
  501. package/src/pages/account/forgetPwd/index.less +73 -0
  502. package/src/pages/account/img/google.png +0 -0
  503. package/src/pages/account/img/icon-checked.png +0 -0
  504. package/src/pages/account/img/icon-unchecked.png +0 -0
  505. package/src/pages/account/img/intl-left-banner.png +0 -0
  506. package/src/pages/account/img/intlLogo.png +0 -0
  507. package/src/pages/account/img/intlLogo.svg +14 -0
  508. package/src/pages/account/img/left-banner-private.png +0 -0
  509. package/src/pages/account/img/left-banner.png +0 -0
  510. package/src/pages/account/img/logo.png +0 -0
  511. package/src/pages/account/img/newLogo.png +0 -0
  512. package/src/pages/account/index.js +17 -0
  513. package/src/pages/account/intlForgetPwd/index.js +70 -0
  514. package/src/pages/account/intlForgetPwd/index.less +87 -0
  515. package/src/pages/account/intlResetPwd/index.js +212 -0
  516. package/src/pages/account/intlResetPwd/index.less +122 -0
  517. package/src/pages/account/login/index.jsx +153 -0
  518. package/src/pages/account/login/index.less +35 -0
  519. package/src/pages/account/resetPwd/index.jsx +145 -0
  520. package/src/pages/account/resetPwd/index.less +109 -0
  521. package/src/pages/audit/auditLog/fieldsConfig.ts +22 -0
  522. package/src/pages/audit/auditLog/formatDetailData.ts +46 -0
  523. package/src/pages/audit/auditLog/index.less +22 -0
  524. package/src/pages/audit/auditLog/index.tsx +183 -0
  525. package/src/pages/audit/auditLog/searchFormConfig.tsx +91 -0
  526. package/src/pages/audit/auditLog/tableConfig.tsx +79 -0
  527. package/src/pages/audit/components/AuditDetailDrawer/index.less +27 -0
  528. package/src/pages/audit/components/AuditDetailDrawer/index.tsx +105 -0
  529. package/src/pages/audit/components/AuditLabelSearch/index.less +11 -0
  530. package/src/pages/audit/components/AuditLabelSearch/index.tsx +103 -0
  531. package/src/pages/audit/hooks/useAuditAction.ts +54 -0
  532. package/src/pages/audit/hooks/useAuditLog.ts +40 -0
  533. package/src/pages/audit/type.ts +65 -0
  534. package/src/pages/basic/AccountList/index.js +69 -0
  535. package/src/pages/basic/AccountList/index.less +37 -0
  536. package/src/pages/basic/components/BasicTitle/index.jsx +31 -0
  537. package/src/pages/basic/components/BasicTitle/index.less +16 -0
  538. package/src/pages/basic/constants.js +731 -0
  539. package/src/pages/basic/hooks/index.js +21 -0
  540. package/src/pages/basic/hooks/useAppChannel.js +50 -0
  541. package/src/pages/basic/hooks/useBasicApiCallList.js +67 -0
  542. package/src/pages/basic/hooks/useBasicApiSecretKey.js +62 -0
  543. package/src/pages/basic/hooks/useBasicUser.js +256 -0
  544. package/src/pages/basic/hooks/useBasicsChannel.js +43 -0
  545. package/src/pages/basic/hooks/useBasicsObject.js +149 -0
  546. package/src/pages/basic/list/index.jsx +326 -0
  547. package/src/pages/basic/list/index.less +62 -0
  548. package/src/pages/configure/tj/md/list/index.js +612 -0
  549. package/src/pages/configure/tj/rank/detail/index.js +0 -0
  550. package/src/pages/configure/tj/rank/list/index.js +1157 -0
  551. package/src/pages/constants.js +73 -0
  552. package/src/pages/document.ejs +102 -0
  553. package/src/pages/historySearch/constants.js +262 -0
  554. package/src/pages/historySearch/index.jsx +1217 -0
  555. package/src/pages/historySearch/index.less +0 -0
  556. package/src/pages/information/constants.js +70 -0
  557. package/src/pages/information/img/blue.png +0 -0
  558. package/src/pages/information/img/red.png +0 -0
  559. package/src/pages/information/img/yellow.png +0 -0
  560. package/src/pages/information/record/index.jsx +155 -0
  561. package/src/pages/information/trend/index.jsx +24 -0
  562. package/src/pages/manage/correctionCallback/index.jsx +440 -0
  563. package/src/pages/manage/correctionCallback/index.less +22 -0
  564. package/src/pages/manage/fieldsManage/components/FieldsManage/index.js +148 -0
  565. package/src/pages/manage/fieldsManage/components/FieldsManage/index.less +13 -0
  566. package/src/pages/manage/fieldsManage/components/PageTemplate/index.js +149 -0
  567. package/src/pages/manage/fieldsManage/components/SelectSuffix/index.js +86 -0
  568. package/src/pages/manage/fieldsManage/components/SelectSuffix/index.less +13 -0
  569. package/src/pages/manage/fieldsManage/components/TableTitle/index.js +24 -0
  570. package/src/pages/manage/fieldsManage/components/TableTitle/index.less +22 -0
  571. package/src/pages/manage/fieldsManage/components/index.js +14 -0
  572. package/src/pages/manage/fieldsManage/constants/index.js +462 -0
  573. package/src/pages/manage/fieldsManage/field/add/index.js +171 -0
  574. package/src/pages/manage/fieldsManage/field/add/index.less +37 -0
  575. package/src/pages/manage/fieldsManage/field/index.js +66 -0
  576. package/src/pages/manage/fieldsManage/field/index.less +9 -0
  577. package/src/pages/manage/fieldsManage/fieldSet/add/index.js +350 -0
  578. package/src/pages/manage/fieldsManage/fieldSet/add/index.less +42 -0
  579. package/src/pages/manage/fieldsManage/fieldSet/index.js +187 -0
  580. package/src/pages/manage/pageSetup/logo/index.js +220 -0
  581. package/src/pages/manage/pageSetup/logo/index.less +35 -0
  582. package/src/pages/manage/password/index.jsx +225 -0
  583. package/src/pages/manage/password/index.less +188 -0
  584. package/src/pages/manage/qpsError/Trend/getSearchFormConfig.jsx +131 -0
  585. package/src/pages/manage/qpsError/Trend/index.jsx +226 -0
  586. package/src/pages/manage/qpsError/Trend/index.less +41 -0
  587. package/src/pages/manage/qpsError/Trend/useAuthServiceId.js +43 -0
  588. package/src/pages/manage/qpsError/Trend/useQpsError.js +105 -0
  589. package/src/pages/manage/qpsError/formatSubmitParams.js +21 -0
  590. package/src/pages/manage/qpsTrend/formatSearchParams.ts +24 -0
  591. package/src/pages/manage/qpsTrend/hooks/useQps.ts +117 -0
  592. package/src/pages/manage/qpsTrend/index.less +0 -0
  593. package/src/pages/manage/qpsTrend/index.tsx +284 -0
  594. package/src/pages/manage/qpsTrend/searchFormConfig.ts +117 -0
  595. package/src/pages/manage/qpsTrend/type.ts +9 -0
  596. package/src/pages/manage/safe/index.jsx +86 -0
  597. package/src/pages/manage/safe/index.less +58 -0
  598. package/src/pages/manage/safe/loginMethod/index.jsx +15 -0
  599. package/src/pages/manage/safe/loginMethod/index.less +0 -0
  600. package/src/pages/manage/safe/useSafe.js +143 -0
  601. package/src/pages/manage/safe/waterMark/index.jsx +15 -0
  602. package/src/pages/manage/safe/waterMark/index.less +0 -0
  603. package/src/pages/message/index.jsx +139 -0
  604. package/src/pages/message/index.less +75 -0
  605. package/src/pages/opinion/index.jsx +179 -0
  606. package/src/pages/opinion/index.less +141 -0
  607. package/src/pages/overview/components/ApplyModal/constants.js +78 -0
  608. package/src/pages/overview/components/ApplyModal/index.jsx +135 -0
  609. package/src/pages/overview/components/ApplyModal/index.less +41 -0
  610. package/src/pages/overview/components/CarouselMap/img/en-aigc.jpg +0 -0
  611. package/src/pages/overview/components/CarouselMap/img/en-intelligent.jpg +0 -0
  612. package/src/pages/overview/components/CarouselMap/img/image1.png +0 -0
  613. package/src/pages/overview/components/CarouselMap/img/image2.jpg +0 -0
  614. package/src/pages/overview/components/CarouselMap/img/image3.jpg +0 -0
  615. package/src/pages/overview/components/CarouselMap/img/image4.jpg +0 -0
  616. package/src/pages/overview/components/CarouselMap/index.jsx +67 -0
  617. package/src/pages/overview/components/CarouselMap/index.less +11 -0
  618. package/src/pages/overview/components/DataCard/index.jsx +60 -0
  619. package/src/pages/overview/components/DataCard/index.less +107 -0
  620. package/src/pages/overview/components/EmptyLineChart/index.jsx +50 -0
  621. package/src/pages/overview/components/EmptyLineChart/index.less +29 -0
  622. package/src/pages/overview/components/IntroduceBox/constants.js +96 -0
  623. package/src/pages/overview/components/IntroduceBox/img/anti-theft-crawling.svg +19 -0
  624. package/src/pages/overview/components/IntroduceBox/img/audio.svg +20 -0
  625. package/src/pages/overview/components/IntroduceBox/img/brush-list-protection.svg +18 -0
  626. package/src/pages/overview/components/IntroduceBox/img/captcha.svg +14 -0
  627. package/src/pages/overview/components/IntroduceBox/img/channel-traffic.svg +17 -0
  628. package/src/pages/overview/components/IntroduceBox/img/device-risk-sdk.svg +16 -0
  629. package/src/pages/overview/components/IntroduceBox/img/market-activity.svg +20 -0
  630. package/src/pages/overview/components/IntroduceBox/img/payment-risk-control.svg +17 -0
  631. package/src/pages/overview/components/IntroduceBox/img/pic.svg +16 -0
  632. package/src/pages/overview/components/IntroduceBox/img/text.svg +20 -0
  633. package/src/pages/overview/components/IntroduceBox/img/video.svg +16 -0
  634. package/src/pages/overview/components/IntroduceBox/img/virtual-user-fission.svg +25 -0
  635. package/src/pages/overview/components/IntroduceBox/index.jsx +155 -0
  636. package/src/pages/overview/components/IntroduceBox/index.less +75 -0
  637. package/src/pages/overview/components/NewUserGuide/img/apply.png +0 -0
  638. package/src/pages/overview/components/NewUserGuide/img/guide.png +0 -0
  639. package/src/pages/overview/components/NewUserGuide/img/guideCopy.png +0 -0
  640. package/src/pages/overview/components/NewUserGuide/img/open.png +0 -0
  641. package/src/pages/overview/components/NewUserGuide/img/phone.png +0 -0
  642. package/src/pages/overview/components/NewUserGuide/img/user.png +0 -0
  643. package/src/pages/overview/components/NewUserGuide/index.jsx +114 -0
  644. package/src/pages/overview/components/NewUserGuide/index.less +158 -0
  645. package/src/pages/overview/components/UserInfoBox/img/app-manage-dark.svg +16 -0
  646. package/src/pages/overview/components/UserInfoBox/img/app-manage-light.svg +16 -0
  647. package/src/pages/overview/components/UserInfoBox/img/channel-manage-dark.svg +24 -0
  648. package/src/pages/overview/components/UserInfoBox/img/channel-manage-light.svg +26 -0
  649. package/src/pages/overview/components/UserInfoBox/img/user-account-dark.svg +30 -0
  650. package/src/pages/overview/components/UserInfoBox/img/user-account-light.svg +30 -0
  651. package/src/pages/overview/components/UserInfoBox/img/user-manage-dark.svg +20 -0
  652. package/src/pages/overview/components/UserInfoBox/img/user-manage-light.svg +20 -0
  653. package/src/pages/overview/components/UserInfoBox/img/user.svg +43 -0
  654. package/src/pages/overview/components/UserInfoBox/index.jsx +139 -0
  655. package/src/pages/overview/components/UserInfoBox/index.less +117 -0
  656. package/src/pages/overview/img/risk-account.svg +21 -0
  657. package/src/pages/overview/img/risk-audio.svg +25 -0
  658. package/src/pages/overview/img/risk-device.svg +24 -0
  659. package/src/pages/overview/img/risk-event.svg +21 -0
  660. package/src/pages/overview/img/risk-pic.svg +21 -0
  661. package/src/pages/overview/img/risk-text.svg +25 -0
  662. package/src/pages/overview/img/risk-video.svg +29 -0
  663. package/src/pages/overview/index.jsx +841 -0
  664. package/src/pages/overview/index.less +107 -0
  665. package/src/pages/pageComponents/RankPageTwo/constants.js +106 -0
  666. package/src/pages/pageComponents/RankPageTwo/index.jsx +606 -0
  667. package/src/pages/pageComponents/RankPageTwo/index.less +30 -0
  668. package/src/pages/pageComponents/StrategyPage/components/AddRuleMdoal/index.js +81 -0
  669. package/src/pages/pageComponents/StrategyPage/components/AddRuleMdoal/index.less +4 -0
  670. package/src/pages/pageComponents/StrategyPage/components/BatchUpdateModal/index.js +48 -0
  671. package/src/pages/pageComponents/StrategyPage/components/BatchUpdateModal/index.less +0 -0
  672. package/src/pages/pageComponents/StrategyPage/components/OneKeyLabModal/index.js +303 -0
  673. package/src/pages/pageComponents/StrategyPage/components/OneKeyLabModal/index.less +46 -0
  674. package/src/pages/pageComponents/StrategyPage/components/RuleCollapse/index.js +1554 -0
  675. package/src/pages/pageComponents/StrategyPage/components/RuleCollapse/index.less +56 -0
  676. package/src/pages/pageComponents/StrategyPage/components/RuleConditions/ConditionContent/index.jsx +60 -0
  677. package/src/pages/pageComponents/StrategyPage/components/RuleConditions/ConditionItem/index.jsx +189 -0
  678. package/src/pages/pageComponents/StrategyPage/components/RuleConditions/ConditionItem/index.less +11 -0
  679. package/src/pages/pageComponents/StrategyPage/components/RuleConditions/index.jsx +67 -0
  680. package/src/pages/pageComponents/StrategyPage/components/RuleConditions/index.less +71 -0
  681. package/src/pages/pageComponents/StrategyPage/components/RuleModal/index.js +243 -0
  682. package/src/pages/pageComponents/StrategyPage/components/RuleModal/index.less +13 -0
  683. package/src/pages/pageComponents/StrategyPage/components/RuleModalCustomer/index.js +244 -0
  684. package/src/pages/pageComponents/StrategyPage/components/RuleModalCustomer/index.less +13 -0
  685. package/src/pages/pageComponents/StrategyPage/components/RuleTable/index.js +15 -0
  686. package/src/pages/pageComponents/StrategyPage/components/RuleTable/index.less +36 -0
  687. package/src/pages/pageComponents/StrategyPage/components/customBlackFields/index.less +16 -0
  688. package/src/pages/pageComponents/StrategyPage/components/customBlackFields/index.tsx +106 -0
  689. package/src/pages/pageComponents/StrategyPage/contants.js +2000 -0
  690. package/src/pages/pageComponents/StrategyPage/index.js +864 -0
  691. package/src/pages/pageComponents/StrategyPage/index.less +95 -0
  692. package/src/pages/pageComponents/configure/adminApply.js +72 -0
  693. package/src/pages/pageComponents/configure/index.js +5 -0
  694. package/src/pages/pageComponents/formatMdListByAppId.js +39 -0
  695. package/src/pages/pageComponents/historyPage/CaptchaList/index.jsx +1235 -0
  696. package/src/pages/pageComponents/historyPage/CaptchaList/index.less +43 -0
  697. package/src/pages/pageComponents/historyPage/ChannelList/index.jsx +1340 -0
  698. package/src/pages/pageComponents/historyPage/ChannelList/index.less +134 -0
  699. package/src/pages/pageComponents/historyPage/ChannelRetain/index.jsx +666 -0
  700. package/src/pages/pageComponents/historyPage/ChannelRetain/index.less +40 -0
  701. package/src/pages/pageComponents/historyPage/DisposalModal/index.js +46 -0
  702. package/src/pages/pageComponents/historyPage/DisposalModal/index.less +17 -0
  703. package/src/pages/pageComponents/historyPage/MultiContentsRender/index.jsx +20 -0
  704. package/src/pages/pageComponents/historyPage/TwDetail/export.js +233 -0
  705. package/src/pages/pageComponents/historyPage/TwDetail/export.less +120 -0
  706. package/src/pages/pageComponents/historyPage/TwDetail/helper.js +794 -0
  707. package/src/pages/pageComponents/historyPage/TwDetail/index.jsx +427 -0
  708. package/src/pages/pageComponents/historyPage/TwDetail/index.less +63 -0
  709. package/src/pages/pageComponents/historyPage/TwNewDetail/export.js +231 -0
  710. package/src/pages/pageComponents/historyPage/TwNewDetail/export.less +120 -0
  711. package/src/pages/pageComponents/historyPage/TwNewDetail/helper.js +815 -0
  712. package/src/pages/pageComponents/historyPage/TwNewDetail/index.jsx +363 -0
  713. package/src/pages/pageComponents/historyPage/TwNewDetail/index.less +63 -0
  714. package/src/pages/pageComponents/historyPage/TypeOne/constants.js +195 -0
  715. package/src/pages/pageComponents/historyPage/TypeOne/index.jsx +2792 -0
  716. package/src/pages/pageComponents/historyPage/TypeOne/index.less +146 -0
  717. package/src/pages/pageComponents/historyPage/TypeThree/constants.js +29 -0
  718. package/src/pages/pageComponents/historyPage/TypeThree/index.jsx +2158 -0
  719. package/src/pages/pageComponents/historyPage/TypeThree/index.less +192 -0
  720. package/src/pages/pageComponents/historyPage/TypeTwo/components/Fields/constant.js +11 -0
  721. package/src/pages/pageComponents/historyPage/TypeTwo/components/Fields/index.jsx +261 -0
  722. package/src/pages/pageComponents/historyPage/TypeTwo/components/Fields/styles.less +79 -0
  723. package/src/pages/pageComponents/historyPage/TypeTwo/components/ImgSlider/index.jsx +99 -0
  724. package/src/pages/pageComponents/historyPage/TypeTwo/components/ImgSlider/styles.less +64 -0
  725. package/src/pages/pageComponents/historyPage/TypeTwo/components/ImgSliderDetail/index.jsx +113 -0
  726. package/src/pages/pageComponents/historyPage/TypeTwo/components/ImgSliderDetail/styles.less +14 -0
  727. package/src/pages/pageComponents/historyPage/TypeTwo/components/ImgTable/index.jsx +197 -0
  728. package/src/pages/pageComponents/historyPage/TypeTwo/components/ImgTable/styles.less +52 -0
  729. package/src/pages/pageComponents/historyPage/TypeTwo/constants.js +32 -0
  730. package/src/pages/pageComponents/historyPage/TypeTwo/index.jsx +2225 -0
  731. package/src/pages/pageComponents/historyPage/TypeTwo/index.less +237 -0
  732. package/src/pages/pageComponents/historyPage/components/AddFilterDom/index.jsx +0 -0
  733. package/src/pages/pageComponents/historyPage/components/AddListModal/index.jsx +148 -0
  734. package/src/pages/pageComponents/historyPage/components/AddListModal/index.less +54 -0
  735. package/src/pages/pageComponents/historyPage/components/AddTextMdModal/constants.js +50 -0
  736. package/src/pages/pageComponents/historyPage/components/AddTextMdModal/index.jsx +233 -0
  737. package/src/pages/pageComponents/historyPage/components/AddTextMdModal/index.less +64 -0
  738. package/src/pages/pageComponents/historyPage/components/ExportTask/index.jsx +707 -0
  739. package/src/pages/pageComponents/historyPage/components/ExportTask/styles.less +120 -0
  740. package/src/pages/pageComponents/historyPage/components/FeedbackContent/index.jsx +463 -0
  741. package/src/pages/pageComponents/historyPage/components/FeedbackContent/index.less +47 -0
  742. package/src/pages/pageComponents/historyPage/components/FeedbackPanel/constants.js +1 -0
  743. package/src/pages/pageComponents/historyPage/components/FeedbackPanel/index.jsx +135 -0
  744. package/src/pages/pageComponents/historyPage/components/FeedbackPanel/styles.less +60 -0
  745. package/src/pages/pageComponents/historyPage/components/GroupFilter/index.js +378 -0
  746. package/src/pages/pageComponents/historyPage/components/GroupFilter/index.less +178 -0
  747. package/src/pages/pageComponents/historyPage/components/GroupFilter/type.ts +16 -0
  748. package/src/pages/pageComponents/historyPage/components/HistoryDetailDrawer/index.jsx +716 -0
  749. package/src/pages/pageComponents/historyPage/components/HistoryDetailDrawer/index.less +102 -0
  750. package/src/pages/pageComponents/historyPage/components/HistoryDetailDrawer/rgba.png +0 -0
  751. package/src/pages/pageComponents/historyPage/components/HistoryExport/export.png +0 -0
  752. package/src/pages/pageComponents/historyPage/components/HistoryExport/index.jsx +29 -0
  753. package/src/pages/pageComponents/historyPage/components/HistoryExport/index.less +21 -0
  754. package/src/pages/pageComponents/historyPage/components/ImgSimilar/index.js +124 -0
  755. package/src/pages/pageComponents/historyPage/components/ImgSimilar/index.less +130 -0
  756. package/src/pages/pageComponents/historyPage/components/ImgTextDetail/index.js +164 -0
  757. package/src/pages/pageComponents/historyPage/components/ImgTextDetail/index.less +75 -0
  758. package/src/pages/pageComponents/historyPage/components/NewHistoryDetailDrawer/formatSpecialFeature.ts +20 -0
  759. package/src/pages/pageComponents/historyPage/components/NewHistoryDetailDrawer/index.js +959 -0
  760. package/src/pages/pageComponents/historyPage/components/NewHistoryDetailDrawer/index.less +61 -0
  761. package/src/pages/pageComponents/historyPage/components/StreamInfoModal/components/RiskInfo/index.less +26 -0
  762. package/src/pages/pageComponents/historyPage/components/StreamInfoModal/components/RiskInfo/index.tsx +38 -0
  763. package/src/pages/pageComponents/historyPage/components/StreamInfoModal/components/renderStreamAudios/index.less +18 -0
  764. package/src/pages/pageComponents/historyPage/components/StreamInfoModal/components/renderStreamAudios/index.tsx +40 -0
  765. package/src/pages/pageComponents/historyPage/components/StreamInfoModal/components/renderStreamImages/index.less +21 -0
  766. package/src/pages/pageComponents/historyPage/components/StreamInfoModal/components/renderStreamImages/index.tsx +48 -0
  767. package/src/pages/pageComponents/historyPage/components/StreamInfoModal/fieldsConfig.ts +9 -0
  768. package/src/pages/pageComponents/historyPage/components/StreamInfoModal/hooks/useStreamInfo.ts +49 -0
  769. package/src/pages/pageComponents/historyPage/components/StreamInfoModal/index.less +11 -0
  770. package/src/pages/pageComponents/historyPage/components/StreamInfoModal/index.tsx +101 -0
  771. package/src/pages/pageComponents/historyPage/components/StreamInfoModal/tableColumns.tsx +51 -0
  772. package/src/pages/pageComponents/historyPage/components/TJExportTask/components/HistoryTaskDetail/index.jsx +41 -0
  773. package/src/pages/pageComponents/historyPage/components/TJExportTask/components/HistoryTaskDetail/index.less +22 -0
  774. package/src/pages/pageComponents/historyPage/components/TJExportTask/components/TJExportForm/index.jsx +73 -0
  775. package/src/pages/pageComponents/historyPage/components/TJExportTask/components/TJExportForm/index.less +0 -0
  776. package/src/pages/pageComponents/historyPage/components/TJExportTask/constants.js +487 -0
  777. package/src/pages/pageComponents/historyPage/components/TJExportTask/getExportForm.js +103 -0
  778. package/src/pages/pageComponents/historyPage/components/TJExportTask/index.jsx +309 -0
  779. package/src/pages/pageComponents/historyPage/components/TJExportTask/styles.less +142 -0
  780. package/src/pages/pageComponents/historyPage/components/contentRender/index.jsx +34 -0
  781. package/src/pages/pageComponents/historyPage/components/index.js +33 -0
  782. package/src/pages/pageComponents/historyPage/constants.js +611 -0
  783. package/src/pages/pageComponents/historyPage/help.js +224 -0
  784. package/src/pages/pageComponents/hooks/index.js +14 -0
  785. package/src/pages/pageComponents/hooks/index.less +10 -0
  786. package/src/pages/pageComponents/hooks/useForm.js +113 -0
  787. package/src/pages/pageComponents/hooks/useGetStorageTime/index.js +24 -0
  788. package/src/pages/pageComponents/hooks/useTableColumn.js +136 -0
  789. package/src/pages/pageComponents/mdPage/components/AddMdModal/index.jsx +240 -0
  790. package/src/pages/pageComponents/mdPage/components/AddMdModal/index.less +25 -0
  791. package/src/pages/pageComponents/mdPage/components/AddVideoModal/index.jsx +113 -0
  792. package/src/pages/pageComponents/mdPage/components/AddVideoModal/index.less +33 -0
  793. package/src/pages/pageComponents/mdPage/components/CreateMdForm/index.jsx +1205 -0
  794. package/src/pages/pageComponents/mdPage/components/CreateMdForm/index.less +140 -0
  795. package/src/pages/pageComponents/mdPage/components/ExpansionTable/index.js +150 -0
  796. package/src/pages/pageComponents/mdPage/components/ExpansionTable/index.less +9 -0
  797. package/src/pages/pageComponents/mdPage/components/MdContentImportModal/index.jsx +218 -0
  798. package/src/pages/pageComponents/mdPage/components/MdContentImportModal/index.less +11 -0
  799. package/src/pages/pageComponents/mdPage/components/MdContentModal/index.jsx +288 -0
  800. package/src/pages/pageComponents/mdPage/components/MdContentModal/index.less +11 -0
  801. package/src/pages/pageComponents/mdPage/components/RedTextViewer/index.jsx +33 -0
  802. package/src/pages/pageComponents/mdPage/components/RedTextViewer/index.less +4 -0
  803. package/src/pages/pageComponents/mdPage/components/RegexContents/img/example.png +0 -0
  804. package/src/pages/pageComponents/mdPage/components/RegexContents/index.js +1154 -0
  805. package/src/pages/pageComponents/mdPage/components/RegexContents/index.less +404 -0
  806. package/src/pages/pageComponents/mdPage/components/SMAdminForm/index.jsx +165 -0
  807. package/src/pages/pageComponents/mdPage/components/SMAdminForm/index.less +17 -0
  808. package/src/pages/pageComponents/mdPage/components/SMDatePicker/index.jsx +173 -0
  809. package/src/pages/pageComponents/mdPage/components/SMPopConfirm/img/tip.png +0 -0
  810. package/src/pages/pageComponents/mdPage/components/SMPopConfirm/index.jsx +116 -0
  811. package/src/pages/pageComponents/mdPage/components/SMPopConfirm/index.less +64 -0
  812. package/src/pages/pageComponents/mdPage/components/SegmentStatusTag/index.tsx +45 -0
  813. package/src/pages/pageComponents/mdPage/components/SensitivewordHintList/index.jsx +467 -0
  814. package/src/pages/pageComponents/mdPage/components/SensitivewordHintList/index.less +65 -0
  815. package/src/pages/pageComponents/mdPage/components/SensitivewordHintModal/index.jsx +80 -0
  816. package/src/pages/pageComponents/mdPage/components/SensitivewordHintModal/index.less +38 -0
  817. package/src/pages/pageComponents/mdPage/components/UpdateMdModal/index.jsx +929 -0
  818. package/src/pages/pageComponents/mdPage/components/UpdateMdModal/index.less +10 -0
  819. package/src/pages/pageComponents/mdPage/components/UploadImg/index.jsx +178 -0
  820. package/src/pages/pageComponents/mdPage/components/UploadImg/index.less +66 -0
  821. package/src/pages/pageComponents/mdPage/components/UploadVideo/index.jsx +409 -0
  822. package/src/pages/pageComponents/mdPage/components/UploadVideo/index.less +134 -0
  823. package/src/pages/pageComponents/mdPage/components/getIllegalWordList.jsx +14 -0
  824. package/src/pages/pageComponents/mdPage/components/isIllegalWord.jsx +8 -0
  825. package/src/pages/pageComponents/mdPage/constants.js +770 -0
  826. package/src/pages/pageComponents/mdPage/list/CommonType/contants.js +114 -0
  827. package/src/pages/pageComponents/mdPage/list/CommonType/index.jsx +2177 -0
  828. package/src/pages/pageComponents/mdPage/list/CommonType/index.less +21 -0
  829. package/src/pages/pageComponents/mdPage/listContent/CommonType/img/tip.png +0 -0
  830. package/src/pages/pageComponents/mdPage/listContent/CommonType/index.jsx +1584 -0
  831. package/src/pages/pageComponents/mdPage/listContent/CommonType/index.less +124 -0
  832. package/src/pages/pageComponents/mdPage/listContent/ImgBlackType/img/tip.png +0 -0
  833. package/src/pages/pageComponents/mdPage/listContent/ImgBlackType/index.jsx +1053 -0
  834. package/src/pages/pageComponents/mdPage/listContent/ImgBlackType/index.less +142 -0
  835. package/src/pages/pageComponents/mdPage/listContent/ImgType/img/tip.png +0 -0
  836. package/src/pages/pageComponents/mdPage/listContent/ImgType/index.jsx +1185 -0
  837. package/src/pages/pageComponents/mdPage/listContent/ImgType/index.less +135 -0
  838. package/src/pages/pageComponents/mdPage/listContent/TextBlackType/img/tip.png +0 -0
  839. package/src/pages/pageComponents/mdPage/listContent/TextBlackType/index.jsx +1184 -0
  840. package/src/pages/pageComponents/mdPage/listContent/TextBlackType/index.less +104 -0
  841. package/src/pages/pageComponents/mdPage/listContentOpLog/CommonType/contants.js +24 -0
  842. package/src/pages/pageComponents/mdPage/listContentOpLog/CommonType/index.jsx +569 -0
  843. package/src/pages/pageComponents/mdPage/listContentOpLog/CommonType/index.less +7 -0
  844. package/src/pages/pageComponents/mdPage/listOpLog/CommonType/index.jsx +897 -0
  845. package/src/pages/pageComponents/mdPage/listOpLog/CommonType/index.less +11 -0
  846. package/src/pages/pageComponents/mdPage/listSearch/CommonType/index.jsx +696 -0
  847. package/src/pages/pageComponents/mdPage/listSearch/CommonType/index.less +16 -0
  848. package/src/pages/pageComponents/newMdPage/NewList/components/ExtraButton/index.jsx +20 -0
  849. package/src/pages/pageComponents/newMdPage/NewList/components/ExtraButton/index.less +15 -0
  850. package/src/pages/pageComponents/newMdPage/NewList/components/MdContentTip/index.jsx +73 -0
  851. package/src/pages/pageComponents/newMdPage/NewList/components/MdContentTip/index.less +16 -0
  852. package/src/pages/pageComponents/newMdPage/NewList/components/MdLabel/index.jsx +18 -0
  853. package/src/pages/pageComponents/newMdPage/NewList/components/MdLabel/index.less +9 -0
  854. package/src/pages/pageComponents/newMdPage/NewList/components/MdTagSelect/defaultIcon.png +0 -0
  855. package/src/pages/pageComponents/newMdPage/NewList/components/MdTagSelect/index.jsx +204 -0
  856. package/src/pages/pageComponents/newMdPage/NewList/components/MdTagSelect/index.less +88 -0
  857. package/src/pages/pageComponents/newMdPage/NewList/components/MdTagSelect/intlDefaultIcon.png +0 -0
  858. package/src/pages/pageComponents/newMdPage/NewList/components/MdTimeInput/index.jsx +32 -0
  859. package/src/pages/pageComponents/newMdPage/NewList/components/MdTimeInput/index.less +13 -0
  860. package/src/pages/pageComponents/newMdPage/NewList/components/TabsImg/index.jsx +50 -0
  861. package/src/pages/pageComponents/newMdPage/NewList/components/TabsImg/index.less +11 -0
  862. package/src/pages/pageComponents/newMdPage/NewList/components/index.js +15 -0
  863. package/src/pages/pageComponents/newMdPage/NewList/configure.js +179 -0
  864. package/src/pages/pageComponents/newMdPage/NewList/constants.js +2508 -0
  865. package/src/pages/pageComponents/newMdPage/NewList/getSubmitOperationSegmentStatus.js +41 -0
  866. package/src/pages/pageComponents/newMdPage/NewList/getUpdateOperationSegmentStatus.js +26 -0
  867. package/src/pages/pageComponents/newMdPage/NewList/index.jsx +761 -0
  868. package/src/pages/pageComponents/newMdPage/NewList/index.less +46 -0
  869. package/src/pages/pageComponents/newMdPage/components/CreateMdForm/index.jsx +82 -0
  870. package/src/pages/pageComponents/newMdPage/components/CreateMdForm/index.less +28 -0
  871. package/src/pages/pageComponents/newMdPage/components/MdFormV2/index.jsx +190 -0
  872. package/src/pages/pageComponents/newMdPage/components/MdFormV2/index.less +43 -0
  873. package/src/pages/pageComponents/newMdPage/list/constants.js +18 -0
  874. package/src/pages/pageComponents/newMdPage/list/index.jsx +465 -0
  875. package/src/pages/pageComponents/newMdPage/list/index.less +26 -0
  876. package/src/pages/pageComponents/newMdPage/listContent/index.jsx +0 -0
  877. package/src/pages/pageComponents/newMdPage/listContent/index.less +0 -0
  878. package/src/pages/pageComponents/newMdPage/listContentOplog/index.jsx +0 -0
  879. package/src/pages/pageComponents/newMdPage/listContentOplog/index.less +0 -0
  880. package/src/pages/pageComponents/newMdPage/listOplog/index.jsx +0 -0
  881. package/src/pages/pageComponents/newMdPage/listOplog/index.less +0 -0
  882. package/src/pages/pageComponents/rankPage/SensitiveRank/index.jsx +592 -0
  883. package/src/pages/pageComponents/rankPage/SensitiveRank/index.less +17 -0
  884. package/src/pages/pageComponents/riskAccount/img/tip.png +0 -0
  885. package/src/pages/pageComponents/riskAccount/index.jsx +568 -0
  886. package/src/pages/pageComponents/riskAccount/index.less +104 -0
  887. package/src/pages/pageComponents/trendPage/CaptchRisk/index.jsx +564 -0
  888. package/src/pages/pageComponents/trendPage/CaptchSecond/index.jsx +517 -0
  889. package/src/pages/pageComponents/trendPage/ChannelRisk/index.jsx +533 -0
  890. package/src/pages/pageComponents/trendPage/TwNewTrend/configure.js +88 -0
  891. package/src/pages/pageComponents/trendPage/TwNewTrend/index.jsx +274 -0
  892. package/src/pages/pageComponents/trendPage/TwNewTrend/index.less +11 -0
  893. package/src/pages/pageComponents/trendPage/TwTrend/configure.js +128 -0
  894. package/src/pages/pageComponents/trendPage/TwTrend/index.jsx +130 -0
  895. package/src/pages/pageComponents/trendPage/TwTrend/index.less +11 -0
  896. package/src/pages/pageComponents/trendPage/TypeFour/contants.js +119 -0
  897. package/src/pages/pageComponents/trendPage/TypeFour/index.jsx +527 -0
  898. package/src/pages/pageComponents/trendPage/TypeOne/index.jsx +1474 -0
  899. package/src/pages/pageComponents/trendPage/TypeThree/index.jsx +676 -0
  900. package/src/pages/pageComponents/trendPage/TypeTwo/index.jsx +772 -0
  901. package/src/pages/pageComponents/trendPage/helper.js +80 -0
  902. package/src/pages/pageComponents/trendPage/hooks/useLineChart.js +45 -0
  903. package/src/pages/pageComponents/trendPage/trend.less +28 -0
  904. package/src/pages/pageComponents/typeErrorCorrection/TypeErrorPage.js +657 -0
  905. package/src/pages/pageComponents/typeErrorCorrection/constants.js +1017 -0
  906. package/src/pages/pageComponents/typeErrorCorrection/index.jsx +1090 -0
  907. package/src/pages/pageComponents/typeErrorCorrection/index.less +76 -0
  908. package/src/pages/payment/common/index.js +635 -0
  909. package/src/pages/payment/components/SMBillCard/index.js +102 -0
  910. package/src/pages/payment/components/SMBillCard/index.less +76 -0
  911. package/src/pages/payment/components/SMExport/index.js +43 -0
  912. package/src/pages/payment/components/SMExport/index.less +15 -0
  913. package/src/pages/payment/components/SMTimeRange/index.js +31 -0
  914. package/src/pages/payment/components/SMTimeRange/index.less +22 -0
  915. package/src/pages/payment/components/index.js +14 -0
  916. package/src/pages/payment/contants.js +107 -0
  917. package/src/pages/payment/index.less +160 -0
  918. package/src/pages/payment/manual/index.js +190 -0
  919. package/src/pages/payment/manual/index.less +11 -0
  920. package/src/pages/payment/options.js +686 -0
  921. package/src/pages/riskyMember/three.js +438 -0
  922. package/src/pages/riskyMember/three.less +80 -0
  923. package/src/pages/tj/audioStream/errorCorrection/list/index.jsx +8 -0
  924. package/src/pages/tj/audioStream/errorCorrection/missReason/index.jsx +26 -0
  925. package/src/pages/tj/audioStream/errorCorrection/trend/index.jsx +19 -0
  926. package/src/pages/tj/audioStream/history/audioClips/index.jsx +62 -0
  927. package/src/pages/tj/audioStream/history/audioStream/index.jsx +240 -0
  928. package/src/pages/tj/audioStream/history/constants.js +401 -0
  929. package/src/pages/tj/audioStream/list/blackWhite/company/list/contants.js +80 -0
  930. package/src/pages/tj/audioStream/list/blackWhite/company/list/index.jsx +229 -0
  931. package/src/pages/tj/audioStream/list/blackWhite/company/listContent/index.jsx +27 -0
  932. package/src/pages/tj/audioStream/list/blackWhite/company/listContentOpLog/index.jsx +25 -0
  933. package/src/pages/tj/audioStream/list/blackWhite/company/listOpLog/index.jsx +120 -0
  934. package/src/pages/tj/audioStream/list/blackWhite/company/listRepetition/index.jsx +20 -0
  935. package/src/pages/tj/audioStream/list/blackWhite/custom/list/contants.js +66 -0
  936. package/src/pages/tj/audioStream/list/blackWhite/custom/list/index.jsx +227 -0
  937. package/src/pages/tj/audioStream/list/blackWhite/custom/listContent/index.jsx +26 -0
  938. package/src/pages/tj/audioStream/list/blackWhite/custom/listContentOpLog/index.jsx +22 -0
  939. package/src/pages/tj/audioStream/list/blackWhite/custom/listOpLog/index.jsx +118 -0
  940. package/src/pages/tj/audioStream/list/blackWhite/custom/listRepetition/index.jsx +19 -0
  941. package/src/pages/tj/audioStream/list/blackWhite/global/list/contants.js +73 -0
  942. package/src/pages/tj/audioStream/list/blackWhite/global/list/index.jsx +164 -0
  943. package/src/pages/tj/audioStream/list/blackWhite/global/listContent/index.jsx +28 -0
  944. package/src/pages/tj/audioStream/list/blackWhite/global/listContentOpLog/index.jsx +23 -0
  945. package/src/pages/tj/audioStream/list/blackWhite/global/listOpLog/index.jsx +120 -0
  946. package/src/pages/tj/audioStream/list/blackWhite/listSearch/index.jsx +19 -0
  947. package/src/pages/tj/audioStream/list/text/black/listContent/index.jsx +27 -0
  948. package/src/pages/tj/audioStream/list/text/black/listContentOpLog/index.jsx +26 -0
  949. package/src/pages/tj/audioStream/list/text/black/listRepetition/index.jsx +16 -0
  950. package/src/pages/tj/audioStream/list/text/company/list/contants.js +101 -0
  951. package/src/pages/tj/audioStream/list/text/company/list/index.jsx +403 -0
  952. package/src/pages/tj/audioStream/list/text/company/listContent/index.jsx +26 -0
  953. package/src/pages/tj/audioStream/list/text/company/listContent/listRepetition/index.jsx +17 -0
  954. package/src/pages/tj/audioStream/list/text/company/listContentOpLog/index.jsx +25 -0
  955. package/src/pages/tj/audioStream/list/text/company/listOpLog/index.jsx +120 -0
  956. package/src/pages/tj/audioStream/list/text/company/listRepetition/index.jsx +17 -0
  957. package/src/pages/tj/audioStream/list/text/custom/list/contants.js +87 -0
  958. package/src/pages/tj/audioStream/list/text/custom/list/index.jsx +323 -0
  959. package/src/pages/tj/audioStream/list/text/custom/listContent/index.jsx +26 -0
  960. package/src/pages/tj/audioStream/list/text/custom/listContent/listRepetition/index.jsx +17 -0
  961. package/src/pages/tj/audioStream/list/text/custom/listContentOpLog/index.jsx +24 -0
  962. package/src/pages/tj/audioStream/list/text/custom/listOpLog/index.jsx +111 -0
  963. package/src/pages/tj/audioStream/list/text/custom/listRepetition/index.jsx +17 -0
  964. package/src/pages/tj/audioStream/list/text/global/list/contants.js +94 -0
  965. package/src/pages/tj/audioStream/list/text/global/list/index.jsx +301 -0
  966. package/src/pages/tj/audioStream/list/text/global/listContent/index.jsx +28 -0
  967. package/src/pages/tj/audioStream/list/text/global/listContentOpLog/index.jsx +25 -0
  968. package/src/pages/tj/audioStream/list/text/global/listOpLog/index.jsx +109 -0
  969. package/src/pages/tj/audioStream/list/text/listSearch/index.jsx +19 -0
  970. package/src/pages/tj/audioStream/rank/audioSensitiveWord/index.jsx +18 -0
  971. package/src/pages/tj/audioStream/trend/audioClips/index.jsx +59 -0
  972. package/src/pages/tj/audioStream/trend/audioStream/index.jsx +76 -0
  973. package/src/pages/tj/blackWhite/contants.js +112 -0
  974. package/src/pages/tj/blackWhite/list/index.jsx +224 -0
  975. package/src/pages/tj/blackWhite/listContent/index.jsx +24 -0
  976. package/src/pages/tj/blackWhite/listContentOpLog/index.jsx +23 -0
  977. package/src/pages/tj/blackWhite/listOpLog/index.jsx +66 -0
  978. package/src/pages/tj/blackWhite/listRepetition/index.jsx +15 -0
  979. package/src/pages/tj/blackWhite/listSearch/index.jsx +19 -0
  980. package/src/pages/tj/components/BatchDisplay/index.jsx +107 -0
  981. package/src/pages/tj/components/BatchDisplay/index.less +39 -0
  982. package/src/pages/tj/components/CheckItemPage/index.jsx +278 -0
  983. package/src/pages/tj/components/CheckTaskPage/constants.js +98 -0
  984. package/src/pages/tj/components/CheckTaskPage/img/0.png +0 -0
  985. package/src/pages/tj/components/CheckTaskPage/img/1.png +0 -0
  986. package/src/pages/tj/components/CheckTaskPage/img/2.png +0 -0
  987. package/src/pages/tj/components/CheckTaskPage/img/4.png +0 -0
  988. package/src/pages/tj/components/CheckTaskPage/img/5.png +0 -0
  989. package/src/pages/tj/components/CheckTaskPage/img/index.js +13 -0
  990. package/src/pages/tj/components/CheckTaskPage/index.jsx +627 -0
  991. package/src/pages/tj/components/CheckTaskPage/index.less +54 -0
  992. package/src/pages/tj/components/CheckUpload/img/img-close.png +0 -0
  993. package/src/pages/tj/components/CheckUpload/img/img-open.png +0 -0
  994. package/src/pages/tj/components/CheckUpload/img/index.js +9 -0
  995. package/src/pages/tj/components/CheckUpload/img/remove.png +0 -0
  996. package/src/pages/tj/components/CheckUpload/index.jsx +301 -0
  997. package/src/pages/tj/components/CheckUpload/index.less +102 -0
  998. package/src/pages/tj/components/Custom/img/icon-add.png +0 -0
  999. package/src/pages/tj/components/Custom/index.jsx +400 -0
  1000. package/src/pages/tj/components/Custom/index.less +122 -0
  1001. package/src/pages/tj/components/IconOther/index.jsx +25 -0
  1002. package/src/pages/tj/components/IconOther/index.less +17 -0
  1003. package/src/pages/tj/components/ImgUpload/constants.js +12 -0
  1004. package/src/pages/tj/components/ImgUpload/img/icon-add.png +0 -0
  1005. package/src/pages/tj/components/ImgUpload/index.jsx +146 -0
  1006. package/src/pages/tj/components/ImgUpload/index.less +105 -0
  1007. package/src/pages/tj/components/KnowledgeResult/index.jsx +115 -0
  1008. package/src/pages/tj/components/KnowledgeResult/index.less +103 -0
  1009. package/src/pages/tj/components/MediaUpload/help.js +99 -0
  1010. package/src/pages/tj/components/MediaUpload/img/img-close.png +0 -0
  1011. package/src/pages/tj/components/MediaUpload/img/img-open.png +0 -0
  1012. package/src/pages/tj/components/MediaUpload/img/index.js +9 -0
  1013. package/src/pages/tj/components/MediaUpload/img/remove.png +0 -0
  1014. package/src/pages/tj/components/MediaUpload/index.jsx +182 -0
  1015. package/src/pages/tj/components/MediaUpload/index.less +123 -0
  1016. package/src/pages/tj/components/ShowResult/constants.js +20 -0
  1017. package/src/pages/tj/components/ShowResult/img/index.js +9 -0
  1018. package/src/pages/tj/components/ShowResult/img/pass.png +0 -0
  1019. package/src/pages/tj/components/ShowResult/img/reject.png +0 -0
  1020. package/src/pages/tj/components/ShowResult/img/review.png +0 -0
  1021. package/src/pages/tj/components/ShowResult/index.jsx +156 -0
  1022. package/src/pages/tj/components/ShowResult/index.less +118 -0
  1023. package/src/pages/tj/components/TrialForm/config.js +68 -0
  1024. package/src/pages/tj/components/TrialForm/constants.js +20 -0
  1025. package/src/pages/tj/components/TrialForm/img/img-close.png +0 -0
  1026. package/src/pages/tj/components/TrialForm/img/img-open.png +0 -0
  1027. package/src/pages/tj/components/TrialForm/index.js +302 -0
  1028. package/src/pages/tj/components/TrialForm/index.less +76 -0
  1029. package/src/pages/tj/components/help.js +41 -0
  1030. package/src/pages/tj/components/hooks/constants.js +13 -0
  1031. package/src/pages/tj/components/hooks/index.js +9 -0
  1032. package/src/pages/tj/components/hooks/useAppChannel.js +353 -0
  1033. package/src/pages/tj/components/hooks/useTrialItem.js +611 -0
  1034. package/src/pages/tj/components/img/img-close.png +0 -0
  1035. package/src/pages/tj/components/img/img-open.png +0 -0
  1036. package/src/pages/tj/components/img/index.js +7 -0
  1037. package/src/pages/tj/constants.js +524 -0
  1038. package/src/pages/tj/multiModal/history/constants.js +535 -0
  1039. package/src/pages/tj/multiModal/history/text/buildHistoryTaskDetail.js +134 -0
  1040. package/src/pages/tj/multiModal/history/text/index.jsx +526 -0
  1041. package/src/pages/tj/multiModal/trend/text/index.jsx +8 -0
  1042. package/src/pages/tj/postAudio/errorCorrection/list/index.jsx +8 -0
  1043. package/src/pages/tj/postAudio/errorCorrection/missReason/index.jsx +26 -0
  1044. package/src/pages/tj/postAudio/errorCorrection/trend/index.jsx +19 -0
  1045. package/src/pages/tj/postAudio/history/audioClips/index.jsx +28 -0
  1046. package/src/pages/tj/postAudio/history/constants.js +427 -0
  1047. package/src/pages/tj/postAudio/history/postAudio/index.jsx +28 -0
  1048. package/src/pages/tj/postAudio/list/blackWhite/company/list/contants.js +80 -0
  1049. package/src/pages/tj/postAudio/list/blackWhite/company/list/index.jsx +232 -0
  1050. package/src/pages/tj/postAudio/list/blackWhite/company/listContent/index.jsx +27 -0
  1051. package/src/pages/tj/postAudio/list/blackWhite/company/listContentOpLog/index.jsx +24 -0
  1052. package/src/pages/tj/postAudio/list/blackWhite/company/listOpLog/index.jsx +113 -0
  1053. package/src/pages/tj/postAudio/list/blackWhite/company/listRepetition/index.jsx +19 -0
  1054. package/src/pages/tj/postAudio/list/blackWhite/custom/list/contants.js +66 -0
  1055. package/src/pages/tj/postAudio/list/blackWhite/custom/list/index.jsx +221 -0
  1056. package/src/pages/tj/postAudio/list/blackWhite/custom/listContent/index.jsx +27 -0
  1057. package/src/pages/tj/postAudio/list/blackWhite/custom/listContentOpLog/index.jsx +22 -0
  1058. package/src/pages/tj/postAudio/list/blackWhite/custom/listOpLog/index.jsx +112 -0
  1059. package/src/pages/tj/postAudio/list/blackWhite/custom/listRepetition/index.jsx +19 -0
  1060. package/src/pages/tj/postAudio/list/blackWhite/global/list/contants.js +73 -0
  1061. package/src/pages/tj/postAudio/list/blackWhite/global/list/index.jsx +147 -0
  1062. package/src/pages/tj/postAudio/list/blackWhite/global/listContent/index.jsx +27 -0
  1063. package/src/pages/tj/postAudio/list/blackWhite/global/listContentOpLog/index.jsx +22 -0
  1064. package/src/pages/tj/postAudio/list/blackWhite/global/listOpLog/index.jsx +113 -0
  1065. package/src/pages/tj/postAudio/list/blackWhite/listSearch/index.jsx +19 -0
  1066. package/src/pages/tj/postAudio/list/text/black/listContent/index.jsx +27 -0
  1067. package/src/pages/tj/postAudio/list/text/black/listContentOpLog/index.jsx +26 -0
  1068. package/src/pages/tj/postAudio/list/text/black/listRepetition/index.jsx +16 -0
  1069. package/src/pages/tj/postAudio/list/text/company/list/contants.js +101 -0
  1070. package/src/pages/tj/postAudio/list/text/company/list/index.jsx +411 -0
  1071. package/src/pages/tj/postAudio/list/text/company/listContent/index.jsx +26 -0
  1072. package/src/pages/tj/postAudio/list/text/company/listContent/listRepetition/index.jsx +16 -0
  1073. package/src/pages/tj/postAudio/list/text/company/listContentOpLog/index.jsx +24 -0
  1074. package/src/pages/tj/postAudio/list/text/company/listOpLog/index.jsx +119 -0
  1075. package/src/pages/tj/postAudio/list/text/company/listRepetition/index.jsx +16 -0
  1076. package/src/pages/tj/postAudio/list/text/custom/list/contants.js +87 -0
  1077. package/src/pages/tj/postAudio/list/text/custom/list/index.jsx +322 -0
  1078. package/src/pages/tj/postAudio/list/text/custom/listContent/index.jsx +28 -0
  1079. package/src/pages/tj/postAudio/list/text/custom/listContent/listRepetition/index.jsx +16 -0
  1080. package/src/pages/tj/postAudio/list/text/custom/listContentOpLog/index.jsx +24 -0
  1081. package/src/pages/tj/postAudio/list/text/custom/listOpLog/index.jsx +111 -0
  1082. package/src/pages/tj/postAudio/list/text/custom/listRepetition/index.jsx +16 -0
  1083. package/src/pages/tj/postAudio/list/text/global/list/contants.js +94 -0
  1084. package/src/pages/tj/postAudio/list/text/global/list/index.jsx +290 -0
  1085. package/src/pages/tj/postAudio/list/text/global/listContent/index.jsx +28 -0
  1086. package/src/pages/tj/postAudio/list/text/global/listContentOpLog/index.jsx +24 -0
  1087. package/src/pages/tj/postAudio/list/text/global/listOpLog/index.jsx +108 -0
  1088. package/src/pages/tj/postAudio/list/text/listSearch/index.jsx +19 -0
  1089. package/src/pages/tj/postAudio/rank/audioSensitiveWord/index.jsx +18 -0
  1090. package/src/pages/tj/postAudio/trend/audioClips/index.jsx +57 -0
  1091. package/src/pages/tj/postAudio/trend/postAudio/index.jsx +8 -0
  1092. package/src/pages/tj/postImg/errorCorrection/list/index.jsx +35 -0
  1093. package/src/pages/tj/postImg/errorCorrection/list/index.less +0 -0
  1094. package/src/pages/tj/postImg/errorCorrection/missReason/index.jsx +26 -0
  1095. package/src/pages/tj/postImg/errorCorrection/trend/index.jsx +19 -0
  1096. package/src/pages/tj/postImg/history/constants.js +112 -0
  1097. package/src/pages/tj/postImg/history/postImg/buildHistoryTaskDetail.js +129 -0
  1098. package/src/pages/tj/postImg/history/postImg/index.jsx +190 -0
  1099. package/src/pages/tj/postImg/list/blackWhite/company/list/contants.js +90 -0
  1100. package/src/pages/tj/postImg/list/blackWhite/company/list/index.jsx +233 -0
  1101. package/src/pages/tj/postImg/list/blackWhite/company/listContent/index.jsx +19 -0
  1102. package/src/pages/tj/postImg/list/blackWhite/company/listContentOpLog/index.jsx +17 -0
  1103. package/src/pages/tj/postImg/list/blackWhite/company/listOpLog/index.jsx +100 -0
  1104. package/src/pages/tj/postImg/list/blackWhite/company/listRepetition/index.jsx +17 -0
  1105. package/src/pages/tj/postImg/list/blackWhite/custom/list/contants.js +66 -0
  1106. package/src/pages/tj/postImg/list/blackWhite/custom/list/index.jsx +217 -0
  1107. package/src/pages/tj/postImg/list/blackWhite/custom/listContent/index.jsx +25 -0
  1108. package/src/pages/tj/postImg/list/blackWhite/custom/listContentOpLog/index.jsx +21 -0
  1109. package/src/pages/tj/postImg/list/blackWhite/custom/listOpLog/index.jsx +99 -0
  1110. package/src/pages/tj/postImg/list/blackWhite/custom/listRepetition/index.jsx +17 -0
  1111. package/src/pages/tj/postImg/list/blackWhite/global/list/contants.js +73 -0
  1112. package/src/pages/tj/postImg/list/blackWhite/global/list/index.jsx +147 -0
  1113. package/src/pages/tj/postImg/list/blackWhite/global/listContent/index.jsx +26 -0
  1114. package/src/pages/tj/postImg/list/blackWhite/global/listContentOpLog/index.jsx +21 -0
  1115. package/src/pages/tj/postImg/list/blackWhite/global/listOpLog/index.jsx +100 -0
  1116. package/src/pages/tj/postImg/list/blackWhite/listSearch/index.jsx +19 -0
  1117. package/src/pages/tj/postImg/list/components/DatePickerV2/index.less +0 -0
  1118. package/src/pages/tj/postImg/list/components/DatePickerV2/index.tsx +34 -0
  1119. package/src/pages/tj/postImg/list/components/ExportDom/index.less +6 -0
  1120. package/src/pages/tj/postImg/list/components/ExportDom/index.tsx +63 -0
  1121. package/src/pages/tj/postImg/list/components/LabelSearchV2/index.less +0 -0
  1122. package/src/pages/tj/postImg/list/components/LabelSearchV2/index.tsx +84 -0
  1123. package/src/pages/tj/postImg/list/components/SearchFormV2/getFormItems.tsx +121 -0
  1124. package/src/pages/tj/postImg/list/components/SearchFormV2/index.less +91 -0
  1125. package/src/pages/tj/postImg/list/components/SearchFormV2/index.tsx +73 -0
  1126. package/src/pages/tj/postImg/list/formatAppIdOrChannelRender.js +52 -0
  1127. package/src/pages/tj/postImg/list/formatSubmitParams.js +32 -0
  1128. package/src/pages/tj/postImg/list/laboratory/blackImgSimilar/detail/components/BreadCrumbSimilar/index.less +4 -0
  1129. package/src/pages/tj/postImg/list/laboratory/blackImgSimilar/detail/components/BreadCrumbSimilar/index.tsx +57 -0
  1130. package/src/pages/tj/postImg/list/laboratory/blackImgSimilar/detail/components/SimilarImage/index.less +30 -0
  1131. package/src/pages/tj/postImg/list/laboratory/blackImgSimilar/detail/components/SimilarImage/index.tsx +135 -0
  1132. package/src/pages/tj/postImg/list/laboratory/blackImgSimilar/detail/getSearchFormConfig.ts +71 -0
  1133. package/src/pages/tj/postImg/list/laboratory/blackImgSimilar/detail/index.less +24 -0
  1134. package/src/pages/tj/postImg/list/laboratory/blackImgSimilar/detail/index.tsx +151 -0
  1135. package/src/pages/tj/postImg/list/laboratory/blackImgSimilar/list/formatSubmitParams.ts +18 -0
  1136. package/src/pages/tj/postImg/list/laboratory/blackImgSimilar/list/getLabColumns.tsx +135 -0
  1137. package/src/pages/tj/postImg/list/laboratory/blackImgSimilar/list/getSearchFormConfig.ts +81 -0
  1138. package/src/pages/tj/postImg/list/laboratory/blackImgSimilar/list/index.less +63 -0
  1139. package/src/pages/tj/postImg/list/laboratory/blackImgSimilar/list/index.tsx +271 -0
  1140. package/src/pages/tj/postImg/list/laboratory/formatQueryParams.ts +5 -0
  1141. package/src/pages/tj/postImg/list/laboratory/hooks/useMdLab.ts +67 -0
  1142. package/src/pages/tj/postImg/list/laboratory/hooks/useMdLabHit.ts +39 -0
  1143. package/src/pages/tj/postImg/list/laboratory/type.d.ts +23 -0
  1144. package/src/pages/tj/postImg/list/laboratory/whiteImgSimilar/detail/index.tsx +9 -0
  1145. package/src/pages/tj/postImg/list/laboratory/whiteImgSimilar/index.tsx +9 -0
  1146. package/src/pages/tj/postImg/list/laboratory/whiteImgSimilar/list/index.tsx +9 -0
  1147. package/src/pages/tj/postImg/list/postImg/ImgSimilar/List/components/ListUpdateForm/index.tsx +92 -0
  1148. package/src/pages/tj/postImg/list/postImg/ImgSimilar/List/getImgListColumns.tsx +173 -0
  1149. package/src/pages/tj/postImg/list/postImg/ImgSimilar/List/getSearchFormConfig.ts +49 -0
  1150. package/src/pages/tj/postImg/list/postImg/ImgSimilar/List/hooks/useImgSimilarList.tsx +142 -0
  1151. package/src/pages/tj/postImg/list/postImg/ImgSimilar/List/index.less +25 -0
  1152. package/src/pages/tj/postImg/list/postImg/ImgSimilar/List/index.tsx +237 -0
  1153. package/src/pages/tj/postImg/list/postImg/ImgSimilar/ListContent/components/BatchForm/BatchUpload.tsx +49 -0
  1154. package/src/pages/tj/postImg/list/postImg/ImgSimilar/ListContent/components/BatchForm/index.less +11 -0
  1155. package/src/pages/tj/postImg/list/postImg/ImgSimilar/ListContent/components/BatchForm/index.tsx +113 -0
  1156. package/src/pages/tj/postImg/list/postImg/ImgSimilar/ListContent/components/CreateForm/index.less +0 -0
  1157. package/src/pages/tj/postImg/list/postImg/ImgSimilar/ListContent/components/CreateForm/index.tsx +72 -0
  1158. package/src/pages/tj/postImg/list/postImg/ImgSimilar/ListContent/getImgListColumns.tsx +72 -0
  1159. package/src/pages/tj/postImg/list/postImg/ImgSimilar/ListContent/getSearchFormConfig.ts +41 -0
  1160. package/src/pages/tj/postImg/list/postImg/ImgSimilar/ListContent/getSelectionExtraDom.tsx +34 -0
  1161. package/src/pages/tj/postImg/list/postImg/ImgSimilar/ListContent/hooks/useImgSimilarListContent.tsx +118 -0
  1162. package/src/pages/tj/postImg/list/postImg/ImgSimilar/ListContent/index.less +74 -0
  1163. package/src/pages/tj/postImg/list/postImg/ImgSimilar/ListContent/index.tsx +301 -0
  1164. package/src/pages/tj/postImg/list/postImg/ImgSimilar/ListContentRecord/getImgListColumns.tsx +80 -0
  1165. package/src/pages/tj/postImg/list/postImg/ImgSimilar/ListContentRecord/getSearchFormConfig.ts +69 -0
  1166. package/src/pages/tj/postImg/list/postImg/ImgSimilar/ListContentRecord/hooks/useSimilarListRecord.ts +41 -0
  1167. package/src/pages/tj/postImg/list/postImg/ImgSimilar/ListContentRecord/index.less +20 -0
  1168. package/src/pages/tj/postImg/list/postImg/ImgSimilar/ListContentRecord/index.tsx +145 -0
  1169. package/src/pages/tj/postImg/list/postImg/ImgSimilar/ListCreate/index.less +15 -0
  1170. package/src/pages/tj/postImg/list/postImg/ImgSimilar/ListCreate/index.tsx +172 -0
  1171. package/src/pages/tj/postImg/list/postImg/ImgSimilar/ListRecord/getImgListColumns.tsx +68 -0
  1172. package/src/pages/tj/postImg/list/postImg/ImgSimilar/ListRecord/getSearchFormConfig.ts +87 -0
  1173. package/src/pages/tj/postImg/list/postImg/ImgSimilar/ListRecord/hooks/useSimilarListRecord.ts +41 -0
  1174. package/src/pages/tj/postImg/list/postImg/ImgSimilar/ListRecord/index.less +19 -0
  1175. package/src/pages/tj/postImg/list/postImg/ImgSimilar/ListRecord/index.tsx +158 -0
  1176. package/src/pages/tj/postImg/list/postImg/ImgSimilar/components/ImgSimilarForm/index.tsx +120 -0
  1177. package/src/pages/tj/postImg/list/postImg/ImgSimilar/components/MultiSelect/index.less +0 -0
  1178. package/src/pages/tj/postImg/list/postImg/ImgSimilar/components/MultiSelect/index.tsx +118 -0
  1179. package/src/pages/tj/postImg/list/postImg/ImgSimilar/components/SimilarUpload/checkImageExist.ts +36 -0
  1180. package/src/pages/tj/postImg/list/postImg/ImgSimilar/components/SimilarUpload/constants.ts +25 -0
  1181. package/src/pages/tj/postImg/list/postImg/ImgSimilar/components/SimilarUpload/getBase64.ts +9 -0
  1182. package/src/pages/tj/postImg/list/postImg/ImgSimilar/components/SimilarUpload/icon-add.png +0 -0
  1183. package/src/pages/tj/postImg/list/postImg/ImgSimilar/components/SimilarUpload/index.less +306 -0
  1184. package/src/pages/tj/postImg/list/postImg/ImgSimilar/components/SimilarUpload/index.tsx +238 -0
  1185. package/src/pages/tj/postImg/list/postImg/ImgSimilar/components/SimilarUpload/uploadIcon.svg +14 -0
  1186. package/src/pages/tj/postImg/list/postImg/ImgSimilar/components/SingleSelect/index.less +0 -0
  1187. package/src/pages/tj/postImg/list/postImg/ImgSimilar/components/SingleSelect/index.tsx +28 -0
  1188. package/src/pages/tj/postImg/list/postImg/ImgSimilar/constants.js +29 -0
  1189. package/src/pages/tj/postImg/list/postImg/ImgSimilar/index.tsx +40 -0
  1190. package/src/pages/tj/postImg/list/postImg/black/listContent/index.jsx +24 -0
  1191. package/src/pages/tj/postImg/list/postImg/black/listContentOpLog/index.jsx +23 -0
  1192. package/src/pages/tj/postImg/list/postImg/company/list/contants.js +94 -0
  1193. package/src/pages/tj/postImg/list/postImg/company/list/index.jsx +254 -0
  1194. package/src/pages/tj/postImg/list/postImg/company/listContent/index.jsx +29 -0
  1195. package/src/pages/tj/postImg/list/postImg/company/listContentOpLog/index.jsx +28 -0
  1196. package/src/pages/tj/postImg/list/postImg/company/listOpLog/index.jsx +86 -0
  1197. package/src/pages/tj/postImg/list/postImg/company/listRepetition/index.jsx +17 -0
  1198. package/src/pages/tj/postImg/list/postImg/custom/list/contants.js +73 -0
  1199. package/src/pages/tj/postImg/list/postImg/custom/list/index.jsx +247 -0
  1200. package/src/pages/tj/postImg/list/postImg/custom/listContent/index.jsx +34 -0
  1201. package/src/pages/tj/postImg/list/postImg/custom/listContentOpLog/index.jsx +27 -0
  1202. package/src/pages/tj/postImg/list/postImg/custom/listOpLog/index.jsx +86 -0
  1203. package/src/pages/tj/postImg/list/postImg/custom/listRepetition/index.jsx +17 -0
  1204. package/src/pages/tj/postImg/list/postImg/global/list/contants.js +87 -0
  1205. package/src/pages/tj/postImg/list/postImg/global/list/index.jsx +196 -0
  1206. package/src/pages/tj/postImg/list/postImg/global/listContent/index.jsx +27 -0
  1207. package/src/pages/tj/postImg/list/postImg/global/listContentOpLog/index.jsx +24 -0
  1208. package/src/pages/tj/postImg/list/postImg/global/listOpLog/index.jsx +82 -0
  1209. package/src/pages/tj/postImg/list/postImg/listSearch/index.jsx +20 -0
  1210. package/src/pages/tj/postImg/list/postImg/similarBlack/listContent/index.jsx +27 -0
  1211. package/src/pages/tj/postImg/list/postImg/similarBlack/listContentOpLog/index.jsx +24 -0
  1212. package/src/pages/tj/postImg/list/postImg/tabContentLayoutImage/index.jsx +64 -0
  1213. package/src/pages/tj/postImg/list/text/black/listContent/index.jsx +24 -0
  1214. package/src/pages/tj/postImg/list/text/black/listContentOpLog/index.jsx +22 -0
  1215. package/src/pages/tj/postImg/list/text/black/listRepetition/index.jsx +15 -0
  1216. package/src/pages/tj/postImg/list/text/company/list/contants.js +101 -0
  1217. package/src/pages/tj/postImg/list/text/company/list/index.jsx +368 -0
  1218. package/src/pages/tj/postImg/list/text/company/listContent/index.jsx +24 -0
  1219. package/src/pages/tj/postImg/list/text/company/listContent/listRepetition/index.jsx +15 -0
  1220. package/src/pages/tj/postImg/list/text/company/listContentOpLog/index.jsx +23 -0
  1221. package/src/pages/tj/postImg/list/text/company/listOpLog/index.jsx +109 -0
  1222. package/src/pages/tj/postImg/list/text/company/listRepetition/index.jsx +15 -0
  1223. package/src/pages/tj/postImg/list/text/custom/list/contants.js +87 -0
  1224. package/src/pages/tj/postImg/list/text/custom/list/index.jsx +318 -0
  1225. package/src/pages/tj/postImg/list/text/custom/listContent/index.jsx +32 -0
  1226. package/src/pages/tj/postImg/list/text/custom/listContent/listRepetition/index.jsx +15 -0
  1227. package/src/pages/tj/postImg/list/text/custom/listContentOpLog/index.jsx +26 -0
  1228. package/src/pages/tj/postImg/list/text/custom/listOpLog/index.jsx +110 -0
  1229. package/src/pages/tj/postImg/list/text/custom/listRepetition/index.jsx +15 -0
  1230. package/src/pages/tj/postImg/list/text/global/list/contants.js +94 -0
  1231. package/src/pages/tj/postImg/list/text/global/list/index.jsx +289 -0
  1232. package/src/pages/tj/postImg/list/text/global/listContent/index.jsx +26 -0
  1233. package/src/pages/tj/postImg/list/text/global/listContentOpLog/index.jsx +23 -0
  1234. package/src/pages/tj/postImg/list/text/global/listOpLog/index.jsx +99 -0
  1235. package/src/pages/tj/postImg/list/text/listSearch/index.jsx +19 -0
  1236. package/src/pages/tj/postImg/trend/postImg/index.jsx +50 -0
  1237. package/src/pages/tj/postVideo/errorCorrection/audioList/index.jsx +8 -0
  1238. package/src/pages/tj/postVideo/errorCorrection/audioMissReason/index.jsx +26 -0
  1239. package/src/pages/tj/postVideo/errorCorrection/constants.js +490 -0
  1240. package/src/pages/tj/postVideo/errorCorrection/imgList/index.jsx +8 -0
  1241. package/src/pages/tj/postVideo/errorCorrection/imgMissReason/index.jsx +26 -0
  1242. package/src/pages/tj/postVideo/errorCorrection/trend/index.jsx +19 -0
  1243. package/src/pages/tj/postVideo/history/audioClips/index.jsx +27 -0
  1244. package/src/pages/tj/postVideo/history/constants.js +590 -0
  1245. package/src/pages/tj/postVideo/history/imgClips/index.jsx +64 -0
  1246. package/src/pages/tj/postVideo/history/videoFile/index.jsx +25 -0
  1247. package/src/pages/tj/postVideo/list/audioBlackWhite/company/list/contants.js +80 -0
  1248. package/src/pages/tj/postVideo/list/audioBlackWhite/company/list/index.jsx +228 -0
  1249. package/src/pages/tj/postVideo/list/audioBlackWhite/company/listContent/index.jsx +25 -0
  1250. package/src/pages/tj/postVideo/list/audioBlackWhite/company/listContentOpLog/index.jsx +23 -0
  1251. package/src/pages/tj/postVideo/list/audioBlackWhite/company/listOpLog/index.jsx +112 -0
  1252. package/src/pages/tj/postVideo/list/audioBlackWhite/company/listRepetition/index.jsx +17 -0
  1253. package/src/pages/tj/postVideo/list/audioBlackWhite/custom/list/contants.js +66 -0
  1254. package/src/pages/tj/postVideo/list/audioBlackWhite/custom/list/index.jsx +203 -0
  1255. package/src/pages/tj/postVideo/list/audioBlackWhite/custom/listContent/index.jsx +25 -0
  1256. package/src/pages/tj/postVideo/list/audioBlackWhite/custom/listContentOpLog/index.jsx +21 -0
  1257. package/src/pages/tj/postVideo/list/audioBlackWhite/custom/listOpLog/index.jsx +111 -0
  1258. package/src/pages/tj/postVideo/list/audioBlackWhite/custom/listRepetition/index.jsx +17 -0
  1259. package/src/pages/tj/postVideo/list/audioBlackWhite/global/list/contants.js +73 -0
  1260. package/src/pages/tj/postVideo/list/audioBlackWhite/global/list/index.jsx +148 -0
  1261. package/src/pages/tj/postVideo/list/audioBlackWhite/global/listContent/index.jsx +26 -0
  1262. package/src/pages/tj/postVideo/list/audioBlackWhite/global/listContentOpLog/index.jsx +21 -0
  1263. package/src/pages/tj/postVideo/list/audioBlackWhite/global/listOpLog/index.jsx +112 -0
  1264. package/src/pages/tj/postVideo/list/audioBlackWhite/listSearch/index.jsx +19 -0
  1265. package/src/pages/tj/postVideo/list/audioText/black/listContent/index.jsx +24 -0
  1266. package/src/pages/tj/postVideo/list/audioText/black/listContentOpLog/index.jsx +22 -0
  1267. package/src/pages/tj/postVideo/list/audioText/black/listRepetition/index.jsx +15 -0
  1268. package/src/pages/tj/postVideo/list/audioText/company/list/contants.js +101 -0
  1269. package/src/pages/tj/postVideo/list/audioText/company/list/index.jsx +397 -0
  1270. package/src/pages/tj/postVideo/list/audioText/company/listContent/index.jsx +24 -0
  1271. package/src/pages/tj/postVideo/list/audioText/company/listContent/listRepetition/index.jsx +15 -0
  1272. package/src/pages/tj/postVideo/list/audioText/company/listContentOpLog/index.jsx +23 -0
  1273. package/src/pages/tj/postVideo/list/audioText/company/listOpLog/index.jsx +118 -0
  1274. package/src/pages/tj/postVideo/list/audioText/company/listRepetition/index.jsx +15 -0
  1275. package/src/pages/tj/postVideo/list/audioText/custom/list/contants.js +87 -0
  1276. package/src/pages/tj/postVideo/list/audioText/custom/list/index.jsx +304 -0
  1277. package/src/pages/tj/postVideo/list/audioText/custom/listContent/index.jsx +24 -0
  1278. package/src/pages/tj/postVideo/list/audioText/custom/listContent/listRepetition/index.jsx +15 -0
  1279. package/src/pages/tj/postVideo/list/audioText/custom/listContentOpLog/index.jsx +23 -0
  1280. package/src/pages/tj/postVideo/list/audioText/custom/listOpLog/index.jsx +112 -0
  1281. package/src/pages/tj/postVideo/list/audioText/custom/listRepetition/index.jsx +15 -0
  1282. package/src/pages/tj/postVideo/list/audioText/global/list/contants.js +94 -0
  1283. package/src/pages/tj/postVideo/list/audioText/global/list/index.jsx +297 -0
  1284. package/src/pages/tj/postVideo/list/audioText/global/listContent/index.jsx +26 -0
  1285. package/src/pages/tj/postVideo/list/audioText/global/listContentOpLog/index.jsx +23 -0
  1286. package/src/pages/tj/postVideo/list/audioText/global/listOpLog/index.jsx +108 -0
  1287. package/src/pages/tj/postVideo/list/audioText/listSearch/index.jsx +19 -0
  1288. package/src/pages/tj/postVideo/list/imgBlackWhite/company/list/contants.js +80 -0
  1289. package/src/pages/tj/postVideo/list/imgBlackWhite/company/list/index.jsx +229 -0
  1290. package/src/pages/tj/postVideo/list/imgBlackWhite/company/listContent/index.jsx +25 -0
  1291. package/src/pages/tj/postVideo/list/imgBlackWhite/company/listContentOpLog/index.jsx +23 -0
  1292. package/src/pages/tj/postVideo/list/imgBlackWhite/company/listOpLog/index.jsx +100 -0
  1293. package/src/pages/tj/postVideo/list/imgBlackWhite/company/listRepetition/index.jsx +17 -0
  1294. package/src/pages/tj/postVideo/list/imgBlackWhite/custom/list/contants.js +66 -0
  1295. package/src/pages/tj/postVideo/list/imgBlackWhite/custom/list/index.jsx +217 -0
  1296. package/src/pages/tj/postVideo/list/imgBlackWhite/custom/listContent/index.jsx +25 -0
  1297. package/src/pages/tj/postVideo/list/imgBlackWhite/custom/listContentOpLog/index.jsx +21 -0
  1298. package/src/pages/tj/postVideo/list/imgBlackWhite/custom/listOpLog/index.jsx +99 -0
  1299. package/src/pages/tj/postVideo/list/imgBlackWhite/custom/listRepetition/index.jsx +17 -0
  1300. package/src/pages/tj/postVideo/list/imgBlackWhite/global/list/contants.js +73 -0
  1301. package/src/pages/tj/postVideo/list/imgBlackWhite/global/list/index.jsx +146 -0
  1302. package/src/pages/tj/postVideo/list/imgBlackWhite/global/listContent/index.jsx +26 -0
  1303. package/src/pages/tj/postVideo/list/imgBlackWhite/global/listContentOpLog/index.jsx +21 -0
  1304. package/src/pages/tj/postVideo/list/imgBlackWhite/global/listOpLog/index.jsx +100 -0
  1305. package/src/pages/tj/postVideo/list/imgBlackWhite/listSearch/index.jsx +19 -0
  1306. package/src/pages/tj/postVideo/list/imgText/black/listContent/index.jsx +24 -0
  1307. package/src/pages/tj/postVideo/list/imgText/black/listContentOpLog/index.jsx +22 -0
  1308. package/src/pages/tj/postVideo/list/imgText/black/listRepetition/index.jsx +15 -0
  1309. package/src/pages/tj/postVideo/list/imgText/company/list/contants.js +101 -0
  1310. package/src/pages/tj/postVideo/list/imgText/company/list/index.jsx +363 -0
  1311. package/src/pages/tj/postVideo/list/imgText/company/listContent/index.jsx +24 -0
  1312. package/src/pages/tj/postVideo/list/imgText/company/listContent/listRepetition/index.jsx +15 -0
  1313. package/src/pages/tj/postVideo/list/imgText/company/listContentOpLog/index.jsx +23 -0
  1314. package/src/pages/tj/postVideo/list/imgText/company/listOpLog/index.jsx +110 -0
  1315. package/src/pages/tj/postVideo/list/imgText/company/listRepetition/index.jsx +15 -0
  1316. package/src/pages/tj/postVideo/list/imgText/custom/list/contants.js +87 -0
  1317. package/src/pages/tj/postVideo/list/imgText/custom/list/index.jsx +310 -0
  1318. package/src/pages/tj/postVideo/list/imgText/custom/listContent/index.jsx +24 -0
  1319. package/src/pages/tj/postVideo/list/imgText/custom/listContent/listRepetition/index.jsx +15 -0
  1320. package/src/pages/tj/postVideo/list/imgText/custom/listContentOpLog/index.jsx +23 -0
  1321. package/src/pages/tj/postVideo/list/imgText/custom/listOpLog/index.jsx +104 -0
  1322. package/src/pages/tj/postVideo/list/imgText/custom/listRepetition/index.jsx +15 -0
  1323. package/src/pages/tj/postVideo/list/imgText/global/list/contants.js +94 -0
  1324. package/src/pages/tj/postVideo/list/imgText/global/list/index.jsx +293 -0
  1325. package/src/pages/tj/postVideo/list/imgText/global/listContent/index.jsx +26 -0
  1326. package/src/pages/tj/postVideo/list/imgText/global/listContentOpLog/index.jsx +23 -0
  1327. package/src/pages/tj/postVideo/list/imgText/global/listOpLog/index.jsx +100 -0
  1328. package/src/pages/tj/postVideo/list/imgText/listSearch/index.jsx +19 -0
  1329. package/src/pages/tj/postVideo/list/postImg/black/listContent/index.jsx +24 -0
  1330. package/src/pages/tj/postVideo/list/postImg/black/listContentOpLog/index.jsx +23 -0
  1331. package/src/pages/tj/postVideo/list/postImg/company/list/contants.js +94 -0
  1332. package/src/pages/tj/postVideo/list/postImg/company/list/index.jsx +245 -0
  1333. package/src/pages/tj/postVideo/list/postImg/company/listContent/index.jsx +26 -0
  1334. package/src/pages/tj/postVideo/list/postImg/company/listContentOpLog/index.jsx +26 -0
  1335. package/src/pages/tj/postVideo/list/postImg/company/listOpLog/index.jsx +84 -0
  1336. package/src/pages/tj/postVideo/list/postImg/company/listRepetition/index.jsx +17 -0
  1337. package/src/pages/tj/postVideo/list/postImg/custom/list/contants.js +73 -0
  1338. package/src/pages/tj/postVideo/list/postImg/custom/list/index.jsx +233 -0
  1339. package/src/pages/tj/postVideo/list/postImg/custom/listContent/index.jsx +27 -0
  1340. package/src/pages/tj/postVideo/list/postImg/custom/listContentOpLog/index.jsx +24 -0
  1341. package/src/pages/tj/postVideo/list/postImg/custom/listOpLog/index.jsx +80 -0
  1342. package/src/pages/tj/postVideo/list/postImg/custom/listRepetition/index.jsx +17 -0
  1343. package/src/pages/tj/postVideo/list/postImg/global/list/contants.js +87 -0
  1344. package/src/pages/tj/postVideo/list/postImg/global/list/index.jsx +196 -0
  1345. package/src/pages/tj/postVideo/list/postImg/global/listContent/index.jsx +27 -0
  1346. package/src/pages/tj/postVideo/list/postImg/global/listContentOpLog/index.jsx +24 -0
  1347. package/src/pages/tj/postVideo/list/postImg/global/listOpLog/index.jsx +82 -0
  1348. package/src/pages/tj/postVideo/list/postImg/listSearch/index.jsx +21 -0
  1349. package/src/pages/tj/postVideo/rank/audioSensitiveWord/index.jsx +18 -0
  1350. package/src/pages/tj/postVideo/rank/imgSensitiveWord/index.jsx +18 -0
  1351. package/src/pages/tj/postVideo/trend/audioClips/index.jsx +50 -0
  1352. package/src/pages/tj/postVideo/trend/imgClips/index.jsx +50 -0
  1353. package/src/pages/tj/postVideo/trend/videoFile/index.jsx +50 -0
  1354. package/src/pages/tj/risk/account/index.jsx +18 -0
  1355. package/src/pages/tj/sensitive/list/contants.js +24 -0
  1356. package/src/pages/tj/sensitive/list/index.jsx +20 -0
  1357. package/src/pages/tj/sensitive/listContent/index.jsx +29 -0
  1358. package/src/pages/tj/sensitive/listContent/listRepetition/index.jsx +17 -0
  1359. package/src/pages/tj/sensitive/listContentOpLog/index.jsx +26 -0
  1360. package/src/pages/tj/sensitive/listOpLog/index.jsx +121 -0
  1361. package/src/pages/tj/text/check/batch/index.jsx +24 -0
  1362. package/src/pages/tj/text/check/constants.js +1696 -0
  1363. package/src/pages/tj/text/check/item/index.jsx +26 -0
  1364. package/src/pages/tj/text/errorCorrection/list/index.jsx +52 -0
  1365. package/src/pages/tj/text/errorCorrection/missReason/index.jsx +26 -0
  1366. package/src/pages/tj/text/errorCorrection/trend/index.jsx +19 -0
  1367. package/src/pages/tj/text/history/constants.js +535 -0
  1368. package/src/pages/tj/text/history/text/buildHistoryTaskDetail.js +134 -0
  1369. package/src/pages/tj/text/history/text/index.jsx +526 -0
  1370. package/src/pages/tj/text/list/blackWhite/company/list/contants.js +98 -0
  1371. package/src/pages/tj/text/list/blackWhite/company/list/index.jsx +230 -0
  1372. package/src/pages/tj/text/list/blackWhite/company/listContent/index.jsx +25 -0
  1373. package/src/pages/tj/text/list/blackWhite/company/listContent/listRepetition/index.jsx +15 -0
  1374. package/src/pages/tj/text/list/blackWhite/company/listContentOpLog/index.jsx +24 -0
  1375. package/src/pages/tj/text/list/blackWhite/company/listOpLog/index.jsx +120 -0
  1376. package/src/pages/tj/text/list/blackWhite/company/listRepetition/index.jsx +19 -0
  1377. package/src/pages/tj/text/list/blackWhite/custom/list/contants.js +82 -0
  1378. package/src/pages/tj/text/list/blackWhite/custom/list/index.jsx +219 -0
  1379. package/src/pages/tj/text/list/blackWhite/custom/listContent/index.jsx +25 -0
  1380. package/src/pages/tj/text/list/blackWhite/custom/listContentOpLog/index.jsx +22 -0
  1381. package/src/pages/tj/text/list/blackWhite/custom/listOpLog/index.jsx +117 -0
  1382. package/src/pages/tj/text/list/blackWhite/custom/listRepetition/index.jsx +19 -0
  1383. package/src/pages/tj/text/list/blackWhite/global/list/contants.js +73 -0
  1384. package/src/pages/tj/text/list/blackWhite/global/list/index.jsx +145 -0
  1385. package/src/pages/tj/text/list/blackWhite/global/listContent/index.jsx +26 -0
  1386. package/src/pages/tj/text/list/blackWhite/global/listContentOpLog/index.jsx +22 -0
  1387. package/src/pages/tj/text/list/blackWhite/global/listOpLog/index.jsx +113 -0
  1388. package/src/pages/tj/text/list/blackWhite/listSearch/index.jsx +19 -0
  1389. package/src/pages/tj/text/list/text/black/listContent/index.jsx +25 -0
  1390. package/src/pages/tj/text/list/text/black/listContentOpLog/index.jsx +26 -0
  1391. package/src/pages/tj/text/list/text/black/listRepetition/index.jsx +16 -0
  1392. package/src/pages/tj/text/list/text/company/list/contants.js +114 -0
  1393. package/src/pages/tj/text/list/text/company/list/index.jsx +422 -0
  1394. package/src/pages/tj/text/list/text/company/listContent/index.jsx +32 -0
  1395. package/src/pages/tj/text/list/text/company/listContent/listRepetition/index.jsx +16 -0
  1396. package/src/pages/tj/text/list/text/company/listContentOpLog/index.jsx +29 -0
  1397. package/src/pages/tj/text/list/text/company/listOpLog/index.jsx +129 -0
  1398. package/src/pages/tj/text/list/text/company/listRepetition/index.jsx +17 -0
  1399. package/src/pages/tj/text/list/text/custom/list/contants.js +743 -0
  1400. package/src/pages/tj/text/list/text/custom/list/index.jsx +36 -0
  1401. package/src/pages/tj/text/list/text/custom/listContent/index.jsx +36 -0
  1402. package/src/pages/tj/text/list/text/custom/listContent/listRepetition/index.jsx +15 -0
  1403. package/src/pages/tj/text/list/text/custom/listContentOpLog/index.jsx +27 -0
  1404. package/src/pages/tj/text/list/text/custom/listOpLog/index.jsx +124 -0
  1405. package/src/pages/tj/text/list/text/custom/listRepetition/index.jsx +15 -0
  1406. package/src/pages/tj/text/list/text/global/list/contants.js +94 -0
  1407. package/src/pages/tj/text/list/text/global/list/index.jsx +326 -0
  1408. package/src/pages/tj/text/list/text/global/listContent/index.jsx +27 -0
  1409. package/src/pages/tj/text/list/text/global/listContentOpLog/index.jsx +24 -0
  1410. package/src/pages/tj/text/list/text/global/listOpLog/index.jsx +111 -0
  1411. package/src/pages/tj/text/list/text/lab/contants.js +346 -0
  1412. package/src/pages/tj/text/list/text/lab/hooks/useHitListExport.js +38 -0
  1413. package/src/pages/tj/text/list/text/lab/index.jsx +479 -0
  1414. package/src/pages/tj/text/list/text/lab/index.less +29 -0
  1415. package/src/pages/tj/text/list/text/lab/viewHit/index.jsx +231 -0
  1416. package/src/pages/tj/text/list/text/lab/viewHit/index.less +43 -0
  1417. package/src/pages/tj/text/list/text/listSearch/index.jsx +19 -0
  1418. package/src/pages/tj/text/rank/constants.js +10 -0
  1419. package/src/pages/tj/text/rank/index.js +36 -0
  1420. package/src/pages/tj/text/trend/text/index.jsx +8 -0
  1421. package/src/pages/tj/videoStream/errorCorrection/audioList/index.jsx +8 -0
  1422. package/src/pages/tj/videoStream/errorCorrection/audioMissReason/index.jsx +26 -0
  1423. package/src/pages/tj/videoStream/errorCorrection/imgList/index.jsx +8 -0
  1424. package/src/pages/tj/videoStream/errorCorrection/imgMissReason/index.jsx +26 -0
  1425. package/src/pages/tj/videoStream/errorCorrection/trend/index.jsx +19 -0
  1426. package/src/pages/tj/videoStream/history/audioClips/index.jsx +160 -0
  1427. package/src/pages/tj/videoStream/history/constants.js +394 -0
  1428. package/src/pages/tj/videoStream/history/imgClips/index.jsx +58 -0
  1429. package/src/pages/tj/videoStream/history/videoStream/index.jsx +120 -0
  1430. package/src/pages/tj/videoStream/list/audioBlackWhite/company/list/contants.js +80 -0
  1431. package/src/pages/tj/videoStream/list/audioBlackWhite/company/list/index.jsx +217 -0
  1432. package/src/pages/tj/videoStream/list/audioBlackWhite/company/listContent/index.jsx +25 -0
  1433. package/src/pages/tj/videoStream/list/audioBlackWhite/company/listContentOpLog/index.jsx +23 -0
  1434. package/src/pages/tj/videoStream/list/audioBlackWhite/company/listOpLog/index.jsx +116 -0
  1435. package/src/pages/tj/videoStream/list/audioBlackWhite/company/listRepetition/index.jsx +19 -0
  1436. package/src/pages/tj/videoStream/list/audioBlackWhite/custom/list/contants.js +66 -0
  1437. package/src/pages/tj/videoStream/list/audioBlackWhite/custom/list/index.jsx +205 -0
  1438. package/src/pages/tj/videoStream/list/audioBlackWhite/custom/listContent/index.jsx +26 -0
  1439. package/src/pages/tj/videoStream/list/audioBlackWhite/custom/listContentOpLog/index.jsx +22 -0
  1440. package/src/pages/tj/videoStream/list/audioBlackWhite/custom/listOpLog/index.jsx +115 -0
  1441. package/src/pages/tj/videoStream/list/audioBlackWhite/custom/listRepetition/index.jsx +19 -0
  1442. package/src/pages/tj/videoStream/list/audioBlackWhite/global/list/contants.js +73 -0
  1443. package/src/pages/tj/videoStream/list/audioBlackWhite/global/list/index.jsx +149 -0
  1444. package/src/pages/tj/videoStream/list/audioBlackWhite/global/listContent/index.jsx +27 -0
  1445. package/src/pages/tj/videoStream/list/audioBlackWhite/global/listContentOpLog/index.jsx +22 -0
  1446. package/src/pages/tj/videoStream/list/audioBlackWhite/global/listOpLog/index.jsx +116 -0
  1447. package/src/pages/tj/videoStream/list/audioBlackWhite/listSearch/index.jsx +19 -0
  1448. package/src/pages/tj/videoStream/list/audioText/black/listContent/index.jsx +24 -0
  1449. package/src/pages/tj/videoStream/list/audioText/black/listContentOpLog/index.jsx +26 -0
  1450. package/src/pages/tj/videoStream/list/audioText/black/listRepetition/index.jsx +16 -0
  1451. package/src/pages/tj/videoStream/list/audioText/company/list/contants.js +94 -0
  1452. package/src/pages/tj/videoStream/list/audioText/company/list/index.jsx +395 -0
  1453. package/src/pages/tj/videoStream/list/audioText/company/listContent/index.jsx +25 -0
  1454. package/src/pages/tj/videoStream/list/audioText/company/listContent/listRepetition/index.jsx +16 -0
  1455. package/src/pages/tj/videoStream/list/audioText/company/listContentOpLog/index.jsx +24 -0
  1456. package/src/pages/tj/videoStream/list/audioText/company/listOpLog/index.jsx +120 -0
  1457. package/src/pages/tj/videoStream/list/audioText/company/listRepetition/index.jsx +16 -0
  1458. package/src/pages/tj/videoStream/list/audioText/custom/list/contants.js +80 -0
  1459. package/src/pages/tj/videoStream/list/audioText/custom/list/index.jsx +312 -0
  1460. package/src/pages/tj/videoStream/list/audioText/custom/listContent/index.jsx +26 -0
  1461. package/src/pages/tj/videoStream/list/audioText/custom/listContent/listRepetition/index.jsx +17 -0
  1462. package/src/pages/tj/videoStream/list/audioText/custom/listContentOpLog/index.jsx +24 -0
  1463. package/src/pages/tj/videoStream/list/audioText/custom/listOpLog/index.jsx +114 -0
  1464. package/src/pages/tj/videoStream/list/audioText/custom/listRepetition/index.jsx +16 -0
  1465. package/src/pages/tj/videoStream/list/audioText/global/list/contants.js +87 -0
  1466. package/src/pages/tj/videoStream/list/audioText/global/list/index.jsx +306 -0
  1467. package/src/pages/tj/videoStream/list/audioText/global/listContent/index.jsx +27 -0
  1468. package/src/pages/tj/videoStream/list/audioText/global/listContentOpLog/index.jsx +24 -0
  1469. package/src/pages/tj/videoStream/list/audioText/global/listOpLog/index.jsx +110 -0
  1470. package/src/pages/tj/videoStream/list/audioText/listSearch/index.jsx +19 -0
  1471. package/src/pages/tj/videoStream/list/imgBlackWhite/company/list/contants.js +80 -0
  1472. package/src/pages/tj/videoStream/list/imgBlackWhite/company/list/index.jsx +231 -0
  1473. package/src/pages/tj/videoStream/list/imgBlackWhite/company/listContent/index.jsx +26 -0
  1474. package/src/pages/tj/videoStream/list/imgBlackWhite/company/listContentOpLog/index.jsx +24 -0
  1475. package/src/pages/tj/videoStream/list/imgBlackWhite/company/listOpLog/index.jsx +104 -0
  1476. package/src/pages/tj/videoStream/list/imgBlackWhite/company/listRepetition/index.jsx +19 -0
  1477. package/src/pages/tj/videoStream/list/imgBlackWhite/custom/list/contants.js +66 -0
  1478. package/src/pages/tj/videoStream/list/imgBlackWhite/custom/list/index.jsx +220 -0
  1479. package/src/pages/tj/videoStream/list/imgBlackWhite/custom/listContent/index.jsx +26 -0
  1480. package/src/pages/tj/videoStream/list/imgBlackWhite/custom/listContentOpLog/index.jsx +22 -0
  1481. package/src/pages/tj/videoStream/list/imgBlackWhite/custom/listOpLog/index.jsx +103 -0
  1482. package/src/pages/tj/videoStream/list/imgBlackWhite/custom/listRepetition/index.jsx +19 -0
  1483. package/src/pages/tj/videoStream/list/imgBlackWhite/global/list/contants.js +73 -0
  1484. package/src/pages/tj/videoStream/list/imgBlackWhite/global/list/index.jsx +149 -0
  1485. package/src/pages/tj/videoStream/list/imgBlackWhite/global/listContent/index.jsx +27 -0
  1486. package/src/pages/tj/videoStream/list/imgBlackWhite/global/listContentOpLog/index.jsx +22 -0
  1487. package/src/pages/tj/videoStream/list/imgBlackWhite/global/listOpLog/index.jsx +104 -0
  1488. package/src/pages/tj/videoStream/list/imgBlackWhite/listSearch/index.jsx +19 -0
  1489. package/src/pages/tj/videoStream/list/imgText/black/listContent/index.jsx +24 -0
  1490. package/src/pages/tj/videoStream/list/imgText/black/listContentOpLog/index.jsx +23 -0
  1491. package/src/pages/tj/videoStream/list/imgText/black/listRepetition/index.jsx +17 -0
  1492. package/src/pages/tj/videoStream/list/imgText/company/list/contants.js +94 -0
  1493. package/src/pages/tj/videoStream/list/imgText/company/list/index.jsx +357 -0
  1494. package/src/pages/tj/videoStream/list/imgText/company/listContent/index.jsx +25 -0
  1495. package/src/pages/tj/videoStream/list/imgText/company/listContent/listRepetition/index.jsx +17 -0
  1496. package/src/pages/tj/videoStream/list/imgText/company/listContentOpLog/index.jsx +24 -0
  1497. package/src/pages/tj/videoStream/list/imgText/company/listOpLog/index.jsx +112 -0
  1498. package/src/pages/tj/videoStream/list/imgText/company/listRepetition/index.jsx +17 -0
  1499. package/src/pages/tj/videoStream/list/imgText/custom/list/contants.js +80 -0
  1500. package/src/pages/tj/videoStream/list/imgText/custom/list/index.jsx +305 -0
  1501. package/src/pages/tj/videoStream/list/imgText/custom/listContent/index.jsx +26 -0
  1502. package/src/pages/tj/videoStream/list/imgText/custom/listContent/listRepetition/index.jsx +17 -0
  1503. package/src/pages/tj/videoStream/list/imgText/custom/listContentOpLog/index.jsx +24 -0
  1504. package/src/pages/tj/videoStream/list/imgText/custom/listOpLog/index.jsx +106 -0
  1505. package/src/pages/tj/videoStream/list/imgText/custom/listRepetition/index.jsx +17 -0
  1506. package/src/pages/tj/videoStream/list/imgText/global/list/contants.js +87 -0
  1507. package/src/pages/tj/videoStream/list/imgText/global/list/index.jsx +276 -0
  1508. package/src/pages/tj/videoStream/list/imgText/global/listContent/index.jsx +27 -0
  1509. package/src/pages/tj/videoStream/list/imgText/global/listContentOpLog/index.jsx +24 -0
  1510. package/src/pages/tj/videoStream/list/imgText/global/listOpLog/index.jsx +102 -0
  1511. package/src/pages/tj/videoStream/list/imgText/listSearch/index.jsx +19 -0
  1512. package/src/pages/tj/videoStream/list/postImg/black/listContent/index.jsx +24 -0
  1513. package/src/pages/tj/videoStream/list/postImg/black/listContentOpLog/index.jsx +24 -0
  1514. package/src/pages/tj/videoStream/list/postImg/company/list/contants.js +94 -0
  1515. package/src/pages/tj/videoStream/list/postImg/company/list/index.jsx +250 -0
  1516. package/src/pages/tj/videoStream/list/postImg/company/listContent/index.jsx +26 -0
  1517. package/src/pages/tj/videoStream/list/postImg/company/listContentOpLog/index.jsx +25 -0
  1518. package/src/pages/tj/videoStream/list/postImg/company/listOpLog/index.jsx +86 -0
  1519. package/src/pages/tj/videoStream/list/postImg/company/listRepetition/index.jsx +19 -0
  1520. package/src/pages/tj/videoStream/list/postImg/custom/list/contants.js +73 -0
  1521. package/src/pages/tj/videoStream/list/postImg/custom/list/index.jsx +249 -0
  1522. package/src/pages/tj/videoStream/list/postImg/custom/listContent/index.jsx +26 -0
  1523. package/src/pages/tj/videoStream/list/postImg/custom/listContentOpLog/index.jsx +25 -0
  1524. package/src/pages/tj/videoStream/list/postImg/custom/listOpLog/index.jsx +84 -0
  1525. package/src/pages/tj/videoStream/list/postImg/custom/listRepetition/index.jsx +19 -0
  1526. package/src/pages/tj/videoStream/list/postImg/global/list/contants.js +87 -0
  1527. package/src/pages/tj/videoStream/list/postImg/global/list/index.jsx +176 -0
  1528. package/src/pages/tj/videoStream/list/postImg/global/listContent/index.jsx +27 -0
  1529. package/src/pages/tj/videoStream/list/postImg/global/listContentOpLog/index.jsx +25 -0
  1530. package/src/pages/tj/videoStream/list/postImg/global/listOpLog/index.jsx +86 -0
  1531. package/src/pages/tj/videoStream/list/postImg/listSearch/index.jsx +21 -0
  1532. package/src/pages/tj/videoStream/rank/audioSensitiveWord/index.jsx +18 -0
  1533. package/src/pages/tj/videoStream/rank/imgSensitiveWord/index.jsx +18 -0
  1534. package/src/pages/tj/videoStream/trend/audioClips/index.jsx +50 -0
  1535. package/src/pages/tj/videoStream/trend/imgClips/index.jsx +49 -0
  1536. package/src/pages/tj/videoStream/trend/videoStream/index.jsx +76 -0
  1537. package/src/pages/tj/web/history/web/buildHistoryTaskDetail.js +240 -0
  1538. package/src/pages/tj/web/history/web/index.jsx +26 -0
  1539. package/src/pages/tj/web/list/web/company/list/contants.js +114 -0
  1540. package/src/pages/tj/web/list/web/company/list/index.jsx +400 -0
  1541. package/src/pages/tj/web/list/web/company/listContent/index.jsx +24 -0
  1542. package/src/pages/tj/web/list/web/company/listContent/listRepetition/index.jsx +16 -0
  1543. package/src/pages/tj/web/list/web/company/listContentOpLog/index.jsx +24 -0
  1544. package/src/pages/tj/web/list/web/company/listOpLog/index.jsx +126 -0
  1545. package/src/pages/tj/web/list/web/company/listRepetition/index.jsx +17 -0
  1546. package/src/pages/tj/web/trend/web/index.jsx +8 -0
  1547. package/src/pages/tw/activity/components/ActivityOverviewCard/index.jsx +109 -0
  1548. package/src/pages/tw/activity/components/ActivityOverviewCard/index.less +36 -0
  1549. package/src/pages/tw/activity/components/riskFilter.js +180 -0
  1550. package/src/pages/tw/activity/components/riskFilter.less +32 -0
  1551. package/src/pages/tw/activity/index.less +77 -0
  1552. package/src/pages/tw/activity/ranking/index.jsx +532 -0
  1553. package/src/pages/tw/activity/trend/index.jsx +296 -0
  1554. package/src/pages/tw/activity/user/index.jsx +112 -0
  1555. package/src/pages/tw/antiRobotSms/history/constants.js +299 -0
  1556. package/src/pages/tw/antiRobotSms/history/exportConfig.js +159 -0
  1557. package/src/pages/tw/antiRobotSms/history/index.jsx +303 -0
  1558. package/src/pages/tw/antiRobotSms/trend/index.jsx +13 -0
  1559. package/src/pages/tw/blackWhite/company/list/contants.js +80 -0
  1560. package/src/pages/tw/blackWhite/company/list/index.jsx +270 -0
  1561. package/src/pages/tw/blackWhite/company/listContent/index.jsx +25 -0
  1562. package/src/pages/tw/blackWhite/company/listContentOpLog/index.jsx +22 -0
  1563. package/src/pages/tw/blackWhite/company/listOpLog/index.jsx +119 -0
  1564. package/src/pages/tw/blackWhite/company/listRepetition/index.jsx +17 -0
  1565. package/src/pages/tw/blackWhite/constants.js +3 -0
  1566. package/src/pages/tw/blackWhite/custom/list/contants.js +82 -0
  1567. package/src/pages/tw/blackWhite/custom/list/index.jsx +260 -0
  1568. package/src/pages/tw/blackWhite/custom/listContent/index.jsx +19 -0
  1569. package/src/pages/tw/blackWhite/custom/listContentOpLog/index.jsx +15 -0
  1570. package/src/pages/tw/blackWhite/custom/listOpLog/index.jsx +117 -0
  1571. package/src/pages/tw/blackWhite/custom/listRepetition/index.jsx +17 -0
  1572. package/src/pages/tw/blackWhite/global/list/contants.js +82 -0
  1573. package/src/pages/tw/blackWhite/global/list/index.jsx +155 -0
  1574. package/src/pages/tw/blackWhite/global/listContent/index.jsx +20 -0
  1575. package/src/pages/tw/blackWhite/global/listContentOpLog/index.jsx +15 -0
  1576. package/src/pages/tw/blackWhite/global/listOpLog/index.jsx +118 -0
  1577. package/src/pages/tw/blackWhite/listSearch/index.jsx +19 -0
  1578. package/src/pages/tw/components/exportConfig.js +330 -0
  1579. package/src/pages/tw/constants.js +87 -0
  1580. package/src/pages/tw/event/dataUpload/index.jsx +405 -0
  1581. package/src/pages/tw/event/dataUpload/index.less +73 -0
  1582. package/src/pages/tw/event/disposal/constants.js +71 -0
  1583. package/src/pages/tw/event/disposal/getSearchForm.js +158 -0
  1584. package/src/pages/tw/event/disposal/getTableColumns.js +99 -0
  1585. package/src/pages/tw/event/disposal/index.jsx +86 -0
  1586. package/src/pages/tw/event/disposal/index.less +13 -0
  1587. package/src/pages/tw/event/history/constants.js +700 -0
  1588. package/src/pages/tw/event/history/exportConfig.js +170 -0
  1589. package/src/pages/tw/event/history/index.jsx +795 -0
  1590. package/src/pages/tw/event/occupyRate/index.jsx +53 -0
  1591. package/src/pages/tw/event/queryOrder/index.jsx +102 -0
  1592. package/src/pages/tw/event/trend/index.jsx +78 -0
  1593. package/src/pages/tw/login/history/constants.js +484 -0
  1594. package/src/pages/tw/login/history/exportConfig.js +158 -0
  1595. package/src/pages/tw/login/history/index.jsx +406 -0
  1596. package/src/pages/tw/login/trend/index.jsx +78 -0
  1597. package/src/pages/tw/marketing/history/constants.js +407 -0
  1598. package/src/pages/tw/marketing/history/exportConfig.js +159 -0
  1599. package/src/pages/tw/marketing/history/index.jsx +384 -0
  1600. package/src/pages/tw/marketing/trend/index.jsx +11 -0
  1601. package/src/pages/tw/register/history/constants.js +503 -0
  1602. package/src/pages/tw/register/history/exportConfig.js +158 -0
  1603. package/src/pages/tw/register/history/index.jsx +414 -0
  1604. package/src/pages/tw/register/trend/index.jsx +78 -0
  1605. package/src/pages/tw/risk/account/index.jsx +17 -0
  1606. package/src/pages/tw/riskQueryCenter/components/AccountPage.js +711 -0
  1607. package/src/pages/tw/riskQueryCenter/components/ColorLegend/index.js +25 -0
  1608. package/src/pages/tw/riskQueryCenter/components/ColorLegend/index.less +20 -0
  1609. package/src/pages/tw/riskQueryCenter/components/DeviceId.js +300 -0
  1610. package/src/pages/tw/riskQueryCenter/components/PhonePage.js +330 -0
  1611. package/src/pages/tw/riskQueryCenter/components/RiskFilter.js +411 -0
  1612. package/src/pages/tw/riskQueryCenter/components/detailDrawer.js +399 -0
  1613. package/src/pages/tw/riskQueryCenter/components/detailDrawer.less +101 -0
  1614. package/src/pages/tw/riskQueryCenter/components/index.less +316 -0
  1615. package/src/pages/tw/riskQueryCenter/components/riskFilter.less +27 -0
  1616. package/src/pages/tw/riskQueryCenter/configure.js +958 -0
  1617. package/src/pages/tw/riskQueryCenter/index.jsx +40 -0
  1618. package/src/pages/tw/riskQueryCenter/index.less +0 -0
  1619. package/src/pages/tw/strategy/components/StrategyNoPermission/index.jsx +20 -0
  1620. package/src/pages/tw/strategy/components/StrategyNoPermission/index.less +32 -0
  1621. package/src/pages/tw/strategy/experiment/components/ExperimentRuleTable/index.jsx +1219 -0
  1622. package/src/pages/tw/strategy/experiment/components/ExperimentRuleTable/index.less +40 -0
  1623. package/src/pages/tw/strategy/experiment/components/RuleDiffModal/index.jsx +149 -0
  1624. package/src/pages/tw/strategy/experiment/components/RuleEventModal/index.jsx +203 -0
  1625. package/src/pages/tw/strategy/experiment/components/RuleGroupCopyModal/index.jsx +132 -0
  1626. package/src/pages/tw/strategy/experiment/components/RuleOnlineModal/index.jsx +226 -0
  1627. package/src/pages/tw/strategy/experiment/index.jsx +545 -0
  1628. package/src/pages/tw/strategy/experiment/index.less +15 -0
  1629. package/src/pages/tw/strategy/experimentLog/components/CreateEvaluationTask/index.jsx +69 -0
  1630. package/src/pages/tw/strategy/experimentLog/components/CreateEvaluationTask/index.less +3 -0
  1631. package/src/pages/tw/strategy/experimentLog/components/LabStatistic/index.jsx +16 -0
  1632. package/src/pages/tw/strategy/experimentLog/components/LabStatistic/index.less +38 -0
  1633. package/src/pages/tw/strategy/experimentLog/index.jsx +944 -0
  1634. package/src/pages/tw/strategy/experimentLog/index.less +18 -0
  1635. package/src/pages/tw/strategy/hooks/useStrategyOpenStatus.js +64 -0
  1636. package/src/pages/tw/strategy/labRecord/index.jsx +136 -0
  1637. package/src/pages/tw/strategy/labRecord/index.less +8 -0
  1638. package/src/pages/tw/strategy/policy/index.jsx +14 -0
  1639. package/src/pages/tw/strategy/ruleLog/index.jsx +257 -0
  1640. package/src/pages/tw/strategy/ruleLog/index.less +16 -0
  1641. package/src/pages/twCaptcha/constants.js +158 -0
  1642. package/src/pages/twCaptcha/risk/history/index.jsx +57 -0
  1643. package/src/pages/twCaptcha/risk/trend/index.jsx +8 -0
  1644. package/src/pages/twCaptcha/secondCheck/history/index.jsx +189 -0
  1645. package/src/pages/twCaptcha/secondCheck/trend/index.jsx +8 -0
  1646. package/src/pages/twCertifiy/constants.js +118 -0
  1647. package/src/pages/twCertifiy/machine/history/index.jsx +52 -0
  1648. package/src/pages/twCertifiy/machine/trend/index.jsx +19 -0
  1649. package/src/pages/twCertifiy/oneKeyLogin/history/index.jsx +53 -0
  1650. package/src/pages/twCertifiy/oneKeyLogin/trend/index.jsx +34 -0
  1651. package/src/pages/twChannel/activeHistory/index.jsx +182 -0
  1652. package/src/pages/twChannel/constants.js +499 -0
  1653. package/src/pages/twChannel/retain/index.jsx +117 -0
  1654. package/src/pages/twChannel/risk/activate/index.jsx +46 -0
  1655. package/src/pages/twChannel/risk/channel/index.jsx +77 -0
  1656. package/src/pages/twChannel/risk/trend/index.jsx +8 -0
  1657. package/src/pages/tw_history_trend_ts_backup/hooks/useChannelEventList.ts +76 -0
  1658. package/src/pages/tw_history_trend_ts_backup/hooks/useDefaultRangeTimeData.ts +65 -0
  1659. package/src/pages/tw_history_trend_ts_backup/hooks/useDefaultServiceDataAndServiceIdMap.ts +66 -0
  1660. package/src/pages/tw_history_trend_ts_backup/hooks/useEventList.ts +65 -0
  1661. package/src/pages/tw_history_trend_ts_backup/hooks/useGlobalFilterListener.ts +169 -0
  1662. package/src/pages/tw_history_trend_ts_backup/hooks/useHistoryList.ts +116 -0
  1663. package/src/pages/tw_history_trend_ts_backup/hooks/useQueryParams.ts +178 -0
  1664. package/src/pages/tw_history_trend_ts_backup/hooks/useRiskLevelList.ts +103 -0
  1665. package/src/pages/tw_history_trend_ts_backup/hooks/useRiskReasonList.ts +57 -0
  1666. package/src/pages/tw_history_trend_ts_backup/hooks/useTableExtraDom.tsx +194 -0
  1667. package/src/pages/tw_history_trend_ts_backup/index.tsx +659 -0
  1668. package/src/pages/tw_history_trend_ts_backup/tableMethods/tableColumnRenders.tsx +119 -0
  1669. package/src/pages/tw_history_trend_ts_backup/tableMethods/tableExportData.ts +65 -0
  1670. package/src/pages/tw_history_trend_ts_backup/tableMethods/tableFormatColumn.ts +76 -0
  1671. package/src/pages/tw_history_trend_ts_backup/tableMethods/tableSaveColumns.ts +31 -0
  1672. package/src/pages/tw_history_trend_ts_backup/utils/getFormData.ts +64 -0
  1673. package/src/pages/tw_history_trend_ts_backup/utils/getSearchParams.ts +55 -0
  1674. package/src/pages/tw_history_trend_ts_backup/utils/hasFilterValue.ts +21 -0
  1675. package/src/pages/tw_history_trend_ts_backup/utils/setDefaultSearchParams.ts +96 -0
  1676. package/src/pages/tx/components/TxExport/index.jsx +70 -0
  1677. package/src/pages/tx/components/TxExport/index.less +0 -0
  1678. package/src/pages/tx/device/history/index.jsx +341 -0
  1679. package/src/pages/tx/device/history/index.less +11 -0
  1680. package/src/pages/tx/device/history/searchFormConfig.js +43 -0
  1681. package/src/pages/tx/device/history/tableConfig.js +107 -0
  1682. package/src/pages/tx/device/trend/index.jsx +204 -0
  1683. package/src/pages/tx/helper/formatHistoryParams.js +34 -0
  1684. package/src/pages/tx/helper/formatTrendParams.js +101 -0
  1685. package/src/pages/tx/hooks/useTxHistory.ts +72 -0
  1686. package/src/pages/tx/hooks/useTxRiskLabel.ts +53 -0
  1687. package/src/pages/tx/hooks/useTxTrend.ts +109 -0
  1688. package/src/pages/tx/ip/history/index.jsx +250 -0
  1689. package/src/pages/tx/ip/history/index.less +11 -0
  1690. package/src/pages/tx/ip/history/searchFormConfig.js +43 -0
  1691. package/src/pages/tx/ip/history/tableConfig.js +85 -0
  1692. package/src/pages/tx/ip/trend/index.jsx +204 -0
  1693. package/src/pages/tx/phoneNum/history/index.jsx +307 -0
  1694. package/src/pages/tx/phoneNum/history/index.less +11 -0
  1695. package/src/pages/tx/phoneNum/history/searchFormConfig.js +43 -0
  1696. package/src/pages/tx/phoneNum/history/tableConfig.js +111 -0
  1697. package/src/pages/tx/phoneNum/trend/index.jsx +204 -0
  1698. package/src/pages/tx/tokenId/history/index.jsx +248 -0
  1699. package/src/pages/tx/tokenId/history/index.less +11 -0
  1700. package/src/pages/tx/tokenId/history/searchFormConfig.js +43 -0
  1701. package/src/pages/tx/tokenId/history/tableConfig.js +85 -0
  1702. package/src/pages/tx/tokenId/trend/index.jsx +203 -0
  1703. package/src/privateCustomConfig/WeiLai/Header/index.js +23 -0
  1704. package/src/privateCustomConfig/WeiLai/Header/index.less +28 -0
  1705. package/src/privateCustomConfig/WeiLai/LoginLeft/index.jsx +35 -0
  1706. package/src/privateCustomConfig/WeiLai/LoginLeft/index.less +53 -0
  1707. package/src/privateCustomConfig/WeiLai/img/favicon.png +0 -0
  1708. package/src/privateCustomConfig/WeiLai/img/left-banner.png +0 -0
  1709. package/src/privateCustomConfig/WeiLai/img/login.png +0 -0
  1710. package/src/privateCustomConfig/WeiLai/index.jsx +7 -0
  1711. package/src/privateCustomConfig/WeiLai/index.less +53 -0
  1712. package/src/privateCustomConfig/ZhongYiHuLian/Header/index.js +23 -0
  1713. package/src/privateCustomConfig/ZhongYiHuLian/Header/index.less +28 -0
  1714. package/src/privateCustomConfig/ZhongYiHuLian/LoginLeft/index.jsx +33 -0
  1715. package/src/privateCustomConfig/ZhongYiHuLian/LoginLeft/index.less +55 -0
  1716. package/src/privateCustomConfig/ZhongYiHuLian/img/favicon.png +0 -0
  1717. package/src/privateCustomConfig/ZhongYiHuLian/index.jsx +7 -0
  1718. package/src/privateCustomConfig/ZhongYiHuLian/index.less +53 -0
  1719. package/src/services/activity.js +44 -0
  1720. package/src/services/base.js +66 -0
  1721. package/src/services/bill.js +50 -0
  1722. package/src/services/dataBack.js +45 -0
  1723. package/src/services/dataUpload.js +26 -0
  1724. package/src/services/helper.js +22 -0
  1725. package/src/services/history.js +99 -0
  1726. package/src/services/information.js +8 -0
  1727. package/src/services/login.js +178 -0
  1728. package/src/services/manage.js +203 -0
  1729. package/src/services/mingdan.js +265 -0
  1730. package/src/services/opinion.js +13 -0
  1731. package/src/services/qps.ts +20 -0
  1732. package/src/services/rank.js +26 -0
  1733. package/src/services/riskAccount.js +25 -0
  1734. package/src/services/strategy.js +269 -0
  1735. package/src/services/strategyLab.js +31 -0
  1736. package/src/services/streamInfo.ts +11 -0
  1737. package/src/services/system.js +17 -0
  1738. package/src/services/trend.js +154 -0
  1739. package/src/services/twChannel.js +211 -0
  1740. package/src/services/tx.js +24 -0
  1741. package/src/services/user.js +127 -0
  1742. package/src/type/index.ts +3 -0
  1743. package/src/type.ts +32 -0
  1744. package/src/utils/AuthorityManage.js +197 -0
  1745. package/src/utils/Authorized.js +18 -0
  1746. package/src/utils/adal.js +1936 -0
  1747. package/src/utils/authority.js +36 -0
  1748. package/src/utils/formatPrefixLink.ts +17 -0
  1749. package/src/utils/getRejectRatio.js +18 -0
  1750. package/src/utils/getTimeName.js +31 -0
  1751. package/src/utils/getUniqueColor.ts +136 -0
  1752. package/src/utils/helpers.js +168 -0
  1753. package/src/utils/md5.js +206 -0
  1754. package/src/utils/newRequest.js +139 -0
  1755. package/src/utils/removeExportBtnOfForm.js +12 -0
  1756. package/src/utils/request.js +139 -0
  1757. package/src/utils/tableHelper.js +23 -0
  1758. package/src/utils/translateSMImageTable.js +42 -0
  1759. package/src/utils/utils.js +1521 -0
  1760. package/src/wrappers/auth/ApplyNaModal/index.js +61 -0
  1761. package/src/wrappers/auth/constants.js +114 -0
  1762. package/src/wrappers/auth/img/account.png +0 -0
  1763. package/src/wrappers/auth/img/article.png +0 -0
  1764. package/src/wrappers/auth/img/audio.png +0 -0
  1765. package/src/wrappers/auth/img/audioStream.png +0 -0
  1766. package/src/wrappers/auth/img/blackWhite.png +0 -0
  1767. package/src/wrappers/auth/img/captchaSverify.png +0 -0
  1768. package/src/wrappers/auth/img/captchaVerify.png +0 -0
  1769. package/src/wrappers/auth/img/channelAnticheat.png +0 -0
  1770. package/src/wrappers/auth/img/channelHistory.png +0 -0
  1771. package/src/wrappers/auth/img/channelRetain.png +0 -0
  1772. package/src/wrappers/auth/img/device.png +0 -0
  1773. package/src/wrappers/auth/img/event.png +0 -0
  1774. package/src/wrappers/auth/img/login.png +0 -0
  1775. package/src/wrappers/auth/img/noApplyAuth.png +0 -0
  1776. package/src/wrappers/auth/img/pic.png +0 -0
  1777. package/src/wrappers/auth/img/policy.png +0 -0
  1778. package/src/wrappers/auth/img/register.png +0 -0
  1779. package/src/wrappers/auth/img/success.png +0 -0
  1780. package/src/wrappers/auth/img/team.png +0 -0
  1781. package/src/wrappers/auth/img/text.png +0 -0
  1782. package/src/wrappers/auth/img/video.png +0 -0
  1783. package/src/wrappers/auth/img/videoStream.png +0 -0
  1784. package/src/wrappers/auth/index.jsx +218 -0
  1785. package/src/wrappers/auth/index.less +42 -0
@@ -0,0 +1,1705 @@
1
+ import {ROUTE_PATH} from '../../../index';
2
+
3
+ export const videoRoutes = {
4
+ path: '/new/tianjing/video',
5
+ name: '智能视频文件识别',
6
+ wrappers: ['@/wrappers/auth'],
7
+ noApplyAuth: true,
8
+ action: 'tjVideo',
9
+ icon: 'icon-shipinwenjianhuise',
10
+ routes: [
11
+ {
12
+ path: '/new/tianjing/video/trend',
13
+ name: '趋势分析',
14
+ action: 'tjVideoTrend',
15
+ component: '../layouts/TabContentLayout',
16
+ hideChildrenInMenu: true,
17
+ wrappers: ['@/wrappers/auth'],
18
+ routeData: {
19
+ globalServiceId: 'POST_VIDEO',
20
+ serviceId: 'POST_VIDEO',
21
+ },
22
+ routes: [
23
+ {
24
+ path: '/new/tianjing/video/trend/video',
25
+ name: '视频文件',
26
+ action: 'tjVideoTrendVideo',
27
+ showInTab: true,
28
+ component: './tj/postVideo/trend/videoFile/index.jsx',
29
+ wrappers: ['@/wrappers/auth'],
30
+ routeData: {
31
+ globalServiceId: 'POST_VIDEO',
32
+ serviceId: 'POST_VIDEO',
33
+ hasOrgSelect: true,
34
+ hasAppSelect: true,
35
+ hasClusterSelect: true,
36
+ },
37
+ },
38
+ {
39
+ path: '/new/tianjing/video/trend/img',
40
+ name: '截帧图片',
41
+ action: 'tjVideoTrendImage',
42
+ showInTab: true,
43
+ component: './tj/postVideo/trend/imgClips/index.jsx',
44
+ wrappers: ['@/wrappers/auth'],
45
+ routeData: {
46
+ servicesId: 'POST_VIDEO',
47
+ serviceId: 'POST_VIDEO_IMG',
48
+ hasOrgSelect: true,
49
+ hasAppSelect: true,
50
+ hasClusterSelect: true,
51
+ },
52
+ },
53
+ {
54
+ path: '/new/tianjing/video/trend/audio',
55
+ name: '音频片段',
56
+ action: 'tjVideoTrendAudio',
57
+ showInTab: true,
58
+ component: './tj/postVideo/trend/audioClips/index.jsx',
59
+ wrappers: ['@/wrappers/auth'],
60
+ routeData: {
61
+ servicesId: 'POST_VIDEO',
62
+ serviceId: 'POST_VIDEO_AUDIO',
63
+ hasOrgSelect: true,
64
+ hasAppSelect: true,
65
+ hasClusterSelect: true,
66
+ },
67
+ },
68
+ ],
69
+ },
70
+ {
71
+ path: '/new/tianjing/video/history',
72
+ name: '历史记录',
73
+ action: 'tjVideoHistory',
74
+ component: '../layouts/TabContentLayout',
75
+ hideChildrenInMenu: true,
76
+ wrappers: ['@/wrappers/auth'],
77
+ routeData: {
78
+ globalServiceId: 'POST_VIDEO',
79
+ serviceId: 'POST_VIDEO',
80
+ },
81
+ routes: [
82
+ {
83
+ path: '/new/tianjing/video/history/video',
84
+ name: '视频文件',
85
+ action: 'tjVideoHistoryVideo',
86
+ showInTab: true,
87
+ component: './tj/postVideo/history/videoFile/index.jsx',
88
+ wrappers: ['@/wrappers/auth'],
89
+ routeData: {
90
+ globalServiceId: 'POST_VIDEO',
91
+ serviceId: 'POST_VIDEO',
92
+ hasOrgSelect: true,
93
+ hasAppSelect: true,
94
+ },
95
+ },
96
+ {
97
+ path: '/new/tianjing/video/history/img',
98
+ name: '截帧图片',
99
+ action: 'tjVideoHistoryImage',
100
+ showInTab: true,
101
+ component: './tj/postVideo/history/imgClips/index.jsx',
102
+ wrappers: ['@/wrappers/auth'],
103
+ routeData: {
104
+ globalServiceId: 'POST_VIDEO',
105
+ serviceId: 'POST_VIDEO_IMG',
106
+ hasOrgSelect: true,
107
+ hasAppSelect: true,
108
+ },
109
+ },
110
+ {
111
+ path: '/new/tianjing/video/history/audio',
112
+ name: '音频片段',
113
+ action: 'tjVideoHistoryAudio',
114
+ showInTab: true,
115
+ component: './tj/postVideo/history/audioClips/index.jsx',
116
+ wrappers: ['@/wrappers/auth'],
117
+ routeData: {
118
+ globalServiceId: 'POST_VIDEO',
119
+ serviceId: 'POST_VIDEO_AUDIO',
120
+ hasOrgSelect: true,
121
+ hasAppSelect: true,
122
+ },
123
+ },
124
+ ],
125
+ },
126
+ {
127
+ path: '/new/tianjing/video/rank',
128
+ name: '排行榜',
129
+ action: 'tjVideoRanking',
130
+ hideChildrenInMenu: true,
131
+ component: '../layouts/TabContentLayout',
132
+ wrappers: ['@/wrappers/auth'],
133
+ routeData: {
134
+ globalServiceId: 'POST_VIDEO',
135
+ serviceId: 'POST_VIDEO',
136
+ },
137
+ routes: [
138
+ {
139
+ path: '/new/tianjing/video/rank/imgSensitiveWord',
140
+ name: '截帧敏感词排行',
141
+ wrappers: ['@/wrappers/auth'],
142
+ noApplyAuth: true,
143
+ action: 'tjVideoRankingImageSensitive',
144
+ component: './tj/postVideo/rank/imgSensitiveWord/index.jsx',
145
+ showInTab: true,
146
+ routeData: {
147
+ serviceId: 'POST_VIDEO_IMG',
148
+ hasOrgSelect: true,
149
+ hasAppSelect: true,
150
+ },
151
+ },
152
+ {
153
+ path: '/new/tianjing/video/rank/audioSensitiveWord',
154
+ name: '音频敏感词排行',
155
+ wrappers: ['@/wrappers/auth'],
156
+ noApplyAuth: true,
157
+ action: 'tjVideoRankingAudioSensitive',
158
+ component: './tj/postVideo/rank/audioSensitiveWord/index.jsx',
159
+ showInTab: true,
160
+ routeData: {
161
+ serviceId: 'POST_VIDEO_AUDIO',
162
+ hasOrgSelect: true,
163
+ hasAppSelect: true,
164
+ },
165
+ },
166
+ {
167
+ path: '/new/tianjing/video/rank/imgRisk',
168
+ name: '截帧风险原因排行',
169
+ wrappers: ['@/wrappers/auth'],
170
+ noApplyAuth: true,
171
+ action: 'tjVideoRankingImageRisk',
172
+ component: './tj/text/rank',
173
+ showInTab: true,
174
+ routeData: {
175
+ serviceId: 'POST_VIDEO_IMG',
176
+ hasOrgSelect: true,
177
+ hasAppSelect: true,
178
+ rankType: 'rankRisk',
179
+ },
180
+ },
181
+ {
182
+ path: '/new/tianjing/video/rank/audioRisk',
183
+ name: '音频风险原因排行',
184
+ wrappers: ['@/wrappers/auth'],
185
+ noApplyAuth: true,
186
+ action: 'tjVideoRankingAudioRisk',
187
+ component: './tj/text/rank',
188
+ showInTab: true,
189
+ routeData: {
190
+ serviceId: 'POST_VIDEO_AUDIO',
191
+ hasOrgSelect: true,
192
+ hasAppSelect: true,
193
+ rankType: 'rankRisk',
194
+ },
195
+ },
196
+ ],
197
+ },
198
+ {
199
+ path: '/new/tianjing/video/list',
200
+ name: '名单服务',
201
+ action: 'tjVideoList',
202
+ routeData: {
203
+ serviceId: 'POST_VIDEO',
204
+ },
205
+ wrappers: ['@/wrappers/auth'],
206
+ routes: [
207
+ {
208
+ path: '/new/tianjing/video/list/postVideo',
209
+ name: '视频文件名单',
210
+ action: 'tjVideoListVideo',
211
+ hideChildrenInMenu: true,
212
+ component: '../layouts/TabContentLayout',
213
+ wrappers: ['@/wrappers/auth'],
214
+ routeData: {
215
+ serviceId: 'POST_VIDEO',
216
+ },
217
+ routes: [
218
+ {
219
+ path: '/new/tianjing/video/list/postVideo/company',
220
+ name: '公司名单',
221
+ wrappers: ['@/wrappers/auth'],
222
+ noApplyAuth: true,
223
+ action: 'tjVideoListVideoCompany',
224
+ component: './tj/postVideo/list/postImg/company/list/index.jsx',
225
+ showInTab: true,
226
+ pageType: 'POST_VIDEO_VIDEO', // 视频文件名单 serviceId使用POST_VIDEO 用这个参数在图片名单组件中进行区分
227
+ routeData: {
228
+ serviceId: 'POST_VIDEO',
229
+ isOnlyGlobalShow: true,
230
+ hasOrgSelect: true,
231
+ hasAppSelect: true,
232
+ },
233
+ routes: [
234
+ {
235
+ path: '/new/tianjing/video/list/postVideo/company/opLog',
236
+ name: '名单操作日志',
237
+ wrappers: ['@/wrappers/auth'],
238
+ noApplyAuth: true,
239
+ action: 'tjVideoListVideoCompanyLog',
240
+ component: './tj/postVideo/list/postImg/company/listOpLog/index.jsx',
241
+ pageType: 'POST_VIDEO_VIDEO',
242
+ routeData: {
243
+ serviceId: 'POST_VIDEO',
244
+ },
245
+ },
246
+ {
247
+ path: '/new/tianjing/video/list/postVideo/company/content',
248
+ name: '名单内容',
249
+ wrappers: ['@/wrappers/auth'],
250
+ noApplyAuth: true,
251
+ action: 'tjVideoListVideoCompanyContent',
252
+ component: './tj/postVideo/list/postImg/company/listContent/index.jsx',
253
+ pageType: 'POST_VIDEO_VIDEO',
254
+ routeData: {
255
+ serviceId: 'POST_VIDEO',
256
+ },
257
+ },
258
+ {
259
+ path: '/new/tianjing/video/list/postVideo/company/contentOpLog',
260
+ name: '名单内容操作日志',
261
+ wrappers: ['@/wrappers/auth'],
262
+ noApplyAuth: true,
263
+ action: 'tjVideoListVideoCompanyContentLog',
264
+ component: './tj/postVideo/list/postImg/company/listContentOpLog/index.jsx',
265
+ pageType: 'POST_VIDEO_VIDEO',
266
+ routeData: {
267
+ serviceId: 'POST_VIDEO',
268
+ },
269
+ },
270
+ {
271
+ path: '/new/tianjing/video/list/postVideo/company/content/listRepetition',
272
+ name: '重复铭感词列表',
273
+ wrappers: ['@/wrappers/auth'],
274
+ noApplyAuth: true,
275
+ action: 'tjVideoListVideoCompanyContentListRepetition',
276
+ pageType: 'POST_VIDEO_VIDEO',
277
+ component: './tj/postVideo/list/postImg/company/listRepetition/index.jsx',
278
+ routeData: {
279
+ serviceId: 'POST_VIDEO',
280
+ },
281
+ },
282
+ ],
283
+ },
284
+
285
+ ],
286
+ },
287
+ {
288
+ path: '/new/tianjing/video/list/postImg',
289
+ name: '截帧图片名单',
290
+ action: 'tjVideoListPostImg',
291
+ hideChildrenInMenu: true,
292
+ component: '../layouts/TabContentLayout',
293
+ wrappers: ['@/wrappers/auth'],
294
+ routeData: {
295
+ serviceId: 'POST_VIDEO_IMG',
296
+ },
297
+ routes: [
298
+ {
299
+ path: '/new/tianjing/video/list/postImg/global',
300
+ name: '全局名单',
301
+ wrappers: ['@/wrappers/auth'],
302
+ noApplyAuth: true,
303
+ action: 'tjVideoListPostImgGlobal',
304
+ component: './tj/postVideo/list/postImg/global/list/index.jsx',
305
+ showInTab: true,
306
+ routeData: {
307
+ serviceId: 'POST_VIDEO_IMG',
308
+ isOnlyGlobalShow: true,
309
+ hasOrgSelect: true,
310
+ hasAppSelect: true,
311
+ },
312
+ routes: [
313
+ {
314
+ path: '/new/tianjing/video/list/postImg/global/opLog',
315
+ name: '名单操作日志',
316
+ wrappers: ['@/wrappers/auth'],
317
+ noApplyAuth: true,
318
+ action: 'tjVideoListPostImgGlobalLog',
319
+ component: './tj/postVideo/list/postImg/global/listOpLog/index.jsx',
320
+ routeData: {
321
+ serviceId: 'POST_VIDEO_IMG',
322
+ },
323
+ },
324
+ {
325
+ path: '/new/tianjing/video/list/postImg/global/content',
326
+ name: '名单内容',
327
+ action: 'tjVideo',
328
+ wrappers: ['@/wrappers/auth'],
329
+ noApplyAuth: true,
330
+ component: './tj/postVideo/list/postImg/global/listContent/index.jsx',
331
+ routeData: {
332
+ serviceId: 'POST_VIDEO_IMG',
333
+ },
334
+ },
335
+ {
336
+ path: '/new/tianjing/video/list/postImg/global/contentOpLog',
337
+ name: '名单内容操作日志',
338
+ wrappers: ['@/wrappers/auth'],
339
+ noApplyAuth: true,
340
+ action: 'tjVideo',
341
+ component: './tj/postVideo/list/postImg/global/listContentOpLog/index.jsx',
342
+ routeData: {
343
+ serviceId: 'POST_VIDEO_IMG',
344
+ },
345
+ },
346
+ ],
347
+ },
348
+ {
349
+ path: '/new/tianjing/video/list/postImg/company',
350
+ name: '公司名单',
351
+ wrappers: ['@/wrappers/auth'],
352
+ noApplyAuth: true,
353
+ action: 'tjVideoListPostImgCompany',
354
+ component: './tj/postVideo/list/postImg/company/list/index.jsx',
355
+ showInTab: true,
356
+ routeData: {
357
+ serviceId: 'POST_VIDEO_IMG',
358
+ isOnlyGlobalShow: true,
359
+ hasOrgSelect: true,
360
+ hasAppSelect: true,
361
+ },
362
+ routes: [
363
+ {
364
+ path: '/new/tianjing/video/list/postImg/company/opLog',
365
+ name: '名单操作日志',
366
+ wrappers: ['@/wrappers/auth'],
367
+ noApplyAuth: true,
368
+ action: 'tjVideoListPostImgCompanyLog',
369
+ component: './tj/postVideo/list/postImg/company/listOpLog/index.jsx',
370
+ routeData: {
371
+ serviceId: 'POST_VIDEO_IMG',
372
+ },
373
+ },
374
+ {
375
+ path: '/new/tianjing/video/list/postImg/company/content',
376
+ name: '名单内容',
377
+ wrappers: ['@/wrappers/auth'],
378
+ noApplyAuth: true,
379
+ action: 'tjVideoListPostImgCompanyContent',
380
+ component: './tj/postVideo/list/postImg/company/listContent/index.jsx',
381
+ routeData: {
382
+ serviceId: 'POST_VIDEO_IMG',
383
+ },
384
+ },
385
+ {
386
+ path: '/new/tianjing/video/list/postImg/company/contentOpLog',
387
+ name: '名单内容操作日志',
388
+ wrappers: ['@/wrappers/auth'],
389
+ noApplyAuth: true,
390
+ action: 'tjVideoListPostImgCompanyContentLog',
391
+ component: './tj/postVideo/list/postImg/company/listContentOpLog/index.jsx',
392
+ routeData: {
393
+ serviceId: 'POST_VIDEO_IMG',
394
+ },
395
+ },
396
+ {
397
+ path: ROUTE_PATH.LIST.VIDEO_IMG.COMPANY.REPEAT_CONTENT,
398
+ name: '重复铭感词列表',
399
+ wrappers: ['@/wrappers/auth'],
400
+ noApplyAuth: true,
401
+ action: 'tjVideoListPostImgCompanyContentListRepetition',
402
+ component: './tj/postVideo/list/postImg/company/listRepetition/index.jsx',
403
+ routeData: {
404
+ serviceId: 'POST_VIDEO_IMG',
405
+ },
406
+ },
407
+ {
408
+ path: ROUTE_PATH.LIST.VIDEO_IMG.COMPANY.REPEAT,
409
+ name: '重复铭感词列表',
410
+ wrappers: ['@/wrappers/auth'],
411
+ noApplyAuth: true,
412
+ action: 'tjVideoListPostImgCompanyListRepetition',
413
+ component: './tj/postVideo/list/postImg/company/listRepetition/index.jsx',
414
+ routeData: {
415
+ serviceId: 'POST_VIDEO_IMG',
416
+ },
417
+ },
418
+ ],
419
+ },
420
+ {
421
+ path: '/new/tianjing/video/list/postImg/black',
422
+ name: '图片相等名单',
423
+ wrappers: ['@/wrappers/auth'],
424
+ noApplyAuth: true,
425
+ action: 'tjVideoListPostImgBlack',
426
+ component: './tj/postVideo/list/postImg/black/listContent/index.jsx',
427
+ showInTab: true,
428
+ routeData: {
429
+ serviceId: 'POST_VIDEO_IMG',
430
+ hasOrgSelect: true,
431
+ subType: 'img',
432
+ },
433
+ routes: [
434
+ {
435
+ path: '/new/tianjing/video/list/postImg/black/contentOpLog',
436
+ name: '名单内容操作日志',
437
+ wrappers: ['@/wrappers/auth'],
438
+ noApplyAuth: true,
439
+ action: 'tjVideoListPostImgBlackLog',
440
+ component: './tj/postVideo/list/postImg/black/listContentOpLog/index.jsx',
441
+ routeData: {
442
+ serviceId: 'POST_VIDEO_IMG',
443
+ },
444
+ },
445
+ {
446
+ path: ROUTE_PATH.LIST.VIDEO_IMG.BLACK.REPEAT_CONTENT,
447
+ name: '重复铭感词列表',
448
+ wrappers: ['@/wrappers/auth'],
449
+ noApplyAuth: true,
450
+ action: 'tjVideoListPostImgBlackListRepetition',
451
+ component: './tj/postVideo/list/postImg/custom/listRepetition/index.jsx',
452
+ routeData: {
453
+ serviceId: 'POST_VIDEO_IMG',
454
+ },
455
+ },
456
+ {
457
+ path: ROUTE_PATH.LIST.VIDEO_IMG.BLACK.REPEAT,
458
+ name: '重复铭感词列表',
459
+ wrappers: ['@/wrappers/auth'],
460
+ noApplyAuth: true,
461
+ action: 'tjVideoListPostImgBlackListRepetition',
462
+ component: './tj/postVideo/list/postImg/custom/listRepetition/index.jsx',
463
+ routeData: {
464
+ serviceId: 'POST_VIDEO_IMG',
465
+ },
466
+ },
467
+ ],
468
+ },
469
+ {
470
+ path: '/new/tianjing/video/list/postImg/custom',
471
+ name: '图片自定义名单',
472
+ wrappers: ['@/wrappers/auth'],
473
+ noApplyAuth: true,
474
+ action: 'tjVideoListPostImgCustom',
475
+ component: './tj/text/list/text/custom/list/index.jsx',
476
+ showInTab: true,
477
+ routeData: {
478
+ serviceId: 'POST_VIDEO_IMG',
479
+ hasOrgSelect: true,
480
+ hasAppSelect: true,
481
+ listType: '1',
482
+ subType: 'img',
483
+ },
484
+ routes: [
485
+ {
486
+ path: '/new/tianjing/video/list/postImg/custom/opLog',
487
+ name: '名单操作日志',
488
+ wrappers: ['@/wrappers/auth'],
489
+ noApplyAuth: true,
490
+ action: 'tjVideoListPostImgCustomLog',
491
+ component: './tj/postVideo/list/postImg/custom/listOpLog/index.jsx',
492
+ routeData: {
493
+ serviceId: 'POST_VIDEO_IMG',
494
+ },
495
+ },
496
+ {
497
+ path: '/new/tianjing/video/list/postImg/custom/content',
498
+ name: '名单内容',
499
+ wrappers: ['@/wrappers/auth'],
500
+ noApplyAuth: true,
501
+ action: 'tjVideoListPostImgCustomContent',
502
+ component: './tj/postVideo/list/postImg/custom/listContent/index.jsx',
503
+ routeData: {
504
+ serviceId: 'POST_VIDEO_IMG',
505
+ },
506
+ },
507
+ {
508
+ path: '/new/tianjing/video/list/postImg/custom/contentOpLog',
509
+ name: '名单内容操作日志',
510
+ wrappers: ['@/wrappers/auth'],
511
+ noApplyAuth: true,
512
+ action: 'tjVideoListPostImgCustomContentLog',
513
+ component: './tj/postVideo/list/postImg/custom/listContentOpLog/index.jsx',
514
+ routeData: {
515
+ serviceId: 'POST_VIDEO_IMG',
516
+ },
517
+ },
518
+ {
519
+ path: ROUTE_PATH.LIST.VIDEO_IMG.CUSTOM.REPEAT_CONTENT,
520
+ name: '重复铭感词列表',
521
+ wrappers: ['@/wrappers/auth'],
522
+ noApplyAuth: true,
523
+ action: 'tjVideoListPostImgCustomContentListRepetition',
524
+ component: './tj/postVideo/list/postImg/custom/listRepetition/index.jsx',
525
+ routeData: {
526
+ serviceId: 'POST_VIDEO_IMG',
527
+ },
528
+ },
529
+ {
530
+ path: ROUTE_PATH.LIST.VIDEO_IMG.CUSTOM.REPEAT,
531
+ name: '重复铭感词列表',
532
+ wrappers: ['@/wrappers/auth'],
533
+ noApplyAuth: true,
534
+ action: 'tjVideoListPostImgCustomListRepetition',
535
+ component: './tj/postVideo/list/postImg/custom/listRepetition/index.jsx',
536
+ routeData: {
537
+ serviceId: 'POST_VIDEO_IMG',
538
+ },
539
+ },
540
+ ],
541
+ },
542
+ {
543
+ path: '/new/tianjing/video/list/postImg/search',
544
+ name: '全局检索',
545
+ wrappers: ['@/wrappers/auth'],
546
+ noApplyAuth: true,
547
+ action: 'tjVideoListPostImgGlobalSearch',
548
+ component: './tj/postVideo/list/postImg/listSearch/index.jsx',
549
+ showInTab: true,
550
+ routeData: {
551
+ serviceId: 'POST_VIDEO_IMG',
552
+ hasOrgSelect: true,
553
+ hasAppSelect: true,
554
+ },
555
+ },
556
+ ],
557
+ },
558
+ {
559
+ path: '/new/tianjing/video/list/imgText',
560
+ name: '截帧OCR名单',
561
+ action: 'tjVideoListImgText',
562
+ hideChildrenInMenu: true,
563
+ component: '../layouts/TabContentLayout',
564
+ wrappers: ['@/wrappers/auth'],
565
+ routeData: {
566
+ serviceId: 'POST_VIDEO_IMG',
567
+ },
568
+ routes: [
569
+ {
570
+ path: '/new/tianjing/video/list/imgText/global',
571
+ name: '全局名单',
572
+ wrappers: ['@/wrappers/auth'],
573
+ noApplyAuth: true,
574
+ action: 'tjVideoListImgTextGlobal',
575
+ component: './tj/postVideo/list/imgText/global/list/index.jsx',
576
+ showInTab: true,
577
+ routeData: {
578
+ serviceId: 'POST_VIDEO_IMG',
579
+ isOnlyGlobalShow: true,
580
+ hasOrgSelect: true,
581
+ hasAppSelect: true,
582
+ },
583
+ routes: [
584
+ {
585
+ path: '/new/tianjing/video/list/imgText/global/opLog',
586
+ name: '名单操作日志',
587
+ wrappers: ['@/wrappers/auth'],
588
+ noApplyAuth: true,
589
+ action: 'tjVideoListImgTextGlobalLog',
590
+ component: './tj/postVideo/list/imgText/global/listOpLog/index.jsx',
591
+ routeData: {
592
+ serviceId: 'POST_VIDEO_IMG',
593
+ },
594
+ },
595
+ {
596
+ path: '/new/tianjing/video/list/imgText/global/content',
597
+ name: '名单内容',
598
+ wrappers: ['@/wrappers/auth'],
599
+ noApplyAuth: true,
600
+ action: 'tjVideo',
601
+ component: './tj/postVideo/list/imgText/global/listContent/index.jsx',
602
+ routeData: {
603
+ serviceId: 'POST_VIDEO_IMG',
604
+ },
605
+ },
606
+ {
607
+ path: '/new/tianjing/video/list/imgText/global/contentOpLog',
608
+ name: '名单内容操作日志',
609
+ wrappers: ['@/wrappers/auth'],
610
+ noApplyAuth: true,
611
+ action: 'tjVideo',
612
+ component: './tj/postVideo/list/imgText/global/listContentOpLog/index.jsx',
613
+ routeData: {
614
+ serviceId: 'POST_VIDEO_IMG',
615
+ },
616
+ },
617
+ ],
618
+ },
619
+ {
620
+ path: '/new/tianjing/video/list/imgText/company',
621
+ name: '公司名单',
622
+ wrappers: ['@/wrappers/auth'],
623
+ noApplyAuth: true,
624
+ action: 'tjVideoListImgTextCompany',
625
+ component: './tj/postVideo/list/imgText/company/list/index.jsx',
626
+ showInTab: true,
627
+ routeData: {
628
+ serviceId: 'POST_VIDEO_IMG',
629
+ isOnlyGlobalShow: true,
630
+ hasOrgSelect: true,
631
+ hasAppSelect: true,
632
+ },
633
+ routes: [
634
+ {
635
+ path: '/new/tianjing/video/list/imgText/company/opLog',
636
+ name: '名单操作日志',
637
+ wrappers: ['@/wrappers/auth'],
638
+ noApplyAuth: true,
639
+ action: 'tjVideoListImgTextCompanyLog',
640
+ component: './tj/postVideo/list/imgText/company/listOpLog/index.jsx',
641
+ routeData: {
642
+ serviceId: 'POST_VIDEO_IMG',
643
+ },
644
+ },
645
+ {
646
+ path: '/new/tianjing/video/list/imgText/company/content',
647
+ name: '名单内容',
648
+ wrappers: ['@/wrappers/auth'],
649
+ noApplyAuth: true,
650
+ action: 'tjVideoListImgTextCompanyContent',
651
+ component: './tj/postVideo/list/imgText/company/listContent/index.jsx',
652
+ routeData: {
653
+ serviceId: 'POST_VIDEO_IMG',
654
+ },
655
+ },
656
+ {
657
+ path: '/new/tianjing/video/list/imgText/company/contentOpLog',
658
+ name: '名单内容操作日志',
659
+ wrappers: ['@/wrappers/auth'],
660
+ noApplyAuth: true,
661
+ action: 'tjVideoListImgTextCompanyContentLog',
662
+ component: './tj/postVideo/list/imgText/company/listContentOpLog/index.jsx',
663
+ routeData: {
664
+ serviceId: 'POST_VIDEO_IMG',
665
+ },
666
+ },
667
+ {
668
+ path: '/new/tianjing/video/list/imgText/company/content/listRepetition',
669
+ name: '重复铭感词列表',
670
+ wrappers: ['@/wrappers/auth'],
671
+ noApplyAuth: true,
672
+ action: 'tjVideoListImgTextCompanyContentListRepetition',
673
+ component:
674
+ './tj/postVideo/list/imgText/company/listContent/listRepetition/index.jsx',
675
+ routeData: {
676
+ serviceId: 'POST_VIDEO_IMG',
677
+ },
678
+ },
679
+ {
680
+ path: '/new/tianjing/video/list/imgText/company/listRepetition',
681
+ name: '重复铭感词列表',
682
+ wrappers: ['@/wrappers/auth'],
683
+ noApplyAuth: true,
684
+ action: 'tjVideoListImgTextCompanyListRepetition',
685
+ component: './tj/postVideo/list/imgText/company/listRepetition/index.jsx',
686
+ routeData: {
687
+ serviceId: 'POST_VIDEO_IMG',
688
+ },
689
+ },
690
+ ],
691
+ },
692
+ {
693
+ path: '/new/tianjing/video/list/imgText/black',
694
+ name: 'OCR敏感词名单',
695
+ wrappers: ['@/wrappers/auth'],
696
+ noApplyAuth: true,
697
+ action: 'tjVideoListImgTextBlack',
698
+ component: './tj/postVideo/list/imgText/black/listContent/index.jsx',
699
+ showInTab: true,
700
+ routeData: {
701
+ serviceId: 'POST_VIDEO_IMG',
702
+ hasOrgSelect: true,
703
+ subType: 'text',
704
+ },
705
+ routes: [
706
+ {
707
+ path: '/new/tianjing/video/list/imgText/black/contentOpLog',
708
+ name: '名单内容操作日志',
709
+ wrappers: ['@/wrappers/auth'],
710
+ noApplyAuth: true,
711
+ action: 'tjVideoListImgTextBlackLog',
712
+ component: './tj/postVideo/list/imgText/black/listContentOpLog/index.jsx',
713
+ routeData: {
714
+ serviceId: 'POST_VIDEO_IMG',
715
+ },
716
+ },
717
+ {
718
+ path: '/new/tianjing/video/list/imgText/black/listRepetition',
719
+ name: '重复铭感词列表',
720
+ wrappers: ['@/wrappers/auth'],
721
+ noApplyAuth: true,
722
+ action: 'tjVideoListImgTextBlackListRepetition',
723
+ component: './tj/postVideo/list/imgText/black/listRepetition/index.jsx',
724
+ routeData: {
725
+ serviceId: 'POST_VIDEO_IMG',
726
+ },
727
+ },
728
+ ],
729
+ },
730
+ {
731
+ path: '/new/tianjing/video/list/imgText/custom',
732
+ name: 'OCR自定义名单',
733
+ wrappers: ['@/wrappers/auth'],
734
+ noApplyAuth: true,
735
+ action: 'tjVideoListImgTextCustom',
736
+ component: './tj/text/list/text/custom/list/index.jsx',
737
+ showInTab: true,
738
+ routeData: {
739
+ serviceId: 'POST_VIDEO_IMG',
740
+ hasOrgSelect: true,
741
+ hasAppSelect: true,
742
+ showLang: true,
743
+ listType: '1',
744
+ subType: 'text',
745
+ },
746
+ routes: [
747
+ {
748
+ path: '/new/tianjing/video/list/imgText/custom/opLog',
749
+ name: '名单操作日志',
750
+ wrappers: ['@/wrappers/auth'],
751
+ noApplyAuth: true,
752
+ action: 'tjVideoListImgTextCustomLog',
753
+ component: './tj/postVideo/list/imgText/custom/listOpLog/index.jsx',
754
+ routeData: {
755
+ serviceId: 'POST_VIDEO_IMG',
756
+ },
757
+ },
758
+ {
759
+ path: '/new/tianjing/video/list/imgText/custom/content',
760
+ name: '名单内容',
761
+ wrappers: ['@/wrappers/auth'],
762
+ noApplyAuth: true,
763
+ action: 'tjVideoListImgTextCustomContent',
764
+ component: './tj/postVideo/list/imgText/custom/listContent/index.jsx',
765
+ routeData: {
766
+ serviceId: 'POST_VIDEO_IMG',
767
+ },
768
+ },
769
+ {
770
+ path: '/new/tianjing/video/list/imgText/custom/contentOpLog',
771
+ name: '名单内容操作日志',
772
+ wrappers: ['@/wrappers/auth'],
773
+ noApplyAuth: true,
774
+ action: 'tjVideoListImgTextCustomContentLog',
775
+ component: './tj/postVideo/list/imgText/custom/listContentOpLog/index.jsx',
776
+ routeData: {
777
+ serviceId: 'POST_VIDEO_IMG',
778
+ },
779
+ },
780
+ {
781
+ path: '/new/tianjing/video/list/imgText/custom/content/listRepetition',
782
+ name: '重复铭感词列表',
783
+ wrappers: ['@/wrappers/auth'],
784
+ noApplyAuth: true,
785
+ action: 'tjVideoListImgTextCustomContentListRepetition',
786
+ component:
787
+ './tj/postVideo/list/imgText/custom/listContent/listRepetition/index.jsx',
788
+ routeData: {
789
+ serviceId: 'POST_VIDEO_AUDIO',
790
+ },
791
+ },
792
+ {
793
+ path: '/new/tianjing/video/list/imgText/custom/listRepetition',
794
+ name: '重复铭感词列表',
795
+ wrappers: ['@/wrappers/auth'],
796
+ noApplyAuth: true,
797
+ action: 'tjVideoListImgTextCustomListRepetition',
798
+ component: './tj/postVideo/list/imgText/custom/listRepetition/index.jsx',
799
+ routeData: {
800
+ serviceId: 'POST_VIDEO_AUDIO',
801
+ },
802
+ },
803
+ ],
804
+ },
805
+ {
806
+ path: '/new/tianjing/video/list/imgText/search',
807
+ name: '全局检索',
808
+ wrappers: ['@/wrappers/auth'],
809
+ noApplyAuth: true,
810
+ action: 'tjVideoListImgTextGlobalSearch',
811
+ component: './tj/postVideo/list/imgText/listSearch/index.jsx',
812
+ showInTab: true,
813
+ routeData: {
814
+ serviceId: 'POST_VIDEO_IMG',
815
+ hasOrgSelect: true,
816
+ hasAppSelect: true,
817
+ },
818
+ },
819
+ ],
820
+ },
821
+ {
822
+ path: '/new/tianjing/video/list/audioText',
823
+ name: '音频ASR名单',
824
+ action: 'tjVideoListAudioText',
825
+ hideChildrenInMenu: true,
826
+ component: '../layouts/TabContentLayout',
827
+ wrappers: ['@/wrappers/auth'],
828
+ routeData: {
829
+ serviceId: 'POST_VIDEO_AUDIO',
830
+ },
831
+ routes: [
832
+ {
833
+ path: '/new/tianjing/video/list/audioText/global',
834
+ name: '全局名单',
835
+ wrappers: ['@/wrappers/auth'],
836
+ noApplyAuth: true,
837
+ action: 'tjVideoListAudioTextGlobal',
838
+ component: './tj/postVideo/list/audioText/global/list/index.jsx',
839
+ showInTab: true,
840
+ routeData: {
841
+ serviceId: 'POST_VIDEO_AUDIO',
842
+ isOnlyGlobalShow: true,
843
+ hasOrgSelect: true,
844
+ hasAppSelect: true,
845
+ },
846
+ routes: [
847
+ {
848
+ path: '/new/tianjing/video/list/audioText/global/opLog',
849
+ name: '名单操作日志',
850
+ wrappers: ['@/wrappers/auth'],
851
+ noApplyAuth: true,
852
+ action: 'tjVideoListAudioTextGlobalLog',
853
+ component: './tj/postVideo/list/audioText/global/listOpLog/index.jsx',
854
+ routeData: {
855
+ serviceId: 'POST_VIDEO_AUDIO',
856
+ },
857
+ },
858
+ {
859
+ path: '/new/tianjing/video/list/audioText/global/content',
860
+ name: '名单内容',
861
+ wrappers: ['@/wrappers/auth'],
862
+ noApplyAuth: true,
863
+ action: 'tjVideo',
864
+ component: './tj/postVideo/list/audioText/global/listContent/index.jsx',
865
+ routeData: {
866
+ serviceId: 'POST_VIDEO_AUDIO',
867
+ },
868
+ },
869
+ {
870
+ path: '/new/tianjing/video/list/audioText/global/contentOpLog',
871
+ name: '名单内容操作日志',
872
+ wrappers: ['@/wrappers/auth'],
873
+ noApplyAuth: true,
874
+ action: 'tjVideo',
875
+ component: './tj/postVideo/list/audioText/global/listContentOpLog/index.jsx',
876
+ routeData: {
877
+ serviceId: 'POST_VIDEO_AUDIO',
878
+ },
879
+ },
880
+ ],
881
+ },
882
+ {
883
+ path: '/new/tianjing/video/list/audioText/company',
884
+ name: '公司名单',
885
+ wrappers: ['@/wrappers/auth'],
886
+ noApplyAuth: true,
887
+ action: 'tjVideoListAudioTextCompany',
888
+ component: './tj/postVideo/list/audioText/company/list/index.jsx',
889
+ showInTab: true,
890
+ routeData: {
891
+ serviceId: 'POST_VIDEO_AUDIO',
892
+ isOnlyGlobalShow: true,
893
+ hasOrgSelect: true,
894
+ hasAppSelect: true,
895
+ },
896
+ routes: [
897
+ {
898
+ path: '/new/tianjing/video/list/audioText/company/opLog',
899
+ name: '名单操作日志',
900
+ wrappers: ['@/wrappers/auth'],
901
+ noApplyAuth: true,
902
+ action: 'tjVideoListAudioTextCompanyLog',
903
+ component: './tj/postVideo/list/audioText/company/listOpLog/index.jsx',
904
+ routeData: {
905
+ serviceId: 'POST_VIDEO_AUDIO',
906
+ },
907
+ },
908
+ {
909
+ path: '/new/tianjing/video/list/audioText/company/content',
910
+ name: '名单内容',
911
+ wrappers: ['@/wrappers/auth'],
912
+ noApplyAuth: true,
913
+ action: 'tjVideoListAudioTextCompanyContent',
914
+ component: './tj/postVideo/list/audioText/company/listContent/index.jsx',
915
+ routeData: {
916
+ serviceId: 'POST_VIDEO_AUDIO',
917
+ },
918
+ },
919
+ {
920
+ path: '/new/tianjing/video/list/audioText/company/contentOpLog',
921
+ name: '名单内容操作日志',
922
+ wrappers: ['@/wrappers/auth'],
923
+ noApplyAuth: true,
924
+ action: 'tjVideoListAudioTextCompanyContentLog',
925
+ component: './tj/postVideo/list/audioText/company/listContentOpLog/index.jsx',
926
+ routeData: {
927
+ serviceId: 'POST_VIDEO_AUDIO',
928
+ },
929
+ },
930
+ {
931
+ path: '/new/tianjing/video/list/audioText/company/content/listRepetition',
932
+ name: '重复铭感词列表',
933
+ wrappers: ['@/wrappers/auth'],
934
+ noApplyAuth: true,
935
+ action: 'tjVideoListAudioTextCompanyContentListRepetition',
936
+ component:
937
+ './tj/postVideo/list/audioText/company/listContent/listRepetition/index.jsx',
938
+ routeData: {
939
+ serviceId: 'POST_VIDEO_AUDIO',
940
+ },
941
+ },
942
+ {
943
+ path: '/new/tianjing/video/list/audioText/company/listRepetition',
944
+ name: '重复铭感词列表',
945
+ wrappers: ['@/wrappers/auth'],
946
+ noApplyAuth: true,
947
+ action: 'tjVideoListAudioTextCompanyListRepetition',
948
+ component: './tj/postVideo/list/audioText/company/listRepetition/index.jsx',
949
+ routeData: {
950
+ serviceId: 'POST_VIDEO_AUDIO',
951
+ },
952
+ },
953
+ ],
954
+ },
955
+ {
956
+ path: '/new/tianjing/video/list/audioText/black',
957
+ name: 'ASR敏感词名单',
958
+ wrappers: ['@/wrappers/auth'],
959
+ noApplyAuth: true,
960
+ action: 'tjVideoListAudioTextSensitive',
961
+ component: './tj/postVideo/list/audioText/black/listContent/index.jsx',
962
+ showInTab: true,
963
+ routeData: {
964
+ serviceId: 'POST_VIDEO_AUDIO',
965
+ hasOrgSelect: true,
966
+ subType: 'text',
967
+ },
968
+ routes: [
969
+ {
970
+ path: '/new/tianjing/video/list/audioText/black/contentOpLog',
971
+ name: '名单内容操作日志',
972
+ wrappers: ['@/wrappers/auth'],
973
+ noApplyAuth: true,
974
+ action: 'tjVideoListAudioTextSensitiveLog',
975
+ component: './tj/postVideo/list/audioText/black/listContentOpLog/index.jsx',
976
+ routeData: {
977
+ serviceId: 'POST_VIDEO_AUDIO',
978
+ },
979
+ },
980
+ {
981
+ path: '/new/tianjing/video/list/audioText/black/listRepetition',
982
+ name: '重复铭感词列表',
983
+ wrappers: ['@/wrappers/auth'],
984
+ noApplyAuth: true,
985
+ action: 'tjVideoListAudioTextSensitiveListRepetition',
986
+ component: './tj/postVideo/list/audioText/black/listRepetition/index.jsx',
987
+ routeData: {
988
+ serviceId: 'POST_VIDEO_AUDIO',
989
+ },
990
+ },
991
+ ],
992
+ },
993
+ {
994
+ path: '/new/tianjing/video/list/audioText/custom',
995
+ name: 'ASR自定义名单',
996
+ wrappers: ['@/wrappers/auth'],
997
+ noApplyAuth: true,
998
+ action: 'tjVideoListAudioTextCustom',
999
+ component: './tj/text/list/text/custom/list/index.jsx',
1000
+ showInTab: true,
1001
+ routeData: {
1002
+ serviceId: 'POST_VIDEO_AUDIO',
1003
+ hasOrgSelect: true,
1004
+ hasAppSelect: true,
1005
+ showLang: true,
1006
+ listType: '1',
1007
+ subType: 'text',
1008
+ },
1009
+ routes: [
1010
+ {
1011
+ path: '/new/tianjing/video/list/audioText/custom/opLog',
1012
+ name: '名单操作日志',
1013
+ wrappers: ['@/wrappers/auth'],
1014
+ noApplyAuth: true,
1015
+ action: 'tjVideoListAudioTextCustomLog',
1016
+ component: './tj/postVideo/list/audioText/custom/listOpLog/index.jsx',
1017
+ routeData: {
1018
+ serviceId: 'POST_VIDEO_AUDIO',
1019
+ },
1020
+ },
1021
+ {
1022
+ path: '/new/tianjing/video/list/audioText/custom/content',
1023
+ name: '名单内容',
1024
+ wrappers: ['@/wrappers/auth'],
1025
+ noApplyAuth: true,
1026
+ action: 'tjVideoListAudioTextCustomContent',
1027
+ component: './tj/postVideo/list/audioText/custom/listContent/index.jsx',
1028
+ routeData: {
1029
+ serviceId: 'POST_VIDEO_AUDIO',
1030
+ },
1031
+ },
1032
+ {
1033
+ path: '/new/tianjing/video/list/audioText/custom/contentOpLog',
1034
+ name: '名单内容操作日志',
1035
+ wrappers: ['@/wrappers/auth'],
1036
+ noApplyAuth: true,
1037
+ action: 'tjVideoListAudioTextCustomContentLog',
1038
+ component: './tj/postVideo/list/audioText/custom/listContentOpLog/index.jsx',
1039
+ routeData: {
1040
+ serviceId: 'POST_VIDEO_AUDIO',
1041
+ },
1042
+ },
1043
+ {
1044
+ path: '/new/tianjing/video/list/audioText/custom/content/listRepetition',
1045
+ name: '重复铭感词列表',
1046
+ wrappers: ['@/wrappers/auth'],
1047
+ noApplyAuth: true,
1048
+ action: 'tjVideoListAudioTextCustomContentListRepetition',
1049
+ component:
1050
+ './tj/postVideo/list/audioText/custom/listContent/listRepetition/index.jsx',
1051
+ routeData: {
1052
+ serviceId: 'POST_VIDEO_AUDIO',
1053
+ },
1054
+ },
1055
+ {
1056
+ path: '/new/tianjing/video/list/audioText/custom/listRepetition',
1057
+ name: '重复铭感词列表',
1058
+ wrappers: ['@/wrappers/auth'],
1059
+ noApplyAuth: true,
1060
+ action: 'tjVideoListAudioTextCustomListRepetition',
1061
+ component: './tj/postVideo/list/audioText/custom/listRepetition/index.jsx',
1062
+ routeData: {
1063
+ serviceId: 'POST_VIDEO_AUDIO',
1064
+ },
1065
+ },
1066
+ ],
1067
+ },
1068
+ {
1069
+ path: '/new/tianjing/video/list/audioText/search',
1070
+ name: '全局检索',
1071
+ wrappers: ['@/wrappers/auth'],
1072
+ noApplyAuth: true,
1073
+ action: 'tjVideoListAudioTextSearch',
1074
+ component: './tj/postVideo/list/audioText/listSearch/index.jsx',
1075
+ showInTab: true,
1076
+ routeData: {
1077
+ serviceId: 'POST_VIDEO_AUDIO',
1078
+ hasOrgSelect: true,
1079
+ hasAppSelect: true,
1080
+ },
1081
+ },
1082
+ ],
1083
+ },
1084
+ {
1085
+ path: '/new/tianjing/video/list/imgBlackWhite',
1086
+ name: '图片权限名单',
1087
+ action: 'tjVideoListImgBlackWhite',
1088
+ component: '../layouts/TabContentLayout',
1089
+ hideChildrenInMenu: true,
1090
+ wrappers: ['@/wrappers/auth'],
1091
+ routeData: {
1092
+ serviceId: 'POST_VIDEO_IMG',
1093
+ },
1094
+ routes: [
1095
+ {
1096
+ path: '/new/tianjing/video/list/imgBlackWhite/global',
1097
+ name: '全局名单',
1098
+ wrappers: ['@/wrappers/auth'],
1099
+ noApplyAuth: true,
1100
+ action: 'tjVideoListImgBlackWhiteGlobal',
1101
+ component: './tj/postVideo/list/imgBlackWhite/global/list/index.jsx',
1102
+ showInTab: true,
1103
+ routeData: {
1104
+ serviceId: 'POST_VIDEO_IMG',
1105
+ isOnlyGlobalShow: true,
1106
+ hasOrgSelect: true,
1107
+ hasAppSelect: true,
1108
+ },
1109
+ routes: [
1110
+ {
1111
+ path: '/new/tianjing/video/list/imgBlackWhite/global/opLog',
1112
+ name: '名单操作日志',
1113
+ wrappers: ['@/wrappers/auth'],
1114
+ noApplyAuth: true,
1115
+ action: 'tjVideoListImgBlackWhiteGlobalLog',
1116
+ component: './tj/postVideo/list/imgBlackWhite/global/listOpLog/index.jsx',
1117
+ routeData: {
1118
+ serviceId: 'POST_VIDEO_IMG',
1119
+ },
1120
+ },
1121
+ {
1122
+ path: '/new/tianjing/video/list/imgBlackWhite/global/content',
1123
+ name: '名单内容',
1124
+ wrappers: ['@/wrappers/auth'],
1125
+ noApplyAuth: true,
1126
+ action: 'tjVideo',
1127
+ component: './tj/postVideo/list/imgBlackWhite/global/listContent/index.jsx',
1128
+ routeData: {
1129
+ serviceId: 'POST_VIDEO_IMG',
1130
+ },
1131
+ },
1132
+ {
1133
+ path: '/new/tianjing/video/list/imgBlackWhite/global/contentOpLog',
1134
+ name: '名单内容操作日志',
1135
+ wrappers: ['@/wrappers/auth'],
1136
+ noApplyAuth: true,
1137
+ action: 'tjVideo',
1138
+ component: './tj/postVideo/list/imgBlackWhite/global/listContentOpLog/index.jsx',
1139
+ routeData: {
1140
+ serviceId: 'POST_VIDEO_IMG',
1141
+ },
1142
+ },
1143
+ ],
1144
+ },
1145
+ {
1146
+ path: '/new/tianjing/video/list/imgBlackWhite/company',
1147
+ name: '公司名单',
1148
+ wrappers: ['@/wrappers/auth'],
1149
+ noApplyAuth: true,
1150
+ action: 'tjVideoListImgBlackWhiteCompany',
1151
+ component: './tj/postVideo/list/imgBlackWhite/company/list/index.jsx',
1152
+ showInTab: true,
1153
+ routeData: {
1154
+ serviceId: 'POST_VIDEO_IMG',
1155
+ isOnlyGlobalShow: true,
1156
+ hasOrgSelect: true,
1157
+ hasAppSelect: true,
1158
+ },
1159
+ routes: [
1160
+ {
1161
+ path: '/new/tianjing/video/list/imgBlackWhite/company/opLog',
1162
+ name: '名单操作日志',
1163
+ wrappers: ['@/wrappers/auth'],
1164
+ noApplyAuth: true,
1165
+ action: 'tjVideoListImgBlackWhiteCompanyLog',
1166
+ component: './tj/postVideo/list/imgBlackWhite/company/listOpLog/index.jsx',
1167
+ routeData: {
1168
+ serviceId: 'POST_VIDEO_IMG',
1169
+ },
1170
+ },
1171
+ {
1172
+ path: '/new/tianjing/video/list/imgBlackWhite/company/content',
1173
+ name: '名单内容',
1174
+ wrappers: ['@/wrappers/auth'],
1175
+ noApplyAuth: true,
1176
+ action: 'tjVideoListImgBlackWhiteCompanyContent',
1177
+ component: './tj/postVideo/list/imgBlackWhite/company/listContent/index.jsx',
1178
+ routeData: {
1179
+ serviceId: 'POST_VIDEO_IMG',
1180
+ },
1181
+ },
1182
+ {
1183
+ path: '/new/tianjing/video/list/imgBlackWhite/company/contentOpLog',
1184
+ name: '名单内容操作日志',
1185
+ wrappers: ['@/wrappers/auth'],
1186
+ noApplyAuth: true,
1187
+ action: 'tjVideoListImgBlackWhiteCompanyContentLog',
1188
+ component: './tj/postVideo/list/imgBlackWhite/company/listContentOpLog/index.jsx',
1189
+ routeData: {
1190
+ serviceId: 'POST_VIDEO_IMG',
1191
+ },
1192
+ },
1193
+ {
1194
+ path: ROUTE_PATH.LIST.VIDEO_IMG_BLACK.COMPANY.REPEAT_CONTENT,
1195
+ name: '重复铭感词列表',
1196
+ wrappers: ['@/wrappers/auth'],
1197
+ noApplyAuth: true,
1198
+ action: 'tjVideoListImgBlackWhiteCompanyContentListRepetition',
1199
+ component: './tj/postVideo/list/imgBlackWhite/company/listRepetition/index.jsx',
1200
+ routeData: {
1201
+ serviceId: 'POST_VIDEO_IMG',
1202
+ },
1203
+ },
1204
+ {
1205
+ path: ROUTE_PATH.LIST.VIDEO_IMG_BLACK.COMPANY.REPEAT,
1206
+ name: '重复铭感词列表',
1207
+ wrappers: ['@/wrappers/auth'],
1208
+ noApplyAuth: true,
1209
+ action: 'tjVideoListImgBlackWhiteCompanyListRepetition',
1210
+ component: './tj/postVideo/list/imgBlackWhite/company/listRepetition/index.jsx',
1211
+ routeData: {
1212
+ serviceId: 'POST_VIDEO_IMG',
1213
+ },
1214
+ },
1215
+ ],
1216
+ },
1217
+ {
1218
+ path: '/new/tianjing/video/list/imgBlackWhite/custom',
1219
+ name: '截帧权限黑白名单',
1220
+ wrappers: ['@/wrappers/auth'],
1221
+ noApplyAuth: true,
1222
+ action: 'tjVideoListImgBlackWhiteCustom',
1223
+ component: './tj/text/list/text/custom/list/index.jsx',
1224
+ showInTab: true,
1225
+ routeData: {
1226
+ serviceId: 'POST_VIDEO_IMG',
1227
+ hasOrgSelect: true,
1228
+ hasAppSelect: true,
1229
+ listType: '1',
1230
+ subType: 'other',
1231
+ },
1232
+ routes: [
1233
+ {
1234
+ path: '/new/tianjing/video/list/imgBlackWhite/custom/opLog',
1235
+ name: '名单操作日志',
1236
+ wrappers: ['@/wrappers/auth'],
1237
+ noApplyAuth: true,
1238
+ action: 'tjVideoListImgBlackWhiteCustomLog',
1239
+ component: './tj/postVideo/list/imgBlackWhite/custom/listOpLog/index.jsx',
1240
+ routeData: {
1241
+ serviceId: 'POST_VIDEO_IMG',
1242
+ },
1243
+ },
1244
+ {
1245
+ path: '/new/tianjing/video/list/imgBlackWhite/custom/content',
1246
+ name: '名单内容',
1247
+ wrappers: ['@/wrappers/auth'],
1248
+ noApplyAuth: true,
1249
+ action: 'tjVideoListImgBlackWhiteCustomContent',
1250
+ component: './tj/postVideo/list/imgBlackWhite/custom/listContent/index.jsx',
1251
+ routeData: {
1252
+ serviceId: 'POST_VIDEO_IMG',
1253
+ },
1254
+ },
1255
+ {
1256
+ path: '/new/tianjing/video/list/imgBlackWhite/custom/contentOpLog',
1257
+ name: '名单内容操作日志',
1258
+ wrappers: ['@/wrappers/auth'],
1259
+ noApplyAuth: true,
1260
+ action: 'tjVideoListImgBlackWhiteCustomContentLog',
1261
+ component: './tj/postVideo/list/imgBlackWhite/custom/listContentOpLog/index.jsx',
1262
+ routeData: {
1263
+ serviceId: 'POST_VIDEO_IMG',
1264
+ },
1265
+ },
1266
+ {
1267
+ path: ROUTE_PATH.LIST.VIDEO_IMG_BLACK.CUSTOM.REPEAT_CONTENT,
1268
+ name: '重复铭感词列表',
1269
+ wrappers: ['@/wrappers/auth'],
1270
+ noApplyAuth: true,
1271
+ action: 'tjVideoListImgBlackWhiteCustomContentListRepetition',
1272
+ component: './tj/postVideo/list/imgBlackWhite/custom/listRepetition/index.jsx',
1273
+ routeData: {
1274
+ serviceId: 'POST_VIDEO_IMG',
1275
+ },
1276
+ },
1277
+ {
1278
+ path: ROUTE_PATH.LIST.VIDEO_IMG_BLACK.CUSTOM.REPEAT,
1279
+ name: '重复铭感词列表',
1280
+ wrappers: ['@/wrappers/auth'],
1281
+ noApplyAuth: true,
1282
+ action: 'tjVideoListImgBlackWhiteCustomListRepetition',
1283
+ component: './tj/postVideo/list/imgBlackWhite/custom/listRepetition/index.jsx',
1284
+ routeData: {
1285
+ serviceId: 'POST_VIDEO_IMG',
1286
+ },
1287
+ },
1288
+ ],
1289
+ },
1290
+ {
1291
+ path: '/new/tianjing/video/list/imgBlackWhite/search',
1292
+ name: '全局检索',
1293
+ wrappers: ['@/wrappers/auth'],
1294
+ noApplyAuth: true,
1295
+ action: 'tjVideoListImgBlackWhiteGlobalSearch',
1296
+ component: './tj/postVideo/list/imgBlackWhite/listSearch/index.jsx',
1297
+ showInTab: true,
1298
+ routeData: {
1299
+ serviceId: 'POST_VIDEO_IMG',
1300
+ hasOrgSelect: true,
1301
+ hasAppSelect: true,
1302
+ },
1303
+ },
1304
+ ],
1305
+ },
1306
+ {
1307
+ path: '/new/tianjing/video/list/audioBlackWhite',
1308
+ name: '音频权限名单',
1309
+ action: 'tjVideoListAudioBlackWhite',
1310
+ component: '../layouts/TabContentLayout',
1311
+ hideChildrenInMenu: true,
1312
+ wrappers: ['@/wrappers/auth'],
1313
+ routeData: {
1314
+ serviceId: 'POST_VIDEO_AUDIO',
1315
+ },
1316
+ routes: [
1317
+ {
1318
+ path: '/new/tianjing/video/list/audioBlackWhite/global',
1319
+ name: '全局名单',
1320
+ wrappers: ['@/wrappers/auth'],
1321
+ noApplyAuth: true,
1322
+ action: 'tjVideoListAudioBlackWhiteGlobal',
1323
+ component: './tj/postVideo/list/audioBlackWhite/global/list/index.jsx',
1324
+ showInTab: true,
1325
+ routeData: {
1326
+ serviceId: 'POST_VIDEO_AUDIO',
1327
+ isOnlyGlobalShow: true,
1328
+ hasOrgSelect: true,
1329
+ hasAppSelect: true,
1330
+ },
1331
+ routes: [
1332
+ {
1333
+ path: '/new/tianjing/video/list/audioBlackWhite/global/opLog',
1334
+ name: '名单操作日志',
1335
+ wrappers: ['@/wrappers/auth'],
1336
+ noApplyAuth: true,
1337
+ action: 'tjVideoListAudioBlackWhiteGlobalLog',
1338
+ component: './tj/postVideo/list/audioBlackWhite/global/listOpLog/index.jsx',
1339
+ routeData: {
1340
+ serviceId: 'POST_VIDEO_AUDIO',
1341
+ },
1342
+ },
1343
+ {
1344
+ path: '/new/tianjing/video/list/audioBlackWhite/global/content',
1345
+ name: '名单内容',
1346
+ action: 'tjVideo',
1347
+ wrappers: ['@/wrappers/auth'],
1348
+ noApplyAuth: true,
1349
+ component: './tj/postVideo/list/audioBlackWhite/global/listContent/index.jsx',
1350
+ routeData: {
1351
+ serviceId: 'POST_VIDEO_AUDIO',
1352
+ },
1353
+ },
1354
+ {
1355
+ path: '/new/tianjing/video/list/audioBlackWhite/global/contentOpLog',
1356
+ name: '名单内容操作日志',
1357
+ wrappers: ['@/wrappers/auth'],
1358
+ noApplyAuth: true,
1359
+ action: 'tjVideo',
1360
+ component: './tj/postVideo/list/audioBlackWhite/global/listContentOpLog/index.jsx',
1361
+ routeData: {
1362
+ serviceId: 'POST_VIDEO_AUDIO',
1363
+ },
1364
+ },
1365
+ ],
1366
+ },
1367
+ {
1368
+ path: '/new/tianjing/video/list/audioBlackWhite/company',
1369
+ name: '公司名单',
1370
+ wrappers: ['@/wrappers/auth'],
1371
+ noApplyAuth: true,
1372
+ action: 'tjVideoListAudioBlackWhiteCompany',
1373
+ component: './tj/postVideo/list/audioBlackWhite/company/list/index.jsx',
1374
+ showInTab: true,
1375
+ routeData: {
1376
+ serviceId: 'POST_VIDEO_AUDIO',
1377
+ isOnlyGlobalShow: true,
1378
+ hasOrgSelect: true,
1379
+ hasAppSelect: true,
1380
+ },
1381
+ routes: [
1382
+ {
1383
+ path: '/new/tianjing/video/list/audioBlackWhite/company/opLog',
1384
+ name: '名单操作日志',
1385
+ wrappers: ['@/wrappers/auth'],
1386
+ noApplyAuth: true,
1387
+ action: 'tjVideoListAudioBlackWhiteCompanyLog',
1388
+ component: './tj/postVideo/list/audioBlackWhite/company/listOpLog/index.jsx',
1389
+ routeData: {
1390
+ serviceId: 'POST_VIDEO_AUDIO',
1391
+ },
1392
+ },
1393
+ {
1394
+ path: '/new/tianjing/video/list/audioBlackWhite/company/content',
1395
+ name: '名单内容',
1396
+ wrappers: ['@/wrappers/auth'],
1397
+ noApplyAuth: true,
1398
+ action: 'tjVideoListAudioBlackWhiteCompanyContent',
1399
+ component: './tj/postVideo/list/audioBlackWhite/company/listContent/index.jsx',
1400
+ routeData: {
1401
+ serviceId: 'POST_VIDEO_AUDIO',
1402
+ },
1403
+ },
1404
+ {
1405
+ path: '/new/tianjing/video/list/audioBlackWhite/company/contentOpLog',
1406
+ name: '名单内容操作日志',
1407
+ wrappers: ['@/wrappers/auth'],
1408
+ noApplyAuth: true,
1409
+ action: 'tjVideoListAudioBlackWhiteCompanyContentLog',
1410
+ component: './tj/postVideo/list/audioBlackWhite/company/listContentOpLog/index.jsx',
1411
+ routeData: {
1412
+ serviceId: 'POST_VIDEO_AUDIO',
1413
+ },
1414
+ },
1415
+ {
1416
+ path: ROUTE_PATH.LIST.VIDEO_AUDIO_BLACK.COMPANY.REPEAT_CONTENT,
1417
+ name: '重复铭感词列表',
1418
+ wrappers: ['@/wrappers/auth'],
1419
+ noApplyAuth: true,
1420
+ action: 'tjVideoListAudioBlackWhiteCompanyContentListRepetition',
1421
+ component: './tj/postVideo/list/audioBlackWhite/company/listRepetition/index.jsx',
1422
+ routeData: {
1423
+ serviceId: 'POST_VIDEO_AUDIO',
1424
+ },
1425
+ },
1426
+ {
1427
+ path: ROUTE_PATH.LIST.VIDEO_AUDIO_BLACK.COMPANY.REPEAT,
1428
+ name: '重复铭感词列表',
1429
+ wrappers: ['@/wrappers/auth'],
1430
+ noApplyAuth: true,
1431
+ action: 'tjVideoListAudioBlackWhiteCompanyListRepetition',
1432
+ component: './tj/postVideo/list/audioBlackWhite/company/listRepetition/index.jsx',
1433
+ routeData: {
1434
+ serviceId: 'POST_VIDEO_AUDIO',
1435
+ },
1436
+ },
1437
+ ],
1438
+ },
1439
+ {
1440
+ path: '/new/tianjing/video/list/audioBlackWhite/custom',
1441
+ name: '音频权限黑白名单',
1442
+ wrappers: ['@/wrappers/auth'],
1443
+ noApplyAuth: true,
1444
+ action: 'tjVideoListAudioBlackWhiteCustom',
1445
+ component: './tj/text/list/text/custom/list/index.jsx',
1446
+ showInTab: true,
1447
+ routeData: {
1448
+ serviceId: 'POST_VIDEO_AUDIO',
1449
+ hasOrgSelect: true,
1450
+ hasAppSelect: true,
1451
+ listType: '1',
1452
+ subType: 'other',
1453
+ },
1454
+ routes: [
1455
+ {
1456
+ path: '/new/tianjing/video/list/audioBlackWhite/custom/opLog',
1457
+ name: '名单操作日志',
1458
+ wrappers: ['@/wrappers/auth'],
1459
+ noApplyAuth: true,
1460
+ action: 'tjVideoListAudioBlackWhiteCustomLog',
1461
+ component: './tj/postVideo/list/audioBlackWhite/custom/listOpLog/index.jsx',
1462
+ routeData: {
1463
+ serviceId: 'POST_VIDEO_AUDIO',
1464
+ },
1465
+ },
1466
+ {
1467
+ path: '/new/tianjing/video/list/audioBlackWhite/custom/content',
1468
+ name: '名单内容',
1469
+ wrappers: ['@/wrappers/auth'],
1470
+ noApplyAuth: true,
1471
+ action: 'tjVideoListAudioBlackWhiteCustomContent',
1472
+ component: './tj/postVideo/list/audioBlackWhite/custom/listContent/index.jsx',
1473
+ routeData: {
1474
+ serviceId: 'POST_VIDEO_AUDIO',
1475
+ },
1476
+ },
1477
+ {
1478
+ path: '/new/tianjing/video/list/audioBlackWhite/custom/contentOpLog',
1479
+ name: '名单内容操作日志',
1480
+ wrappers: ['@/wrappers/auth'],
1481
+ noApplyAuth: true,
1482
+ action: 'tjVideoListAudioBlackWhiteCustomContentLog',
1483
+ component: './tj/postVideo/list/audioBlackWhite/custom/listContentOpLog/index.jsx',
1484
+ routeData: {
1485
+ serviceId: 'POST_VIDEO_AUDIO',
1486
+ },
1487
+ },
1488
+ {
1489
+ path: ROUTE_PATH.LIST.VIDEO_AUDIO_BLACK.CUSTOM.REPEAT_CONTENT,
1490
+ name: '重复铭感词列表',
1491
+ wrappers: ['@/wrappers/auth'],
1492
+ noApplyAuth: true,
1493
+ action: 'tjVideoListAudioBlackWhiteCustomContentListRepetition',
1494
+ component: './tj/postVideo/list/audioBlackWhite/custom/listRepetition/index.jsx',
1495
+ routeData: {
1496
+ serviceId: 'POST_VIDEO_AUDIO',
1497
+ },
1498
+ },
1499
+ {
1500
+ path: ROUTE_PATH.LIST.VIDEO_AUDIO_BLACK.CUSTOM.REPEAT,
1501
+ name: '重复铭感词列表',
1502
+ wrappers: ['@/wrappers/auth'],
1503
+ noApplyAuth: true,
1504
+ action: 'tjVideoListAudioBlackWhiteCustomListRepetition',
1505
+ component: './tj/postVideo/list/audioBlackWhite/custom/listRepetition/index.jsx',
1506
+ routeData: {
1507
+ serviceId: 'POST_VIDEO_AUDIO',
1508
+ },
1509
+ },
1510
+ ],
1511
+ },
1512
+ {
1513
+ path: '/new/tianjing/video/list/audioBlackWhite/search',
1514
+ name: '全局检索',
1515
+ wrappers: ['@/wrappers/auth'],
1516
+ noApplyAuth: true,
1517
+ action: 'tjVideoListAudioBlackWhiteGlobalSearch',
1518
+ component: './tj/postVideo/list/audioBlackWhite/listSearch/index.jsx',
1519
+ showInTab: true,
1520
+ routeData: {
1521
+ serviceId: 'POST_VIDEO_AUDIO',
1522
+ hasOrgSelect: true,
1523
+ hasAppSelect: true,
1524
+ },
1525
+ },
1526
+ ],
1527
+ },
1528
+ ],
1529
+ },
1530
+ {
1531
+ path: '/new/tianjing/video/check',
1532
+ name: '视频审核',
1533
+ action: 'tjVideoCheck',
1534
+ component: '../layouts/TabContentLayout',
1535
+ wrappers: ['@/wrappers/auth'],
1536
+ hideChildrenInMenu: true,
1537
+ routeData: {
1538
+ serviceId: 'POST_VIDEO',
1539
+ hasOrgSelect: true,
1540
+ },
1541
+ routes: [
1542
+ {
1543
+ path: ROUTE_PATH.TJ.CHECK.VIDEO_ITEM,
1544
+ name: '快速审核',
1545
+ action: 'tjVideoCheckItem',
1546
+ component: './tj/text/check/item/index',
1547
+ wrappers: ['@/wrappers/auth'],
1548
+ showInTab: true,
1549
+ routeData: {
1550
+ serviceId: 'POST_VIDEO',
1551
+ type: 'ITEM',
1552
+ hasOrgSelect: true,
1553
+ },
1554
+ },
1555
+ {
1556
+ path: ROUTE_PATH.TJ.CHECK.VIDEO_BATCH,
1557
+ name: '审核任务',
1558
+ wrappers: ['@/wrappers/auth'],
1559
+ noApply: true,
1560
+ action: 'tjVideoCheckItemBatch',
1561
+ component: './tj/text/check/batch/index',
1562
+ showInTab: true,
1563
+ noApplyAuth: true,
1564
+ routeData: {
1565
+ serviceId: 'POST_VIDEO',
1566
+ type: 'BATCH',
1567
+ hasOrgSelect: true,
1568
+ isHideResult: true,
1569
+ },
1570
+ },
1571
+ ],
1572
+ },
1573
+ {
1574
+ path: '/new/tianjing/video/strategy',
1575
+ name: '策略管理',
1576
+ hideChildrenInMenu: true,
1577
+ action: 'tjVideoStrategy',
1578
+ routeData: {
1579
+ serviceId: 'POST_VIDEO',
1580
+ isOnlyGlobalShow: true,
1581
+ },
1582
+ routes: [
1583
+ {
1584
+ path: '/new/tianjing/video/strategy',
1585
+ redirect: '/new/tianjing/video/strategy/policy',
1586
+ },
1587
+ {
1588
+ path: '/new/tianjing/video/strategy/policy',
1589
+ name: '策略管理中心',
1590
+ action: 'tjVideoStrategyCenter',
1591
+ component: './IFrame/index.jsx',
1592
+ wrappers: ['@/wrappers/auth'],
1593
+ routeData: {
1594
+ serviceId: 'POST_VIDEO',
1595
+ isOnlyGlobalShow: true,
1596
+ },
1597
+ },
1598
+ {
1599
+ path: '/new/tianjing/video/strategy/ruleLog',
1600
+ name: '规则日志',
1601
+ wrappers: ['@/wrappers/auth'],
1602
+ noApplyAuth: true,
1603
+ action: 'tjVideoStrategyCenterLog',
1604
+ component: './IFrame/index.jsx',
1605
+ routeData: {
1606
+ serviceId: 'POST_VIDEO',
1607
+ isOnlyGlobalShow: true,
1608
+ },
1609
+ },
1610
+ ],
1611
+ },
1612
+ {
1613
+ path: '/new/tianjing/video/errorCorrection',
1614
+ name: '纠错记录',
1615
+ action: 'tjVideoCorrection',
1616
+ component: '../layouts/TabContentLayout',
1617
+ hideChildrenInMenu: true,
1618
+ wrappers: ['@/wrappers/auth'],
1619
+ routeData: {
1620
+ serviceId: 'POST_VIDEO',
1621
+ },
1622
+ routes: [
1623
+ {
1624
+ path: ROUTE_PATH.FEEDBACK.VIDEO.STATISTICS,
1625
+ name: '视频文件纠错统计',
1626
+ action: 'tjVideoCorrectionVideoTrend',
1627
+ showInTab: true,
1628
+ component: './tj/postVideo/errorCorrection/imgMissReason/index.jsx',
1629
+ wrappers: ['@/wrappers/auth'],
1630
+ routeData: {
1631
+ serviceId: 'POST_VIDEO',
1632
+ hasOrgSelect: true,
1633
+ hasAppSelect: true,
1634
+ },
1635
+ },
1636
+ {
1637
+ path: ROUTE_PATH.FEEDBACK.VIDEO.LIST,
1638
+ name: '视频文件纠错记录',
1639
+ action: 'tjVideoCorrectionVideoHistory',
1640
+ showInTab: true,
1641
+ component: './tj/postVideo/errorCorrection/audioList/index.jsx',
1642
+ wrappers: ['@/wrappers/auth'],
1643
+ routeData: {
1644
+ serviceId: 'POST_VIDEO',
1645
+ pageType: 'POST_VIDEO_FILE',
1646
+ hasOrgSelect: true,
1647
+ hasAppSelect: true,
1648
+ },
1649
+ },
1650
+ {
1651
+ path: ROUTE_PATH.FEEDBACK.VIDEO.STATISTICS_IMG,
1652
+ name: '截帧图片纠错统计',
1653
+ action: 'tjVideoCorrectionImageTrend',
1654
+ showInTab: true,
1655
+ component: './tj/postVideo/errorCorrection/imgMissReason/index.jsx',
1656
+ wrappers: ['@/wrappers/auth'],
1657
+ routeData: {
1658
+ serviceId: 'POST_VIDEO_IMG',
1659
+ hasOrgSelect: true,
1660
+ hasAppSelect: true,
1661
+ },
1662
+ },
1663
+ {
1664
+ path: ROUTE_PATH.FEEDBACK.VIDEO.LIST_IMG,
1665
+ name: '截帧图片纠错记录',
1666
+ action: 'tjVideoCorrectionImageHistory',
1667
+ showInTab: true,
1668
+ component: './tj/postVideo/errorCorrection/imgList/index.jsx',
1669
+ wrappers: ['@/wrappers/auth'],
1670
+ routeData: {
1671
+ serviceId: 'POST_VIDEO_IMG',
1672
+ hasOrgSelect: true,
1673
+ hasAppSelect: true,
1674
+ },
1675
+ },
1676
+ {
1677
+ path: ROUTE_PATH.FEEDBACK.VIDEO.STATISTICS_CLIPS,
1678
+ name: '音频片段纠错统计',
1679
+ action: 'tjVideoCorrectionAudioTrend',
1680
+ showInTab: true,
1681
+ component: './tj/postVideo/errorCorrection/audioMissReason/index.jsx',
1682
+ wrappers: ['@/wrappers/auth'],
1683
+ routeData: {
1684
+ serviceId: 'POST_VIDEO_AUDIO',
1685
+ hasOrgSelect: true,
1686
+ hasAppSelect: true,
1687
+ },
1688
+ },
1689
+ {
1690
+ path: '/new/tianjing/video/errorCorrection/audioList',
1691
+ name: '音频片段纠错记录',
1692
+ action: 'tjVideoCorrectionAudioHistory',
1693
+ showInTab: true,
1694
+ component: './tj/postVideo/errorCorrection/audioList/index.jsx',
1695
+ wrappers: ['@/wrappers/auth'],
1696
+ routeData: {
1697
+ serviceId: 'POST_VIDEO_AUDIO',
1698
+ hasOrgSelect: true,
1699
+ hasAppSelect: true,
1700
+ },
1701
+ },
1702
+ ],
1703
+ },
1704
+ ],
1705
+ };