Selaa lähdekoodia

调整登陆二维码的样式

DESKTOP-VAEGFGM\zqc 2 kuukautta sitten
vanhempi
commit
4fdb2bfed3

+ 2 - 0
menduner/menduner-system-biz/src/main/java/com/citu/module/menduner/system/service/auth/MdeAuthServiceImpl.java

@@ -463,6 +463,8 @@ public class MdeAuthServiceImpl implements MdeAuthService {
         reqDTO.setApplication(reqVo.getApplication());
         reqDTO.setUserType(reqVo.getUserType());
         reqDTO.setPath("pagesB/websiteLoginVerification/index");
+        reqDTO.setAutoColor(false);
+
         long exTime = 1000L*60L*5L;
 
         // 使用 execute 方法确保原子性