zs 8 miesięcy temu
rodzic
commit
ab61663cb7
1 zmienionych plików z 0 dodań i 3 usunięć
  1. 0 3
      src/views/support/index.vue

+ 0 - 3
src/views/support/index.vue

@@ -119,9 +119,6 @@ const examForm = ref({})
 // 请求
 onMounted(async () => {
   loading.value = true
-  getCity().then((response) => {
-    cityList.value = response.address
-  })
   await searchOther()
   await search({ skip, limit })
   loading.value = false