diff --git a/src/router/index.js b/src/router/index.js index cac0186..2d1669b 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -45,6 +45,16 @@ export const constantRoutes = [ component: () => import('@/views/login'), hidden: true }, + { + path: '/overview', + component: () => import('@/views/statistics/overview'), + hidden: true + }, + { + path: '/client/detail', + component: () => import('@/views/statistics/client-detail'), + hidden: true + }, { path: '/404', component: () => import('@/views/error/404'), diff --git a/src/views/statistics/client-detail/index.vue b/src/views/statistics/client-detail/index.vue new file mode 100644 index 0000000..6c32578 --- /dev/null +++ b/src/views/statistics/client-detail/index.vue @@ -0,0 +1,21 @@ + + + + + diff --git a/src/views/statistics/overview/index.vue b/src/views/statistics/overview/index.vue new file mode 100644 index 0000000..000eb01 --- /dev/null +++ b/src/views/statistics/overview/index.vue @@ -0,0 +1,21 @@ + + + + +