CrazyLionLi
2022-05-28 49a6f4d362469ad72503d7aaeb441b6b656d6da0
src/router/index.js
@@ -139,7 +139,7 @@
    hidden: true,
    children: [
      {
        path: 'index',
        path: 'index/:tableId(\\d+)',
        component: () => import('@/views/tool/gen/editTable'),
        name: 'GenEdit',
        meta: { title: '修改生成配置', activeMenu: '/tool/gen' }