let pageUrl = '/pages/index3.0/index'
uni.reLaunch({
url: pageUrl,
success: () => {
console.log('Successfully re-launched to URL:', pageUrl);
},
fail: (error) => {
console.error('Failed to re-launch to URL:', pageUrl, 'Error:', error);
},
});

- 发布:2024-12-19 14:35
- 更新:2024-12-19 14:35
- 阅读:187
产品分类: uniapp/App
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: 23H2
HBuilderX类型: 正式
HBuilderX版本号: 4.29
手机系统: iOS
手机系统版本号: iOS 14
手机厂商: 苹果
手机机型: Iphone6s Plus
页面类型: vue
vue版本: vue3
打包方式: 云端
项目创建方式: HBuilderX
App下载地址或H5⽹址: https://appdownload.ceekee.com/details.html?id=100
示例代码:
操作步骤:
使用真机运行在ios版本为13.6,跳转就会报错 {"errMsg":"reLaunch:fail null is not an object (evaluating 'ne.el=Is.el')"}
使用真机运行在ios版本为13.6,跳转就会报错 {"errMsg":"reLaunch:fail null is not an object (evaluating 'ne.el=Is.el')"}
预期结果:
期望可以正常跳转
期望可以正常跳转
实际结果:
跳转失败,报错报错{"errMsg":"reLaunch:fail null is not an object (evaluating 'ne.el=Is.el')"}
跳转失败,报错报错{"errMsg":"reLaunch:fail null is not an object (evaluating 'ne.el=Is.el')"}
bug描述:
1、uniapp打包成app,在线上发现ios版本为14.4的用户,登录跳转失效;
于是使用版本为13.6的ios手机进行真机调试,发现路由跳转失效,使用的是uni.reLaunch({url:'url'}),报错信息为{"errMsg":"reLaunch:fail null is not an object (evaluating 'ne.el=Is.el')"}
版本号高于15的可以正常跳转
0 个回复