support sub account

This commit is contained in:
MaysWind
2020-11-15 01:16:17 +08:00
parent afd6996c69
commit af809a098e
10 changed files with 243 additions and 46 deletions
+6 -1
View File
@@ -35,7 +35,12 @@ const allAccountCategories = [
defaultAccountIconId: '6'
}
];
const allAccountTypes = {
SingleAccount: 1,
MultiSubAccounts: 2
};
export default {
allCategories: allAccountCategories
allCategories: allAccountCategories,
allAccountTypes: allAccountTypes,
};