Sanakey
3 天以前 b5c1614fe473330ceca8b7cff0f1802e19bd5039
src/router/routes/modules/customer.ts
@@ -15,7 +15,7 @@
  children: [
    {
      path: 'index',
      name: 'AccountManagement',
      name: 'CustomerList',
      meta: {
        title: '客户列表',
        ignoreKeepAlive: false,
@@ -53,24 +53,24 @@
    //   component: () => import('@/views/demo/system/role/index.vue'),
    // },
    //
    // {
    //   path: 'menu',
    //   name: 'MenuManagement',
    //   meta: {
    //     title: '客户查重',
    //     ignoreKeepAlive: true,
    //   },
    //   component: () => import('@/views/demo/system/menu/index.vue'),
    // },
    {
      path: 'dept',
      name: 'DeptManagement',
      meta: {
        title: '客户设置',
        title: '客户查重',
        ignoreKeepAlive: true,
      },
      component: () => import('@/views/demo/system/dept/index.vue'),
    },
    {
      path: 'settings',
      name: 'CustomerSettings',
      meta: {
        title: '客户设置',
        ignoreKeepAlive: true,
      },
      component: () => import('@/views/customer/settings.vue'),
    },
    // {
    //   path: 'changePassword',
    //   name: 'ChangePassword',