YY 2 years ago
parent
commit
151dcf9928
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/router/module/account.js

+ 3 - 3
src/router/module/account.js

@@ -8,10 +8,10 @@ export default [
     path: '/admin/mechanism',
     path: '/admin/mechanism',
     meta: { title: '机构用户' },
     meta: { title: '机构用户' },
     component: () => import('@/views/admin/mechanism/index.vue')
     component: () => import('@/views/admin/mechanism/index.vue')
-  }
-   {
+  },
+  {
     path: '/admin/business',
     path: '/admin/business',
     meta: { title: '业务用户' },
     meta: { title: '业务用户' },
     component: () => import('@/views/admin/business/index.vue')
     component: () => import('@/views/admin/business/index.vue')
-  },
+  }
 ];
 ];