修改echarts

This commit is contained in:
GGJ
2023-12-28 14:23:22 +08:00
parent c1b08dabd4
commit e564ecbde3
7 changed files with 26738 additions and 11 deletions

View File

@@ -6,3 +6,9 @@ export function getRouteMenu() {
url: '/user-boot/function/getRouteMenu'
})
}
//获取字典
export function dictDataCache() {
return createAxios({
url: '/system-boot/dictType/dictDataCache'
})
}