src/pages/settings/components/BasicSetting.vue
@@ -505,7 +505,7 @@ this.sysinfo.cpuInfo = devInfo.cpu[0].modelName; this.sysinfo.disks = devInfo.disk; this.sysinfo.mem = (devInfo.mem.total / 1024 / 1024 / 1024).toFixed(2) + "KB"; this.sysinfo.mem = (devInfo.mem.total / 1024 / 1024 / 1024).toFixed(2) + "GB"; // this.sysinfo.arch = devInfo.host.kernelArch; this.sysinfo.uptime = this.secondsFormat(devInfo.host.uptime); }