diff --git a/frontend/app/web-gold/src/components/SidebarNav.vue b/frontend/app/web-gold/src/components/SidebarNav.vue
index 4602b5616a..fdd241a94f 100644
--- a/frontend/app/web-gold/src/components/SidebarNav.vue
+++ b/frontend/app/web-gold/src/components/SidebarNav.vue
@@ -35,7 +35,6 @@ const items = computed(() => {
title: '数字人',
children: [
{ path: '/digital-human/voice-copy', label: '人声克隆', icon: 'mic' },
- { path: '/digital-human/voice-generate', label: '生成配音', icon: 'wave' },
{ path: '/digital-human/video', label: '数字人视频', icon: 'video' },
]
},
@@ -145,4 +144,3 @@ function go(p) {
.nav-item__label { font-size: var(--font-body-size); font-weight: 600; }
-
diff --git a/frontend/app/web-gold/src/router/index.js b/frontend/app/web-gold/src/router/index.js
index ad76917e47..95bae9a27a 100644
--- a/frontend/app/web-gold/src/router/index.js
+++ b/frontend/app/web-gold/src/router/index.js
@@ -33,7 +33,6 @@ const routes = [
children: [
{ path: '', redirect: '/digital-human/voice-copy' },
{ path: 'voice-copy', name: '人声克隆', component: () => import('../views/dh/VoiceCopy.vue') },
- { path: 'voice-generate', name: '生成配音', component: () => import('../views/dh/VoiceGenerate.vue') },
{ path: 'avatar', name: '生成数字人', component: () => import('../views/dh/Avatar.vue') },
{ path: 'video', name: '数字人视频', component: () => import('../views/dh/Video.vue') },
]
@@ -123,3 +122,4 @@ router.beforeEach(async (to, from, next) => {
})
export default router
+
diff --git a/frontend/app/web-gold/src/views/dh/VoiceGenerate.vue b/frontend/app/web-gold/src/views/dh/VoiceGenerate.vue
deleted file mode 100644
index 4600525973..0000000000
--- a/frontend/app/web-gold/src/views/dh/VoiceGenerate.vue
+++ /dev/null
@@ -1,146 +0,0 @@
-
-
-
-
-
-
-
- 配音生成
-
-
-
-
-
-
-
-
-
- 生成
-
-
-
-
-
-
- 生成记录
-
-
-
-
-
-
-
-
-
-
-
- 暂无生成记录,选择声音并输入文案后点击“生成”
-
-
-
-
-
-
-
-
-
-