|
@@ -1,20 +1,20 @@
|
|
-import { RouteRecordRaw } from 'vue-router';
|
|
+
|
|
-
|
|
+
|
|
-
|
|
+
|
|
-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;
|
|
+
|