- npm构建时错误 SyntaxError: Deleting local variable?
[图片] 使用默认的npm构建方法时,报错:message:发生错误 SyntaxError: Deleting local variable in strict mode (119:1) ideVersion: 1.06.2206090 osType: win32-x64 后续我尝试使用自定义文件进行构建,也报这个错误,请问是哪里配置不对吗?
2022-06-10 - 那一个API可以跳转这种格式的链接:#小程序://****/Weixin/************?
之前用得是navigateToMiniProgram 的shortLink跳转到自身小程序的链接去的,因为后端返回的只有这样的链接,所以没办法用路由去跳转。但是在昨天突然看到navigateToMiniProgram不支持跳转到自身小程序了。所以请问有什么API可以通过:#小程序://****/Weixin/************ 的格式跳转自身小程序嘛? 报错: SystemError (appServiceSDKScriptError) can't navigate to myself Error: can't navigate to myself
2022-06-09 - wx.navigateToMiniProgram不能跳转到自己的小程序#开头的链接
https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html 错误信息: SystemError (appServiceSDKScriptError) can't navigate to myself Error: can't navigate to myself 我配置shortLink调用#开头的小程序链接,工具上提示跳转成功,但是真机上log提示不能跳转自己。我记得前一周是可以的,是修改过api了吗?有替换的方法嘛?请教在我只能拿到#开头的小程序链接,不清楚path的情况下,如何跳转到自身小程序中。
2022-06-08