mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-24 08:03:53 +08:00
添加声纹管理页面
--VoicePrint.vue 声纹展示页面 --VoicePrintDialog.vue 声纹增改组件 --index.js 注册声纹页面路径
This commit is contained in:
@@ -17,6 +17,13 @@ const routes = [
|
||||
component: function () {
|
||||
return import('../views/roleConfig.vue')
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/voice-print',
|
||||
name: 'VoicePrint',
|
||||
component: function () {
|
||||
return import('../views/VoicePrint.vue')
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/login',
|
||||
|
||||
Reference in New Issue
Block a user