''
liukangdong
2024-06-18 e209de113c9062a5111a395719a91406d1645d27
admin/src/api/other/other.js
@@ -6,3 +6,9 @@
    trim: true
  })
}
// 查询字典值数据
export const getSystemDictData = (params) => {
  return request.get('/visitsAdmin/cloudService/web/other/getSystemDictData', {
    params: { ...params }
  })
}