From 153b97b140da7213b3f68fda620cb68103348315 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Sun, 6 Mar 2022 21:26:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 2 +- src/views/xm/XmOverview.vue | 865 ++++++++++++++++++++++++++++++++++++ 2 files changed, 866 insertions(+), 1 deletion(-) create mode 100644 src/views/xm/XmOverview.vue 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 @@ + + + + + + +