Commit a9909a8b199df45275f30bec8bbcec03cfb9d7e0

Authored by 2c2c2c
1 parent f0d8f17f

统一登录

Showing 1 changed file with 1 additions and 1 deletions
src/router/index.js
... ... @@ -40,7 +40,7 @@ export const constantRoutes = [
40 40 //单点开始
41 41 {
42 42 path: '/getInfo',
43   - component: (resolve) => require(['@/views/getInfo'], resolve),
  43 + component: () => import('@/views/getInfo'),
44 44 hidden: true
45 45 },
46 46 {
... ...