|
@@ -1,20 +1,20 @@
|
|
|
-import { RouteRecordRaw } from 'vue-router';
|
|
|
-// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
|
-// @ts-ignore
|
|
|
-const router: RouteRecordRaw[] = [
|
|
|
- {
|
|
|
- path: '/applet',
|
|
|
- component: () => import('@/layout/index.vue'),
|
|
|
- meta: { title: '小程序管理', icon: 'user' },
|
|
|
- children: [
|
|
|
- {
|
|
|
- path: 'applet',
|
|
|
- name: 'applet-account',
|
|
|
- meta: { title: '小程序管理', icon: 'home' },
|
|
|
- component: () => import('@/views/appletManage/index.vue')
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
-];
|
|
|
+// import { RouteRecordRaw } from 'vue-router';
|
|
|
+// // eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
|
+// // @ts-ignore
|
|
|
+// const router: RouteRecordRaw[] = [
|
|
|
+// {
|
|
|
+// path: '/applet',
|
|
|
+// component: () => import('@/layout/index.vue'),
|
|
|
+// meta: { title: '小程序管理', icon: 'user' },
|
|
|
+// children: [
|
|
|
+// {
|
|
|
+// path: 'applet',
|
|
|
+// name: 'applet-account',
|
|
|
+// meta: { title: '小程序管理', icon: 'home' },
|
|
|
+// component: () => import('@/views/appletManage/index.vue')
|
|
|
+// }
|
|
|
+// ]
|
|
|
+// }
|
|
|
+// ];
|
|
|
|
|
|
-export default router;
|
|
|
+// export default router;
|