mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 00:12:11 +08:00
data management page shows all user data statistics
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user