feat: 退出大屏
This commit is contained in:
parent
e0e043398f
commit
a55b5612a4
|
@ -4,7 +4,7 @@
|
|||
<span class="top-line top-line-left"></span>
|
||||
{{ bigScreenName }}
|
||||
<span class="top-line top-line-right"></span>
|
||||
<div class="backHomeBtn" style="right: 100px;" @click.prevent="backHome">返回首页</div>
|
||||
<div class="backHomeBtn" style="right: 100px;" @click.prevent="backHome">退出大屏</div>
|
||||
</header>
|
||||
<div id="model" class="model">
|
||||
<div class="top_block">
|
||||
|
@ -709,7 +709,7 @@ export default {
|
|||
methods: {
|
||||
backHome(){
|
||||
// this.$router.push({ name: "user" });
|
||||
window.location.href = "http://tkx.xxhhcty.xyz:8080/#/dashboard_enm";
|
||||
this.$router.go(-1);
|
||||
},
|
||||
initializeData() {
|
||||
this.productNum();
|
||||
|
|
Loading…
Reference in New Issue