From f6dc899bb972e9027e6f356039cdb79014abe23b Mon Sep 17 00:00:00 2001
From: sion123 <450702724@qq.com>
Date: Wed, 4 Mar 2026 19:29:00 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
frontend/app/web-gold/src/router/index.js | 1 -
.../src/views/material/MaterialGroup.vue | 363 ------------------
2 files changed, 364 deletions(-)
delete mode 100644 frontend/app/web-gold/src/views/material/MaterialGroup.vue
diff --git a/frontend/app/web-gold/src/router/index.js b/frontend/app/web-gold/src/router/index.js
index 15dd996962..17b74eb8ad 100644
--- a/frontend/app/web-gold/src/router/index.js
+++ b/frontend/app/web-gold/src/router/index.js
@@ -104,7 +104,6 @@ function buildRoutesFromNav(config) {
const hiddenRoutes = [
{ path: 'trends/heat', name: '热度分析', component: () => import('../views/trends/Heat.vue'), meta: { hidden: true } },
- { path: 'material/group', name: '素材分组', component: () => import('../views/material/MaterialGroup.vue'), meta: { hidden: true } },
{ path: 'user/profile', name: '个人中心', component: () => import('../views/user/Profile.vue'), meta: { hidden: true } }
]
diff --git a/frontend/app/web-gold/src/views/material/MaterialGroup.vue b/frontend/app/web-gold/src/views/material/MaterialGroup.vue
deleted file mode 100644
index 7c6a88568f..0000000000
--- a/frontend/app/web-gold/src/views/material/MaterialGroup.vue
+++ /dev/null
@@ -1,363 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
{{ record.name }}
-
{{ record.fileCount || 0 }} 个文件
-
-
-
- {{ record.description || '暂无描述' }}
-
-
- {{ formatDate(record.createTime) }}
-
-
-
-
-
-
-
- 编辑
-
-
-
-
-
- 删除
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-