浏览代码

Merge branch '2024鹅状元' of https://gogs.mtavip.com/wangguoyu/uniProject into 2024鹅状元

tanxue 1 天之前
父节点
当前提交
216c68cd56
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      pages/pdfPage/pdfPage.vue

+ 1 - 2
pages/pdfPage/pdfPage.vue

@@ -1,7 +1,6 @@
 <template>
 	<view>
 		<web-view v-if="pdfUrl" :src="pdfUrl" @message="getPostMessage"></web-view>
-		
 		<ssDownload ref="ssRef"></ssDownload>
 	</view>
 </template>
@@ -10,7 +9,7 @@
 	import {ref} from "vue"
 	import {onLoad} from "@dcloudio/uni-app"
 	import ssDownload from "./ssDownload.vue"
-  import * as httpApi from "@/apis/pdf.js"
+  import * as httpApi from "@/api/pdf.js"
 
 	const pdfUrl = ref('');
 	const httpUrl = ref('');