幻雨堂
2024-02-27 d1455eac4d14d2808264084617b82d3958cfdf46
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: '' }
      }
    ]
  }
];