소스 검색

修复消防报告20服务访问跨域问题

fanghuisheng 2 년 전
부모
커밋
f6146ab5a6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/pages/business/mhxf/fireReport/components/detailedPath.vue

+ 1 - 1
src/pages/business/mhxf/fireReport/components/detailedPath.vue

@@ -1,7 +1,7 @@
 <template>
   <view class="detailed" style="font-size: 30upx">
     <view class="detailedContent">
-      <web-view update-title="消防报告详情" :src="pathUrl" allow="iframe"></web-view>
+      <web-view update-title="消防报告详情" :src="pathUrl" allow></web-view>
     </view>
   </view>
 </template>