YY 2 년 전
부모
커밋
151dcf9928
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      src/router/module/account.js

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

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