wupengfei
2025-09-30 32931984b492f1be668cc38435dfb0a259eaf218
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',