Commit c3962d57 authored by xinzhedeai's avatar xinzhedeai

detail页面。跳转401 跳转前端登录页面

parent 3ebf99ec
......@@ -23,7 +23,7 @@ let jessibucaPlayer = {};
}
if (code === 401) {
alert('登录信息失效,请重新登录')
window.open(host + '/#/login', '_self')
window.open(selfHost + '/#/login', '_self')
return
}
if (code === 400) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment