|
@@ -220,10 +220,8 @@ export default {
|
|
this.kenVal = this.kenList[0];
|
|
this.kenVal = this.kenList[0];
|
|
}
|
|
}
|
|
});
|
|
});
|
|
- GET_Rbq().then((res) => {
|
|
|
|
- console.log(res);
|
|
|
|
- });
|
|
|
|
- /* gpu_info().then((res) => {
|
|
|
|
|
|
+ /*
|
|
|
|
+ gpu_info().then((res) => {
|
|
const total = res.data.data.cpu.memory.total;
|
|
const total = res.data.data.cpu.memory.total;
|
|
const used = res.data.data.cpu.memory.used;
|
|
const used = res.data.data.cpu.memory.used;
|
|
this.currentPercentage = Number((used / total).toFixed(2));
|
|
this.currentPercentage = Number((used / total).toFixed(2));
|