使用默认插槽,打包部署到服务器,提示错误,使用的vue3版本,vite编译
- 发布:2024-03-05 10:49
- 更新:2024-03-05 15:46
- 阅读:179
产品分类: uniapp/H5
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: win10专业版,版本号1909
HBuilderX类型: 正式
HBuilderX版本号: 3.99
浏览器平台: Chrome
浏览器版本: 122.0.6261.95
项目创建方式: HBuilderX
操作步骤:
预期结果:
使用插槽,打包不报错
使用插槽,打包不报错
实际结果:
使用默认插槽,打包部署到服务器,提示错误
使用默认插槽,打包部署到服务器,提示错误
bug描述:
运行没有问题,打包就提示
index-54ba231d.js:1 TypeError: he is not a constructor
点击查看源码:
q = "" + new he("cus_upload-bg-587599f0.png",import.meta.url).href;
我本地的代码
<uni-file-picker ref="myFilePicker" :auto-upload="false" fileMediatype="image" mode="grid" :limit="maxCount" @select="select"
@delete="deletePic">
<image class="upload-bg" src="../../static/cus_upload-bg.png" mode="aspectFit"></image>
</uni-file-picker>
小黑子爱rap (作者)
已经解决了,是我部署目录base写错了,导致图片资源加载不出来
2024-03-19 14:05