data management page shows all user data statistics

This commit is contained in:
MaysWind
2023-04-02 19:13:33 +08:00
parent dfb6c593e4
commit 3b0ef7a96d
13 changed files with 174 additions and 1 deletions
+3
View File
@@ -167,6 +167,9 @@ export default {
password
});
},
getUserDataStatistics: () => {
return axios.get('v1/data/statistics.json');
},
clearData: ({ password }) => {
return axios.post('v1/data/clear.json', {
password