feature/login-screen #14

Merged
zyb merged 37 commits from feature/login-screen into master 2025-12-10 21:15:21 +08:00
Showing only changes of commit 6f8f58feab - Show all commits

View File

@ -249,7 +249,7 @@ const featuredTerrains = ref([])
//
const fetchTerrains = async () => {
try {
const response = await fetch('https://api.zybdatasupport.online/terrain')
const response = await fetch('http://zybdatasupport.online:8000/terrain')
if (!response.ok) {
throw new Error('获取地形数据失败')
}