修改认证页面
在<head></head>中加入 <script type="text/javascript">window.location='/login';</script>
nano /www/server/panel/BTPanel/templates/default/autherr.html
<head>
<meta charset="utf-8">
<title>Ingress verification failed</title>
<script type="text/javascript">window.location='/login';</script>
</head>
运行命令
bt 11
取消入口限制
bt 9
刷新面板缓存