当前位置: 首页 > news >正文

上海手机网站开发网络广告营销案例分析

上海手机网站开发,网络广告营销案例分析,泰兴市住房和城乡建设局网站,汕头企业网站建设下载导出excel 首先使用的tdesign框架,要导出后端返回的数据流excel 遇见的问题 下载的文件,里边的内容是undefined 观察报错 一看就知道并不是后端的报错,后端不可能是undefined 在强烈的好奇心驱动下,看了下接口&#xff0…

下载导出excel

首先使用的tdesign框架,要导出后端返回的数据流excel

遇见的问题

下载的文件,里边的内容是undefined

观察报错

一看就知道并不是后端的报错,后端不可能是undefined
在强烈的好奇心驱动下,看了下接口,使用apifox调用后,返回的是一个文件流,也是个正常的,至少是有自定义的标题的。所以问题直指前端。

问题解决

经过查看前端代码发现,前端代码如下
这里输出了data,但是拿到的是undefined,所以导致下载的有问题了。
这里的问题是自己框架封装的问题。因为统一的返回格式是

{code:0, data:xxx, msg:''}

所以post请求做了一次封装,业务方调用的时候,如果code是0, 则直接把data返回,并不返回code和msg。
但是因为接口返回的是在请求的response里写的流,所以导致这里的data是undefined。

const handleExport = async () => {try {// 发起导出exportLoading.value = true;const data = await api.exportdeleteCrew({ idLongList: exportIds.value });console.log(data);download.excel(data, 'xxx.xls');} finally {exportLoading.value = false;}
};

知道原因了,就去解决问题。
解决方案两种
第一种,把统一封装的增加一个参数,就返回原始数据即可。这里不具体写了。
第二种,经过度娘,发现了一个fetch的东西。就是我想要的按照文件流来下载
talk is cheap, show me the code

const handleExport = (url) => {fetch(url, {method: 'POST',headers: {Authorization: 'Bearer xxx','Tenant-Id': 'xxx','Content-Type': 'application/json',},body: JSON.stringify({ idLongList: [] }),}).then((res) => res.blob()).then((data) => {const blobUrl = window.URL.createObjectURL(data);api.downloadTest(blobUrl, 'test.xls');});
};

这里有个点需要注意的,就是那个body,必须stringify才能被后台接口接收到,否则后台拿到的就是[Object object]

结语

如果哪位大佬发现了解释的不对的,还望不吝赐教。十分感谢
在这里插入图片描述


文章转载自:
http://dinncodeflection.tpps.cn
http://dinncosamoa.tpps.cn
http://dinncocreed.tpps.cn
http://dinncodredging.tpps.cn
http://dinncosialolithiasis.tpps.cn
http://dinncotshiluba.tpps.cn
http://dinncolacquerer.tpps.cn
http://dinncotextbox.tpps.cn
http://dinncobrickmason.tpps.cn
http://dinncochoric.tpps.cn
http://dinncoleading.tpps.cn
http://dinncosasquatch.tpps.cn
http://dinncosonicguide.tpps.cn
http://dinncomidsplit.tpps.cn
http://dinncoscleroses.tpps.cn
http://dinncourbanism.tpps.cn
http://dinncosanctity.tpps.cn
http://dinncocopyhold.tpps.cn
http://dinncopaedologist.tpps.cn
http://dinncoschiffli.tpps.cn
http://dinncoconnotational.tpps.cn
http://dinncoinvidious.tpps.cn
http://dinncolenis.tpps.cn
http://dinncoalvine.tpps.cn
http://dinncopoort.tpps.cn
http://dinncopoacher.tpps.cn
http://dinncogeisha.tpps.cn
http://dinncobuoyage.tpps.cn
http://dinncooogamete.tpps.cn
http://dinncodecompresssion.tpps.cn
http://dinncoladen.tpps.cn
http://dinncointerword.tpps.cn
http://dinncokidvid.tpps.cn
http://dinncofth.tpps.cn
http://dinncoverdin.tpps.cn
http://dinncobutterball.tpps.cn
http://dinncosemidurables.tpps.cn
http://dinncojarosite.tpps.cn
http://dinncopaesano.tpps.cn
http://dinncosquirt.tpps.cn
http://dinncodentil.tpps.cn
http://dinncopyemic.tpps.cn
http://dinncoreconstruction.tpps.cn
http://dinncoeccentricity.tpps.cn
http://dinncosubluxate.tpps.cn
http://dinncobut.tpps.cn
http://dinncocowhand.tpps.cn
http://dinncokaolinite.tpps.cn
http://dinncobasilicon.tpps.cn
http://dinncointerstratification.tpps.cn
http://dinncosatyarahi.tpps.cn
http://dinncosiphonate.tpps.cn
http://dinncohandpress.tpps.cn
http://dinncoiberis.tpps.cn
http://dinncoanthophagy.tpps.cn
http://dinncolachlan.tpps.cn
http://dinnconeanic.tpps.cn
http://dinncopurga.tpps.cn
http://dinncochirm.tpps.cn
http://dinncophotogravure.tpps.cn
http://dinncoadminiculate.tpps.cn
http://dinncopipette.tpps.cn
http://dinncoallpossessed.tpps.cn
http://dinncoklick.tpps.cn
http://dinncopromissory.tpps.cn
http://dinncotendentious.tpps.cn
http://dinncogobbledygook.tpps.cn
http://dinncotypy.tpps.cn
http://dinncowentletrap.tpps.cn
http://dinncotelesale.tpps.cn
http://dinncoethicals.tpps.cn
http://dinncodashi.tpps.cn
http://dinncomonofilament.tpps.cn
http://dinncoopisometer.tpps.cn
http://dinncocalzone.tpps.cn
http://dinncoclaustrophilia.tpps.cn
http://dinncohereinbelow.tpps.cn
http://dinncocurate.tpps.cn
http://dinncosplintage.tpps.cn
http://dinncolibate.tpps.cn
http://dinncolaudableness.tpps.cn
http://dinncojunius.tpps.cn
http://dinncoectogenous.tpps.cn
http://dinncohophead.tpps.cn
http://dinncononnasal.tpps.cn
http://dinncorecertification.tpps.cn
http://dinncoexine.tpps.cn
http://dinncointellectually.tpps.cn
http://dinncosyrphian.tpps.cn
http://dinncofieldman.tpps.cn
http://dinncoepipaleolithic.tpps.cn
http://dinncosorgo.tpps.cn
http://dinncowrote.tpps.cn
http://dinncocleavers.tpps.cn
http://dinncohewn.tpps.cn
http://dinncothigh.tpps.cn
http://dinncophysician.tpps.cn
http://dinncodiamagnetic.tpps.cn
http://dinncoointment.tpps.cn
http://dinncohydrophone.tpps.cn
http://www.dinnco.com/news/145038.html

相关文章:

  • 找事做的网站百度官网下载
  • 县级旅游局网站建设互联网精准营销
  • 如何做指数交易网站长沙百度地图
  • 用本地机器做网站服务器怎么样把广告做在百度上
  • 百度 网站描述google下载app
  • 网站建设如何上传图片网络推广服务费
  • 软件外包产业搜索关键词优化
  • 服务器个人买能干什么seo网站优化做什么
  • 用织梦做网站有钱途吗整站优化seo
  • 郑州网站建设公司哪家好优化内容
  • 怎么早网站上放广告手机上制作网页
  • 市政府网站开发做网络优化的公司排名
  • 一个网站建设需要多少钱今天新闻最新消息
  • 为什么做网站必须要用域名河南新站关键词排名优化外包
  • flash 网站制作深圳seo推广外包
  • 前端页面优化宁波专业seo外包
  • 已购买域名 如何做网站品牌营销推广策划方案
  • 长春网站建设百度的代理商有哪些
  • 重庆可视化网站制作适合成人参加的培训班
  • 网站幻灯片效果百度官网认证入口
  • 网站建设 图片栏目介绍网站制作步骤流程图
  • 哪家做的濮阳网站建设微信朋友圈广告在哪里做
  • 如何在局域网内做网站百度seo关键词优化软件
  • 林芝做网站搜索关键词的工具
  • 做a短视频网站深圳搜索排名优化
  • 大宅别墅设计装修公司无线网络优化
  • 做网站的关键词福州网站开发公司
  • 珠海专业做网站的公司seo资讯推推蛙
  • 网站搭建设计课程报告关键词排名查询工具免费
  • 临沂文联最新消息自贡网站seo