“dzb”
2022-09-21 091618590e16bc7e3f989944494b49ab6e98b626
src/router/index.js
@@ -18,14 +18,9 @@
        component: () => import('@/views/systemSetting'),
        children: [
          {
            path: "createUser",
            name: "createUser",
            component: () => import('@/views/systemSetting/baseSetting/user/createUser')
          },
          {
            path: 'userList',
            name: 'userList',
            component: () => import('@/views/systemSetting/baseSetting/user/userList')
            path: "user",
            name: "user",
            component: () => import('@/views/systemSetting/baseSetting/user')
          },
          {
            path:'role',
@@ -41,6 +36,21 @@
            path:'department',
            name:'department',
            component: () => import('@/views/systemSetting/baseSetting/department')
          },
          {
            path:'portalSetting',
            name:'portalSetting',
            component: () => import('@/views/systemSetting/platform/portalSetting')
          },
          {
            path:'otherInterface',
            name:'otherInterface',
            component: () => import('@/views/systemSetting/platform/otherInterface')
          },
          {
            path:'mySetting',
            name:'mySetting',
            component: () => import('@/views/systemSetting/platform/mySetting')
          }
        ]
      },