diff --git a/src/views/Devices.vue b/src/views/Devices.vue index 1e772ed6..22427b7e 100644 --- a/src/views/Devices.vue +++ b/src/views/Devices.vue @@ -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',