dashboard
repositories
filestore
activity
search
login
ztzh
/
zttj-web
中图铜镜
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
更新
GuLiMmo
2024-01-15
9fc6db6472b1b8a5e8b78849b9a363d2cb5eb0ee
[ztzh/zttj-web.git]
/
src
/
api
/
dict.js
1
2
3
4
5
6
7
8
9
10
11
import request from '@/axios';
export const getDict = (code) => {
return request({
url: '/blade-system/dict/dictionary',
method: 'get',
params: {
code
}
})
};