This commit is contained in:
bb_pan 2025-05-27 15:07:14 +08:00
parent c866001f26
commit 4bba5cf288
1 changed files with 1 additions and 1 deletions

View File

@ -39,6 +39,7 @@ const loginApi = async () => {
console.log('🚀 ~ loginApi ~ res:', res) console.log('🚀 ~ loginApi ~ res:', res)
} catch (error) { } catch (error) {
console.log('🚀 ~ loginApi ~ error:', error) console.log('🚀 ~ loginApi ~ error:', error)
getMapDataList()
} }
} }
// //
@ -299,7 +300,6 @@ const handleTag = (tag: number) => {
onMounted(async () => { onMounted(async () => {
loginApi() loginApi()
getMapDataList()
if (!tokenNew) { if (!tokenNew) {
const origin = window.location.href const origin = window.location.href