<navigator id="nav" url="plugin://hello-plugin/pages/index/index">
Go to Plugin page
</navigator>
以下是插件配置页面
{ "pages":{
"index": "pages/index/index",
"person": "pages/person/person"
},
app配置
{
"pages": [
"pages/index/index"
],
"plugins": {
"hello-plugin": {
"version": "dev",
"provider": "我的ID"
}
},
"sitemapLocation": "sitemap.json"
}
你好,可以参考一下:https://developers.weixin.qq.com/community/develop/doc/000662eb9f8f786c1f29827005bc00?_at=1616154957786