chenhaozhe
2026-04-02 3d7c538dab15400b40179d1abec4baafe2e89b08
登录过期/未登录 指向网页修改
1个文件已修改
2 ■■■ 已修改文件
WebTM/layuiadmin/Scripts/webConfig.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/layuiadmin/Scripts/webConfig.js
@@ -112,7 +112,7 @@
            // 未登录 / token 过期
            layer.confirm(jqxhr.responseJSON.Message, { icon: 7, title: '提示' }, function () {
                localStorage.removeItem('token');
                window.top.location.href = '/views/user/login.html'; // 跳到登录页
                window.top.location.href = '/WEBTM/views/user/login.html'; // 跳到登录页
            });
        } else if (status === 403) {