添加声纹管理页面

--VoicePrint.vue 声纹展示页面
--VoicePrintDialog.vue 声纹增改组件
--index.js 注册声纹页面路径
This commit is contained in:
JianYu Zheng
2025-07-08 16:15:52 +08:00
parent 61907d2270
commit d40d4a08b0
3 changed files with 932 additions and 0 deletions
+7
View File
@@ -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',