wupengfei
2 天以前 2260308c9ab6abca8b32ba1afc1dbada04ec0c1b
src/router/index.ts
@@ -105,6 +105,16 @@
    },
  },
  {
    path: '/ProtocolManage/TemplateKeyEdit/:id',
    name: 'TemplateKeyEdit',
    hidden: true,
    component: () => import('@/views/ProtocolManage/TemplateKeyEdit.vue'),
    meta: {
      title: '电子签模板制版',
      rank: 102,
    },
  },
  {
    path: '/Error',
    component: ErrorLayout,
    redirect: '/Error/401',