mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-09 10:56:47 +08:00
2022年5月29日 从svn移到git
This commit is contained in:
7
api/dictionary.js
Normal file
7
api/dictionary.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import ajax from '@/utils/xajax.js'
|
||||
|
||||
const items=function(dict) {
|
||||
return ajax.get('/api/standard/dictionary/items/'+dict);
|
||||
}
|
||||
|
||||
export default{}
|
||||
Reference in New Issue
Block a user