地图登录问题修改

dev
Shan Ao 2025-04-28 08:48:40 +08:00
parent 7bc5159077
commit 505a0bc85c
1 changed files with 3 additions and 4 deletions

View File

@ -1133,6 +1133,9 @@ export default {
peopleTrajectoryValue: ''
}
},
created() {
this.initUser()
},
mounted() {
this.initCorpInfo()
this.pointBoxCfd = loadMapBoxCfd()
@ -2940,10 +2943,6 @@ export default {
{ userId }
).then((res) => {
console.log(res)
if (res.result !== 'success') {
alert('登录失败')
window.close()
}
}).catch((e) => {
alert('登录失败')
window.close()