mirror of
https://github.com/Kakune55/PyGetGPT.git
synced 2025-09-16 20:19:33 +08:00
完善未登录跳转功能
This commit is contained in:
@@ -57,7 +57,10 @@
|
||||
</form>
|
||||
</div>
|
||||
<script>
|
||||
|
||||
const info = '<%=request.getParameter("info")%>';
|
||||
if (info === 'nologin') {
|
||||
alert("未登录或登录已过期!\n请重新登录");
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
|
||||
|
Reference in New Issue
Block a user