https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/url-scheme.html
用到的技术为上方官网地址的“明文 URL Scheme”,“明文Scheme拉起此小程序”已经设置了;根据规则weixin://dl/business/?appid=*APPID*&path=*PATH*&query=*QUERY*&env_version=*ENV_VERSION*
组装成了“weixin://dl/business/?appid=wx968450fdd2ea2709&path=pages/login/login”打开后显示当前页面无法访问,能否看下哪里出现问题。