From 87e044276c073ab3043f8491345d746a3e4ee07d Mon Sep 17 00:00:00 2001
From: lai <371757574@qq.com>
Date: Wed, 16 Oct 2024 15:09:53 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E9=A6=96=E9=A1=B5=E4=BB=A3?=
=?UTF-8?q?=E7=A0=81=E6=96=87=E4=BB=B6=E8=B7=AF=E5=BE=84?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/configManage/neOverview/index.vue | 450 ++++++++++++++++++++
src/views/index.vue | 2 +-
2 files changed, 451 insertions(+), 1 deletion(-)
create mode 100644 src/views/configManage/neOverview/index.vue
diff --git a/src/views/configManage/neOverview/index.vue b/src/views/configManage/neOverview/index.vue
new file mode 100644
index 00000000..3df040df
--- /dev/null
+++ b/src/views/configManage/neOverview/index.vue
@@ -0,0 +1,450 @@
+
+
+
+
+
+
+
+ {{
+ pronInfo.hostName
+ }}
+ {{
+ pronInfo.osInfo
+ }}
+ {{
+ pronInfo.dbInfo
+ }}
+ {{
+ pronInfo.ipAddress
+ }}
+ {{
+ pronInfo.port
+ }}
+ {{
+ pronInfo.version
+ }}
+ {{
+ pronInfo.cpuUse
+ }}
+ {{
+ pronInfo.memoryUse
+ }}
+ {{
+ pronInfo.capability
+ }}
+ {{
+ pronInfo.serialNum
+ }}
+ {{
+ pronInfo.expiryDate
+ }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{
+ nfInfo.obj
+ }}
+
+ {{
+ nfInfo.version
+ }}
+ {{
+ nfInfo.status
+ }}
+
+
+ {{
+ nfInfo.serialNum
+ }}
+ {{
+ nfInfo.outTimeDate
+ }}
+
+
+
+
+
+
+
+
+
diff --git a/src/views/index.vue b/src/views/index.vue
index d4e24ac8..17fa1b0d 100644
--- a/src/views/index.vue
+++ b/src/views/index.vue
@@ -7,7 +7,7 @@ import useUserStore from '@/store/modules/user';
import useLayoutStore from '@/store/modules/layout';
const currentComponent = shallowRef(
- defineAsyncComponent(() => import('@/views/index/defaultIndex.vue'))
+ defineAsyncComponent(() => import('@/views/configManage/neOverview/index.vue'))
);
onMounted(() => {