|
@ -212,7 +212,7 @@ |
|
|
// 登录 |
|
|
// 登录 |
|
|
const handleLogin = async (params) => { |
|
|
const handleLogin = async (params) => { |
|
|
console.log('登录-185') |
|
|
console.log('登录-185') |
|
|
if(getSystermUpdateAlert()){ |
|
|
if(getSystermUpdateAlert()=='true'){ |
|
|
await ElMessageBox.alert( |
|
|
await ElMessageBox.alert( |
|
|
'<strong>系统迁移,请移步至</strong>' + |
|
|
'<strong>系统迁移,请移步至</strong>' + |
|
|
`<a href=${getSystermUpdateUrl()} target="_blank">${getSystermUpdateUrl()}</a>`, |
|
|
`<a href=${getSystermUpdateUrl()} target="_blank">${getSystermUpdateUrl()}</a>`, |
|
|