Merge branch 'master' of https://e.coding.net/ctcdevteam/ehs/ehs_web
This commit is contained in:
commit
44fef5170d
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue