5. 完整示例代码
index.html
只列出使用 的部分。
<body>
<!-- 其他 DOM 内容 -->
<mip-shell-example mip-shell>
<script type="application/json">
{
"routes": [
{
"pattern": "/use-shell.html",
"meta": {
"show": true,
"logo": "https://gss0.bdstatic.com/5bd1bjqh_Q23odCf/static/wiseindex/img/favicon64.ico"
},
"view": {
"isIndex": true
}
}
},
{
"pattern": "*",
"header": {
"title": "其他页面"
}
}
}
]
}
</script>
</mip-shell>
<script src="https://c.mipcdn.com/static/v2/mip.js"></script>
</body>