直接在开发者工具里 -> 点击预览 -> 可以正常生成二给码的
如果使用命令行工具
cli preview --project /Users/user/demo
会报以下错误;但是在 小程序助手 里有 开发版 的记录,只是没有生成二维码。
具体时间:
从 compilejs ---> Uploading
08-19 20:58:01 ---> 20:59:51
✔ IDE server has started, listening on http://127.0.0.1:40788
✔ Using AppID: xxxxxxxx
✖ Uploading
[error] {
code: 10,
message: 'Error: 错误 undefined (code 10)Error: 错误 undefined (code 10)\n' +
' at Object.GENERIC_ERROR (/Applications/wechatwebdevtools.app/Contents/Resources/package.nw/core.wxvpkg/7201d239ccdbdc262e2ecf5fe0c8aca3.js:2:93)\n' +
' at /Applications/wechatwebdevtools.app/Contents/Resources/package.nw/core.wxvpkg/e957e476922cb230973a914ab0c2cdac.js:2:4334'
}
请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。