This commit is contained in:
zty 2024-12-30 14:07:06 +08:00
commit 44fef5170d
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
<span class="top-line top-line-left"></span> <span class="top-line top-line-left"></span>
{{ bigScreenName }} {{ bigScreenName }}
<span class="top-line top-line-right"></span> <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> </header>
<div id="model" class="model"> <div id="model" class="model">
<div class="top_block"> <div class="top_block">
@ -709,7 +709,7 @@ export default {
methods: { methods: {
backHome(){ backHome(){
// this.$router.push({ name: "user" }); // this.$router.push({ name: "user" });
window.location.href = "http://tkx.xxhhcty.xyz:8080/#/dashboard_enm"; this.$router.go(-1);
}, },
initializeData() { initializeData() {
this.productNum(); this.productNum();