移动端 企微自建应用 把pdf文件放到前端项目的static下 然后用iframe访问地址static/pdf/web/viewer.html 本地(桌面云内部 )可以 电脑uat(桌面云外)和手机上访问uat都不行 是为什么?
报错
Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "text/html". Strict MIME type checking is enforced for module scripts per HTML spec.
Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "application/octet-stream". Strict MIME type checking is enforced for module scripts per HTML spec
搜了下是说网页中使用了模块脚本(module script),但服务器返回的 MIME 类型是 “text/html”,而不是 JavaScript 类型。根据 HTML 规范,严格的 MIME 类型检查会对模块脚本进行强制执行。
看了页面script应该是这两个地方
但是不知道该怎么改
没必要用 mjs 吧。所以这个问题也就不存在咯。
nginx 是修改 mime.types 什么的文件来支持 mjs 类型
uniapp 要求在安卓app里面实现展示pdf 没有服务器 pdf文件放在项目工程文件夹里面 static/pdf/001.pdf这种
在轻推,各种消息都是永久保存并且实时同步的,在手机上发送过的文件/图片,在电脑端也同样能看到。 如果文件/图片暂不需要发送,可以给自己发送文件/图片。用任何客户端都能随时查看、转发和下载。
就是用户打开页面后端,可以直接获取本机的ip地址吗?
uniapp使用uni.downloadFile下载客户端传过来的文件地址,我是.docx,但是下载之后变成了.pdf 这里第一次打印url都还是doc文件,但是经过downloadFile success(res)里却变成了 pdf文件
1。这个是在本地环境遇到的!本地环境,Nginx 的配置我懂 2。参数修改 mode: hash -> history 3。localhost:8888 这个地址能看到登录页,localhost:8888/login,被识别为接口 404 4。localhost:8888/#/login 能看到登录页 5。vue-router: 3.1.6 有大佬知道怎么回事吗? 我记得 Vue 的 hash 和