代码调整
This commit is contained in:
parent
66b6a7fbf9
commit
63e86119ef
@ -40,7 +40,8 @@
|
||||
</div>
|
||||
<div class="menudown">
|
||||
<el-button-group>
|
||||
<el-button v-show="isCctv" type="primary" @click="back">退出</el-button>
|
||||
<!-- <el-button v-show="isCctv" type="primary" @click="back">退出</el-button> -->
|
||||
<el-button v-show="isCctv" type="primary" @click="back">返回</el-button>
|
||||
</el-button-group>
|
||||
</div>
|
||||
</div>
|
||||
@ -268,7 +269,8 @@ export default {
|
||||
// this.value = selVal;
|
||||
},
|
||||
back() {
|
||||
window.close();
|
||||
// window.close();
|
||||
history.go(-1);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user