Gitiles
Code Review
Sign In
source.supwisdom.com
/
leave-school
/
microservice
/
1f1606f09c9ca06ef857ddf018a9ae0fa4930bdb
/
.
/
leave-school-vue
/
src
/
api
/
dictionary-api.js
blob: 586820c33bbbc432a4eb1d58dd086c3ecf77140f [
file
] [
log
] [
blame
]
import
request from
'@/utils/request'
export
function
getDicList
(
params
)
{
return
request
({
url
:
'/api/system/dictionary/getdiclist'
,
method
:
'get'
,
params
})
}