summaryrefslogtreecommitdiff
path: root/src/views/menuMBZTGZ/module/imageMock.js
blob: ff5c2108eaf118c9305155960c8ed9905bf22678 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
const getTargetsResponse = {
  "code": 200,
  "message": "success",
  "result": {
    "total_image_count": 45,
    "system_image_count": 10,
    "buildin_image_count": 34,
    "define_image_count": 1
  }
}

export { getTargetsResponse }