mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 12:26:44 +08:00
10 lines
157 B
JavaScript
10 lines
157 B
JavaScript
import ajax from '@/utils/xajax.js'
|
|
|
|
const items=function(dict) {
|
|
return ajax.get('/xboe/standard/dictionary/items/'+dict);
|
|
}
|
|
|
|
export default{
|
|
items
|
|
}
|