TASK:免登录;

This commit is contained in:
shahaibo
2024-01-18 11:23:25 +08:00
parent bccb6d7bd2
commit 557041335a

View File

@@ -772,7 +772,7 @@ public class AccountServiceImpl extends ServiceImpl<AccountMapper, Account> impl
"                        <body>\n" +
"                        </body>\n" +
"                            <script>\n" +
"                                window.location.href = 'http://18.167.251.121:7788?"+id+"';\n" +
"                                window.location.href = 'https://poly.aida.com.hk?"+id+"';\n" +
"                            </script>\n" +
"                        </html>";
}