diff --git a/src/router/index.js b/src/router/index.js index bbc2c424..2b42cc97 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -46,7 +46,7 @@ export const constantRouterMap = [ redirect: 'dashboard', children: [{ path: 'dashboard', - component: _import('xm/core/xmProject/XmProjectMng'), + component: _import('xm/XmOverview'), name: 'dashboard', meta: { title: 'dashboard', icon: 'home-page', noCache: true } }, diff --git a/src/views/xm/XmOverview.vue b/src/views/xm/XmOverview.vue new file mode 100644 index 00000000..0b15edd9 --- /dev/null +++ b/src/views/xm/XmOverview.vue @@ -0,0 +1,865 @@ + + + + + + +