.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* 字典管理
|
||||
* @type {{}}
|
||||
*/
|
||||
const dict = {
|
||||
list({type}) {
|
||||
return red.postX('/dict/list', {type})
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user