tangning 8 달 전
부모
커밋
252f17293b
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/view/layout/index.vue
  2. 1 1
      src/view/layout/top/index.vue

+ 1 - 1
src/view/layout/index.vue

@@ -21,7 +21,7 @@
             <!-- @load="setupSDK($event.target)" -->
               <iframe
                 v-if="caseId"
-                :src="`/code/index.html?caseId=${caseId}#/show`"
+                :src="`/code/index.html?caseId=${caseId}&single#/show`"
                 frameborder="0"
                 :style="{ width: '100%', height: '100%' }"
               ></iframe>

+ 1 - 1
src/view/layout/top/index.vue

@@ -6,7 +6,7 @@
     </div>
     <div class="oper-btns">
       <el-button style="padding: 5px 10px" type="primary" @click="handlemtk">媒体库</el-button>
-      <el-button style="padding: 5px 10px" type="primary">预览案件</el-button>
+      <el-button style="padding: 5px 10px" type="primary" @click="handleSee">预览案件</el-button>
     </div>
     <!-- <div class="oper-btns" v-if="user.info">
       <div class="user-menu">