From 6c1f706d6acee58316ec2584d231cf286a4ffc6a Mon Sep 17 00:00:00 2001 From: cuiyouliang Date: Mon, 2 Jun 2025 16:36:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=85=AC=E5=85=B1=E6=9E=9A?= =?UTF-8?q?=E4=B8=BE=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- .../TUISearch/search-result/index.vue | 2 +- src/api/contentCenter/index.ts | 76 +++++ src/api/contentCenter/types.ts | 69 +++++ src/layout/components/Sidebar/Logo.vue | 2 +- src/router/index.ts | 41 ++- src/utils/commonDictionary.ts | 33 +++ src/views/contentManage/video/index.vue | 261 ++++++++++++++++++ src/views/workflow/category/index.vue | 8 +- vite.config.ts | 4 +- 10 files changed, 486 insertions(+), 12 deletions(-) create mode 100644 src/api/contentCenter/index.ts create mode 100644 src/api/contentCenter/types.ts create mode 100644 src/utils/commonDictionary.ts create mode 100644 src/views/contentManage/video/index.vue diff --git a/index.html b/index.html index aa1c86d..0b7d607 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ - RuoYi-Vue-Plus多租户管理系统 + 无终街管理系统