关闭window.open
This commit is contained in:
parent
36a43bf0e9
commit
7612e5ca27
@ -89,7 +89,7 @@
|
|||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
<div class="internet-content-provider">
|
<div class="internet-content-provider">
|
||||||
<a href="https://beian.miit.gov.cn/" target="_blank" style="color: #fff">
|
<a href="https://beian.miit.gov.cn/" style="color: #fff" target="_blank">
|
||||||
桂ICP备2024040484号-1
|
桂ICP备2024040484号-1
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
@ -238,9 +238,9 @@ export default {
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
changeCode() {
|
changeCode() {
|
||||||
window.open(
|
// window.open(
|
||||||
`https://mal1.gpxscs.cn/admin/#/login?loginInfo=JsoN.parse(J.stringify(res.data))`
|
// `https://mal1.gpxscs.cn/admin/#/login?loginInfo=JsoN.parse(J.stringify(res.data))`
|
||||||
)
|
// )
|
||||||
|
|
||||||
// this.codeUrl = `https://www.oschina.net/action/user/captcha?timestamp=${new Date().getTime()}`
|
// this.codeUrl = `https://www.oschina.net/action/user/captcha?timestamp=${new Date().getTime()}`
|
||||||
this.verify_token = new Date().getTime()
|
this.verify_token = new Date().getTime()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user