update 开发文档

This commit is contained in:
2021-07-13 15:37:27 +08:00
parent 1011b98bab
commit 3469d2d1b3
19 changed files with 648 additions and 309 deletions

View File

@@ -0,0 +1,10 @@
import getDictData from 'util/dic'
async function foo() {
const code = await getDictData('dic_code_one', 'dic_code_two')
// =>
// code = {
// dicCodeOne: [],
// dicCodeTwo: [],
// }
}