zhengyiming
15 小时以前 97f29024ce18babeb4b635c5d73f907ac493976e
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',