liukangdong
2024-10-09 6eef22c164b57c435f27f6f5e4b9d2a67300e8e9
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 }
  })
}