WhiteCjy
WhiteCjy
项目下载下来跑不起来呀
用npm run build打包后部署到服务器,通过nginx访问就抱如下错误,本地npm run server没问题 TypeError: u.default.addRoute is not a function at app.41286454.js:1 at Array.forEach () at app.41286454.js:1 at l (chunk-libs.7ad5b2a1.js:34) at Generator._invoke (chunk-libs.7ad5b2a1.js:34) at Generator.next (chunk-libs.7ad5b2a1.js:34) at r (chunk-libs.7ad5b2a1.js:1)...
最新版本微信开发者工具 1.05
老哥 你解决了吗
接口换成啥了
用demo来试验 选取二维码图片识别也是返回null
这个项目还能用吗
过期啦 还能更新下吗
> [@tencentcloud/call-uikit-vue2](https://www.npmjs.com/package/@tencentcloud/call-uikit-vue2) supports up to vue2.7. vue2 in uni uses vue2.6, so it won't work. Suggestion: [@tencencit-uikit-vue2]. Suggestion: [@tencentcloud/call-uikit-vue2](https://www.npmjs.com/package/@tencentcloud/call-uikit-vue2) should not be used in uniapp. You can use [@tencentcloud/call-uikit-vue2.6](https://www.npmjs.com/package/@tencentcloud/call-uikit-vue2.6). >...
me too final private = EthPrivateKey.fromHex(privakey); final sign =await private.signPersonalMessage(Uint8List.fromList(utf8.encode(message))); final signed =await private.signToSignature(Uint8List.fromList(utf8.encode(message))); var pubKey=bytesToHex(private.publicKey.getEncoded().toList()); bool isV= isValidSignature(Uint8List.fromList(utf8.encode(message)),signed,hexToBytes(pubKey)); final adds= ecRecover(Uint8List.fromList(utf8.encode(message)), signed); print("--验证签名--$isV----恢复数据签名帐户---"+bytesToHex(adds)); print("--publicKey--=----"+pubKey); the result of isV is...