We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3ff70a commit 7423e55Copy full SHA for 7423e55
src/js/service/router.js
@@ -31,14 +31,6 @@ const router = new VueRouter({
31
},
32
component: () => import('../view/console/index.vue'),
33
children: [{
34
- name: 'dateReport',
35
- path: 'dateReport',
36
- component: () => import('../module/dateReport/index.vue'),
37
- meta: {
38
- title: '运营日报',
39
- publicPage: true,
40
- },
41
- }, {
42
name: 'globalHistory',
43
path: 'globalHistory',
44
component: () => import('../module/globalHistory/index.vue'),
0 commit comments