// import { RouteRecordRaw } from 'vue-router'; // // eslint-disable-next-line @typescript-eslint/ban-ts-comment // // @ts-ignore // const router: RouteRecordRaw[] = [ // { // path: '/charge', // component: () => import('@/layout/index.vue'), // meta: { title: '管理', icon: 'user' }, // children: [ // { // path: 'index', // name: 'user-account', // meta: { title: '频道管理', icon: 'home' }, // component: () => import('@/views/pageLayout/channelPageManage/index.vue') // }, // { // path: 'index2', // name: 'user-account55', // meta: { title: '轮播图管理', icon: 'home' }, // component: () => import('@/views/pageLayout/viewpagerPageManage/index.vue') // } // ] // } // ]; // export default router;