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 () => {
   loading.value = true
-  getCity().then((response) => {
-    cityList.value = response.address
-  })
   await searchOther()
   await search({ skip, limit })
   loading.value = false