龚焕茏
2024-03-06 a473c0680b7b003c33fa6ae5f646eb851e17fe8f
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: '' }
      }
    ]
  }
];