百度小程序web化路径的参数可以是一条路径吗?
Web化路径可以带参数,但需注意,参数本身不可以是一条路径,不可以是一条H5 url。以下这三类都是不符合规范的:xxx.smartapp.cn/parameter_a=/path1/file, xxx.smartapp.cn/parameter=http://xxx.baidu.com/path1/1.html, xxx.smartapp.cn/parameter=xxx.baidu.com/path1/1.html。如需带相关参数,务必清晰表述参数名和参数定义,如dir_name=news。