support delete account

This commit is contained in:
MaysWind
2020-11-11 23:50:02 +08:00
parent b5a5032bd2
commit e4407c8137
8 changed files with 104 additions and 2 deletions
+5
View File
@@ -174,4 +174,9 @@ export default {
subAccounts
});
},
deleteAccount: ({ id }) => {
return axios.post('v1/accounts/delete.json', {
id
});
},
};