long
2021-11-04 2f7798820057f2c996640e221cddd02a27f64621
src/router/demo_router.js
@@ -36,6 +36,12 @@
      meta: { title: '模板详情' }
    },
    {
      path: 'detail2',
      component: () => import('@/pages/demo/detail2'), // Parent router-view
      name: 'demoDetail2',
      meta: { title: '模板详情2' }
    },
    {
      path: 'listDialog',
      component: () => import('@/pages/demo/classList'), // Parent router-view
      name: 'listDialog',