zhengyiming
18 小时以前 31d437890f80ac39ac19c4b7f5624de45ae191c1
src/router/index.ts
@@ -285,13 +285,41 @@
    ],
  },
  {
    path: '/FinanceManage',
    path: '/AgreementManage',
    redirect: 'noRedirect',
    component: Layout,
    hidden: false,
    alwaysShow: true,
    meta: {
      rank: 10050,
      title: '协议管理',
      rootMenu: true,
      icon: 'home',
    },
    children: [
      {
        path: '/AgreementManageList',
        name: 'AgreementManageList',
        hidden: false,
        alwaysShow: true,
        component: () => import('@/views/AgreementManage/AgreementManageList.vue'),
        meta: {
          rank: 10051,
          title: '协议管理',
          // rootMenu: true,
          icon: 'home',
        },
      },
    ],
  },
  {
    path: '/FinanceManage',
    redirect: 'noRedirect',
    component: Layout,
    hidden: false,
    alwaysShow: true,
    meta: {
      rank: 10060,
      title: '财务管理',
      rootMenu: true,
      icon: 'home',
@@ -304,7 +332,7 @@
        alwaysShow: true,
        component: () => import('@/views/FinanceManage/FinanceManage.vue'),
        meta: {
          rank: 10051,
          rank: 10061,
          title: '财务管理',
          // rootMenu: true,
          icon: 'home',