新增账户管理和委托管理模块

This commit is contained in:
唐明明
2023-12-15 10:14:00 +08:00
parent 43320b6870
commit 46d29ae6b6
18 changed files with 1188 additions and 18 deletions

View File

@@ -9,6 +9,9 @@
import { uploading as upd } from '../index'
const uploads = (paths, fromData) => {
console.log(paths)
return upd(paths, fromData)
}