锁定问题解决
continuous-integration/drone/push Build is passing Details

uat_us
wangxiaoshuang 2024-11-29 18:01:58 +08:00
parent 73f12173f5
commit f0b1d8f3c9
1 changed files with 2 additions and 2 deletions

View File

@ -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')