|
@@ -51,6 +51,13 @@ onMounted(() => {
|
|
|
console.log(r.data.data.result)
|
|
|
name.value = r.data.data.result.name
|
|
|
userInfo2(r.data.data.result)
|
|
|
+ }else {
|
|
|
+ ElMessageBox.alert(r.data.data.message, "温馨提示", {
|
|
|
+ confirmButtonText: '确定',
|
|
|
+ showClose: false
|
|
|
+ }).then(() => {
|
|
|
+ top.location.href = "https://bjt.baoan.edu.cn/manage/?baojiaotong=1&service=https://cloud.cocorobo.cn/ai.html"
|
|
|
+ })
|
|
|
}
|
|
|
})
|
|
|
} else {
|