zs 8 ヶ月 前
コミット
ab61663cb7
1 ファイル変更0 行追加3 行削除
  1. 0 3
      src/views/support/index.vue

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

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