From 373337ff1544ec7007075393220893ac62b74749 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=87=AA=E5=B8=A6=E5=A4=A7=E4=BD=AC=E6=B0=94=E5=9C=BA?=
<188633308@qq.com>
Date: Mon, 26 Apr 2021 15:18:43 +0800
Subject: [PATCH] =?UTF-8?q?update=20=E6=9C=8D=E5=8A=A1=E7=9B=91=E6=8E=A7?=
=?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=AF=BC=E5=85=A5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
Web/src/pages/system/machine/index.vue | 93 ++++++++++++++++++++++++++
1 file changed, 93 insertions(+)
create mode 100644 Web/src/pages/system/machine/index.vue
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