地图登录问题修改
parent
7bc5159077
commit
505a0bc85c
|
@ -1133,6 +1133,9 @@ export default {
|
||||||
peopleTrajectoryValue: ''
|
peopleTrajectoryValue: ''
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
created() {
|
||||||
|
this.initUser()
|
||||||
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
this.initCorpInfo()
|
this.initCorpInfo()
|
||||||
this.pointBoxCfd = loadMapBoxCfd()
|
this.pointBoxCfd = loadMapBoxCfd()
|
||||||
|
@ -2940,10 +2943,6 @@ export default {
|
||||||
{ userId }
|
{ userId }
|
||||||
).then((res) => {
|
).then((res) => {
|
||||||
console.log(res)
|
console.log(res)
|
||||||
if (res.result !== 'success') {
|
|
||||||
alert('登录失败')
|
|
||||||
window.close()
|
|
||||||
}
|
|
||||||
}).catch((e) => {
|
}).catch((e) => {
|
||||||
alert('登录失败')
|
alert('登录失败')
|
||||||
window.close()
|
window.close()
|
||||||
|
|
Loading…
Reference in New Issue