去掉接口token

This commit is contained in:
zhouyanli
2026-04-27 15:27:32 +08:00
parent 855bb47ec7
commit 5936da5547
10 changed files with 16 additions and 18 deletions

View File

@@ -93,7 +93,7 @@
<script setup>
import { ref, computed, onMounted, watch } from 'vue'
import { onLoad } from '@dcloudio/uni-app'
import { getVillageList, getVillageSwitch } from "../api/api.js"
// import { getVillageList, getVillageSwitch } from "../api/api.js"
// 响应式数据
const searchText = ref('')