浏览代码

充值统计等

pansl 1 年之前
父节点
当前提交
3c5c719472
共有 1 个文件被更改,包括 27 次插入27 次删除
  1. 27 27
      src/router/modules/charge.ts

+ 27 - 27
src/router/modules/charge.ts

@@ -1,28 +1,28 @@
-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-account11',
-        meta: { title: '短剧统计', icon: 'home' },
-        component: () =>
-          import('@/views/dataStatistics/shortStatistical/index.vue')
-      },
-      {
-        path: 'index1',
-        name: 'user-account',
-        meta: { title: '充值统计', icon: 'home' },
-        component: () =>
-          import('@/views/dataStatistics/rechargeStatistics/index.vue')
-      }
-    ]
-  }
-];
+// 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-account11',
+//         meta: { title: '短剧统计', icon: 'home' },
+//         component: () =>
+//           import('@/views/dataStatistics/shortStatistical/index.vue')
+//       },
+//       {
+//         path: 'index1',
+//         name: 'user-account',
+//         meta: { title: '充值统计', icon: 'home' },
+//         component: () =>
+//           import('@/views/dataStatistics/rechargeStatistics/index.vue')
+//       }
+//     ]
+//   }
+// ];
 
 
-export default router;
+// export default router;