Skip to content

Commit

Permalink
Update Devices.vue
Browse files Browse the repository at this point in the history
Signed-off-by: Eason <[email protected]>
  • Loading branch information
ZhouYixun authored Aug 22, 2024
1 parent f278bc6 commit 352d6ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/Devices.vue
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ const agentIds = ref([]);
const cpus = ref([]);
const sizes = ref([]);
const isFlush = ref('0');
const androidSystemVersion = ref([5, 6, 7, 8, 9, 10, 11, 12, 13, 14]);
const iOSSystemVersion = ref([9, 10, 11, 12, 13, 14, 15, 16, 17]);
const androidSystemVersion = ref([5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]);
const iOSSystemVersion = ref([9, 10, 11, 12, 13, 14, 15, 16, 17, 18]);
const harmonySystemVersion = ref([1, 2, 3, 4]);
const manufacturer = ref([
'APPLE',
Expand Down

0 comments on commit 352d6ef

Please sign in to comment.