dashboard
repositories
filestore
activity
search
login
zhyq
/
bigScreen
智慧园区前端大屏
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
救援队伍统计、应急空间统计、风险源统计图表样式初步调整,园区概况布局调整 倾斜模型加载配置微调后续看加载效果 企业名录样式调整
shuishen
2024-11-05
7bcdaba7faad85bf16bf0f2a1dbd3e390bdb15dd
[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,
});
};