Browse Source

Merge branch 'guoqiang' into test

test
zhaoguoqiang 3 years ago
parent
commit
9ed1ce7cca
  1. 3
      src/router/index.js

3
src/router/index.js

@ -59,9 +59,6 @@ const routes = [{
path: "/teamPerformance",
name: 'teamPerformance',
component: () => import('../views/teamPerformance/index.vue'),
meta: {
keepAlive: true
}
},
];

Loading…
Cancel
Save