This commit is contained in:
2019-08-15 10:45:28 +08:00
parent 830ef4c5b5
commit c656ba349e
4 changed files with 40 additions and 18 deletions

9
root/api/dict.js Normal file
View File

@@ -0,0 +1,9 @@
/**
* 字典管理
* @type {{}}
*/
const dict = {
list({type}) {
return red.postX('/dict/list', {type})
}
}