Commit d437e86c authored by 张牧越's avatar 张牧越

bugfix

parent 8487a0ac
......@@ -86,7 +86,7 @@
/>
<div class="cap-text">查看监控</div>
</div>
<div
<!-- <div
:class="[
'cap-button',
windowData.is_online == 1 ? 'active' : 'disabled',
......@@ -101,7 +101,7 @@
alt=""
/>
<div class="cap-text">语音通话</div>
</div>
</div> -->
<div
:class="[
'cap-button',
......
......@@ -64,7 +64,7 @@ request.interceptors.response.use(
})
}
if (response.data.status == 401) {
// window.location.href = process.env.VUE_APP_API_URL + 'pweb/m/login?is_screen=1'
window.location.href = process.env.VUE_APP_API_URL + 'pweb/m/login?is_screen=1'
}
return response.data
},
......
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