zs 8 months ago
parent
commit
ab61663cb7
1 changed files with 0 additions and 3 deletions
  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