- 开发工具2.0 服务端口打不开,工具设置显示打开了,.ide 不能自动创建 1.xxx版本可以?
2.xx ls -l "/Users/yjg/Library/Application Support/微信开发者工具/50a7d9210159a32f006158795f893857/Default/.ide" ls: /Users/yjg/Library/Application Support/微信开发者工具/50a7d9210159a32f006158795f893857/Default/.ide: No such file or directory yjg@YJG ~ /Applications/wechatwebdevtools.app/Contents/MacOS/cli --port 61809 islogin ✖ initialize [error] IDE service port disabled. To use CLI Call, please enter y to confirm enabling CLI capability, or manually open IDE -> Settings -> Security Settings, and set Service Port On. For more details see: https://developers.weixin.qq.com/miniprogram/en/dev/devtools/cli.html [error] 工具的服务端口已关闭。要使用命令行调用工具,请在下方输入 y 以确认开启,或手动打开工具 -> 设置 -> 安全设置,将服务端口开启。 详细信息: https://developers.weixin.qq.com/miniprogram/dev/devtools/cli.html ? Enable IDE Service Yes ✖ reading IDE port file /Users/yjg/Library/Application Support/微信开发者工具/50a7d9210159a32f006158795f893857/Default/.ide 1.xx /Applications/wechatwebdevtools.app/Contents/MacOS/cli --port 61809 islogin ✖ IDE server has started on http://127.0.0.1:61367 and must be restarted on port 61809 first
1天前 - 手机号授权能力被封禁,代码已修改,违禁审核被拒,代码升级也被拒?
进入小程序需要用户授权获取手机号,机号授权能力被封禁,代码已修改,违禁审核被拒,代码升级也被拒,死循环
2024-04-10 - 隐私协议:获取位置和相册的代码已经删除了,但是还是检测到咋回事?如何处理?
[图片] 获取位置和相册的代码已经删除了,但是还是检测到咋回事?如何处理
2023-11-17 - requirePrivacyAuthorize 点击同意也返回fail?
<button @click="handleRejectPrivacyAuthorization">拒绝</button> <button id="agree-btn" open-type="agreePrivacyAuthorization" @click="handleAgreePrivacyAuthorization">同意</button> handleRejectPrivacyAuthorization() { this.resolvePrivacyAuthorization(({event: 'disagree'})) }, handleAgreePrivacyAuthorization() { this.resolvePrivacyAuthorization({buttonId: 'agree-btn', event: 'agree'}) }, [图片]
2023-08-16