注销代码

This commit is contained in:
duan
2024-05-31 14:34:57 +08:00
parent b7ac15c9db
commit 691b3f8268
2 changed files with 7 additions and 7 deletions

View File

@@ -46,11 +46,10 @@
<view class="setClipboardDataclass" @click="setClipboardData" v-if="infos.deviceType != 'pc'">
网页版地址:https://h5-invoice.sxczgkj.cn
</view>
<pdf style="width: 400px; height: 400px;"
<!-- <pdf style="width: 400px; height: 400px;"
src="https://dppt.shaanxi.chinatax.gov.cn:8443/kpfw/fpjfzz/v1/exportDzfpwjEwm?Wjgs=PDF&Jym=124C&Fphm=24612000000037614300&Kprq=20240430152603&Czsj=1714461964182">
</pdf>
</pdf> -->
<!-- <iframe width="100%" height="100%" src="https://dppt.shaanxi.chinatax.gov.cn:8443/kpfw/fpjfzz/v1/exportDzfpwjEwm?Wjgs=PDF&Jym=124C&Fphm=24612000000037614300&Kprq=20240430152603&Czsj=1714461964182" frameborder="0"></iframe> -->
</view>
</template>

View File

@@ -23,11 +23,12 @@
method: 'POST', //请求方式,必须为大写
success: res => {
let fileUrl = options.url
this.url = 'https://www.pfile.com.cn/api/profile/onlinePreview?url=' +
encodeURIComponent(res.data.data);
// this.url = 'https://www.pfile.com.cn/api/profile/onlinePreview?url=' +
// encodeURIComponent(res.data.data);
// this.url = 'https://view.officeapps.live.com/op/view.aspx?src=' + res.data.data
// console.log(this.url)
// window.open('https://view.officeapps.live.com/op/view.aspx?src=' + res.data.data)
window.open(res.data.data)
}
});