@@ -6,6 +6,7 @@
<img v-if="paperImgUrl" :src="paperImgUrl" >
</div>
<div class="no_paper_url" v-if="paperImgUrl==''">
+ <div>暂无答题卡</div>
<!-- 暂无答题卡 -->
<!-- 请先制作模版 -->
@@ -2122,6 +2123,8 @@ export default {
position: absolute;
cursor: pointer;
z-index: 9;
+ display: flex;
+ flex-direction: column;
img
{
width: 100%;
@@ -301,7 +301,7 @@ export default {
}
},
logout() {
- // this.$store.dispatch("user/logout");//暂不调用退出接口,直接跳转到登录页面
+ this.$store.dispatch("user/logout");//暂不调用退出接口,直接跳转到登录页面
// window.location.href = `${process.env.VUE_APP_BASE}`;
// 跳出 iframe,跳转到顶级窗口
// window.top.location.href = `${process.env.VUE_APP_BASE}`;