https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/chatTool.html 跳转到聊天工具分包页面,偶尔会提示出现wx://not-found,但是,偶尔又能进去正常显示?什么情况?
"chatTools": [
{
"root": "packageA",
"entryPagePath": "pages/cat/index",
"desc": "信息填写",
"scopes": [
"scope.userLocation"
],
"pages": [
"pages/share/index"
]
}
],
