mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-29 08:43:55 +08:00
update:智控台音色克隆
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user