2023西安数博会CIM演示-【前端】-Web
AdaKing88
2023-08-21 bc03b832caa49bbcd2674fe4cae3701b5059bf95
1
2
3
4
5
6
7
import  res from "../utils/requesSystem";
export function GetDashList(){
  return res.get('/app/api/search?limit=1000')
}
export function GetDashInfo(uid){
  return res.get('/app/api/dashboards/uid/'+uid)
}