update:智控台音色克隆

This commit is contained in:
hrz
2025-10-07 23:54:42 +08:00
parent bef7f79f40
commit 3249970b7b
42 changed files with 4140 additions and 531 deletions
+23 -1
View File
@@ -18,7 +18,7 @@ const routes = [
return import('../views/roleConfig.vue')
}
},
{
{
path: '/voice-print',
name: 'VoicePrint',
component: function () {
@@ -110,6 +110,28 @@ const routes = [
title: 'OTA管理'
}
},
{
path: '/voice-resource-management',
name: 'VoiceResourceManagement',
component: function () {
return import('../views/VoiceResourceManagement.vue')
},
meta: {
requiresAuth: true,
title: '音色资源开通'
}
},
{
path: '/voice-clone-management',
name: 'VoiceCloneManagement',
component: function () {
return import('../views/VoiceCloneManagement.vue')
},
meta: {
requiresAuth: true,
title: '音色克隆管理'
}
},
{
path: '/dict-management',
name: 'DictManagement',