Update WinGraph.vue
This commit is contained in:
committed by
GitHub
parent
10fb7057c9
commit
15adfadaa9
@@ -11,7 +11,7 @@ export default {
|
|||||||
|
|
||||||
console.log(canvas);
|
console.log(canvas);
|
||||||
let _response = await fetch(
|
let _response = await fetch(
|
||||||
"http://localhost:30030/api/purchase/statistics/color"
|
"/api/purchase/statistics/color"
|
||||||
);
|
);
|
||||||
let response = await _response.json();
|
let response = await _response.json();
|
||||||
let labels = ["Vunnet"];
|
let labels = ["Vunnet"];
|
||||||
|
|||||||
Reference in New Issue
Block a user