charge.ts 826 B

1234567891011121314151617181920212223242526
  1. // import { RouteRecordRaw } from 'vue-router';
  2. // // eslint-disable-next-line @typescript-eslint/ban-ts-comment
  3. // // @ts-ignore
  4. // const router: RouteRecordRaw[] = [
  5. // {
  6. // path: '/charge',
  7. // component: () => import('@/layout/index.vue'),
  8. // meta: { title: '管理', icon: 'user' },
  9. // children: [
  10. // {
  11. // path: 'index',
  12. // name: 'user-account',
  13. // meta: { title: '频道管理', icon: 'home' },
  14. // component: () => import('@/views/pageLayout/channelPageManage/index.vue')
  15. // },
  16. // {
  17. // path: 'index2',
  18. // name: 'user-account55',
  19. // meta: { title: '轮播图管理', icon: 'home' },
  20. // component: () => import('@/views/pageLayout/viewpagerPageManage/index.vue')
  21. // }
  22. // ]
  23. // }
  24. // ];
  25. // export default router;