tangning 8 hónapja
szülő
commit
252f17293b
2 módosított fájl, 2 hozzáadás és 2 törlés
  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">