zhengyiming
2025-12-03 3704e11b86fa50bf9f670de268a18e6de3b5d48a
src/router/index.ts
@@ -95,6 +95,62 @@
      rootMenu: true,
    },
  },
  // {
  //   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: '/WithdrawManage',
  //   redirect: 'noRedirect',
  //   component: Layout,
  //   hidden: false,
  //   alwaysShow: true,
  //   meta: {
  //     rank: 10060,
  //     title: '提现管理',
  //     rootMenu: true,
  //     icon: 'home',
  //   },
  //   children: [
  //     {
  //       path: '/WithdrawManageList',
  //       name: 'WithdrawManageList',
  //       hidden: false,
  //       alwaysShow: true,
  //       component: () => import('@/views/WithdrawManage/WithdrawManageList.vue'),
  //       meta: {
  //         rank: 10061,
  //         title: '提现管理',
  //         // rootMenu: true,
  //         icon: 'home',
  //       },
  //     },
  //   ],
  // },
  {
    path: '/Login',
    name: 'Login',
@@ -106,6 +162,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',