src/router/index.ts
@@ -88,6 +88,19 @@ meta: { title: '个人中心', icon: 'user' } } ] }, { path: '/td', component: Layout, hidden: true, children: [ { path: 'edit', component: () => import('@/views/td/data/editTd.vue'), name: 'Edit', meta: { title: '新增/修改指标数据', icon: '' } } ] } ];