Browse Source

删除本地测试会员管理路由

wangwei 4 years ago
parent
commit
62534f05e4
1 changed files with 0 additions and 31 deletions
  1. 0 31
      src/store/modules/permission.ts

+ 0 - 31
src/store/modules/permission.ts

@@ -152,37 +152,6 @@ export const usePermissionStore = defineStore({
               },
             ],
           };
-          const member = {
-            path: '/member',
-            name: 'Member',
-            component: 'LAYOUT',
-            redirect: '/member/person',
-            meta: {
-              icon: 'ion:grid-outline',
-              title: '会员',
-            },
-            children: [
-              {
-                path: 'person',
-                name: 'Person',
-                component: '/member/person/index',
-                meta: {
-                  affix: true,
-                  title: '个人管理',
-                },
-              },
-              {
-                path: 'member',
-                name: 'Member',
-                component: '/member/member/index',
-                meta: {
-                  affix: true,
-                  title: '会员管理',
-                },
-              },
-            ],
-          };
-          routeList.unshift(member);
           routeList.unshift(dashboard);
         } catch (error) {
           console.error(error);