fix: 网元版本OMC安装遮罩和提示多语言

This commit is contained in:
TsMask
2024-06-06 15:13:45 +08:00
parent e6d4a898a8
commit cb7fc418a5
4 changed files with 29 additions and 6 deletions

View File

@@ -50,7 +50,7 @@ const useLockedStore = defineStore('locked', {
// 延迟5秒
setTimeout(() => {
this.relaodWait();
}, 2_000);
}, 5_000);
}
},
},