CRM_25-12-23#story#7473,服务商系统、调度APP新增服务商人员确认的功能

This commit is contained in:
2025-12-15 13:07:55 +08:00
parent f9acd76fcf
commit 552b56d5da
2 changed files with 314 additions and 0 deletions

View File

@@ -39,5 +39,13 @@ const authenticationRouter = [
title: '银行卡信息认证',
}
},
{
path: '/personList',
name: 'personList',
component: () => import('@/views/mine/personList.vue'),
meta:{
title: '人员信息',
}
},
]
export default authenticationRouter