Browse Source

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

fanghuisheng 2 năm trước cách đây
mục cha
commit
f6146ab5a6

+ 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>