This commit is contained in:
jl-zhoujl2
2022-08-02 17:17:20 +08:00
parent 541b685651
commit ca37297a8e
3 changed files with 510 additions and 0 deletions

View File

@ -111,6 +111,10 @@ export default [
},
...home,//各角色主页
...menuaZhaoBiao,//项目菜单所有路由
{
path: '/AppointmentManage',
component: './AppointmentManage',
},
{//问卷调查
name: 'Questionnaire',
icon: 'UnorderedListOutlined',