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