地图登录问题修改
parent
7bc5159077
commit
505a0bc85c
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue