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(() => {