| WebTM/layuiadmin/Scripts/webConfig.js | ●●●●● 补丁 | 查看 | 原始文档 | 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) {