9 lines
126 B
JavaScript
9 lines
126 B
JavaScript
/**
|
|
* 字典管理
|
|
* @type {{}}
|
|
*/
|
|
const dict = {
|
|
list({type}) {
|
|
return red.postX('/dict/list', {type})
|
|
}
|
|
} |