zhengyiming
7 天以前 21715c587759b7b9578f7f0ecd96a3e06df9faaa
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',
@@ -323,6 +351,28 @@
    },
  },
  {
    path: '/SignMiddleware/:code',
    name: 'SignMiddleware',
    alias: '/sg/:code',
    hidden: true,
    component: () => import('@/views/SignMiddleware/SignMiddleware.vue'),
    meta: {
      title: '签约',
      rank: 102,
    },
  },
  {
    path: '/SignU/:code',
    name: 'SignU',
    alias: '/sgu/:code',
    hidden: true,
    component: () => import('@/views/SignMiddleware/SignU.vue'),
    meta: {
      title: '签约',
      rank: 102,
    },
  },
  {
    path: '/Error',
    component: ErrorLayout,
    redirect: '/Error/401',