diff --git a/Web/src/pages/system/machine/index.vue b/Web/src/pages/system/machine/index.vue
new file mode 100644
index 0000000..ec9033a
--- /dev/null
+++ b/Web/src/pages/system/machine/index.vue
@@ -0,0 +1,93 @@
+
+
+
+
+
+
+
+
+
+ {{ machineBaseInfo.hostName }}
+ {{ machineBaseInfo.systemOs }}
+ {{ machineBaseInfo.osArchitecture }}
+ {{ machineBaseInfo.frameworkDescription }}
+ {{ machineBaseInfo.processorCount }}
+
+
+
+
+
+
+
+
+ {{ machineBaseInfo.wanIp }}
+ {{ machineBaseInfo.lanIp }}
+ {{ machineBaseInfo.ipMac }}
+ {{ machineNetworkInfo.sendAndReceived }}
+ {{ machineNetworkInfo.networkSpeed }}
+
+
+
+
+
+
+
+
+ {{ machineUseInfo.runTime }}
+ {{ machineUseInfo.cpuRate }}
+ {{ machineUseInfo.totalRam }}
+ {{ machineUseInfo.ramRate }}
+
+
+
+
+
+
+
\ No newline at end of file