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