锁定问题解决
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
73f12173f5
commit
f0b1d8f3c9
|
@ -446,11 +446,11 @@ async function VueInit() {
|
||||||
beforeClose: (action, instance, done) => {
|
beforeClose: (action, instance, done) => {
|
||||||
if (action === 'confirm') {
|
if (action === 'confirm') {
|
||||||
if (!_vm.unlock.my_username) {
|
if (!_vm.unlock.my_username) {
|
||||||
_vm.$alert(_vm.$t("env:lock:msgBox:iupUser"))
|
_vm.$message.warning(_vm.$t("env:lock:msgBox:iupUser"))
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
if (!_vm.unlock.my_password) {
|
if (!_vm.unlock.my_password) {
|
||||||
_vm.$alert(_vm.$t("env:lock:msgBox:inpPassword"))
|
_vm.$message.warning(_vm.$t("env:lock:msgBox:inpPassword"))
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
var my_username = zzSessionStorage.getItem('my_username')
|
var my_username = zzSessionStorage.getItem('my_username')
|
||||||
|
|
Loading…
Reference in New Issue