Commit 04916db7 authored by 李纪文's avatar 李纪文

fix: 修改登录报错

parent de3bb6eb
Pipeline #44551 passed with stages
in 2 minutes 6 seconds
......@@ -332,6 +332,7 @@ class Login {
let MAX_BOTTOM = 0;
let isScale = false;
let widgetIndex = -1;
this.globalConfig.uiwidgets &&
this.globalConfig.uiwidgets.map((item, index) => {
// eslint-disable-next-line radix
if (parseInt(item.bottom) > MAX_BOTTOM) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment