@@ -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('');