dashboard
repositories
filestore
activity
search
login
zhyq
/
bigScreen
智慧园区前端大屏
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
封装全局搜索栏组件处理 应急空间表格样式调整 封装全局表格及分页组件处理 全局组件引用位置调整
shuishen
2024-11-08
046f1de193dd38e7153ecaf72eed5797b28d1c2c
[zhyq/bigScreen.git]
/
src
/
api
/
dict
/
dict.js
1
2
3
4
5
6
7
8
9
10
import request from 'utils/http'
export const getDictionary = (params) => {
const url = `/blade-system/dict-biz/dictionary`;
return request({
url,
method: 'get',
params,
});
};