liurongli 1 місяць тому
батько
коміт
c81a53e896

+ 3 - 0
src/components/PaperImage.vue

@@ -6,6 +6,7 @@
         <img v-if="paperImgUrl" :src="paperImgUrl" >
       </div>
       <div class="no_paper_url" v-if="paperImgUrl==''">
+        <div>暂无答题卡</div>
         <!-- 暂无答题卡 -->
         <!-- 请先制作模版 -->
       </div>
@@ -2122,6 +2123,8 @@ export default {
     position: absolute;
     cursor: pointer;
     z-index: 9;
+    display: flex;
+    flex-direction: column;
     img
     {
       width: 100%;

+ 1 - 1
src/views/layout/components/Header.vue

@@ -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}`;