mip-shell-inservice

说明

极速服务 mip-shell定制化

标题 内容
类型 通用
支持布局 N/S
所需脚本 https://c.mipcdn.com/static/v2/mip-shell-inservice/mip-shell-inservice.js

示例

  1. <mip-shell-inservice mip-shell>
  2. <script type="application/json">
  3. {
  4. "routes": [
  5. {
  6. "pattern": "./index.html",
  7. "meta": {
  8. "header": {
  9. "show": true
  10. },
  11. "view":{
  12. "isIndex": true
  13. }
  14. }
  15. },
  16. {
  17. "pattern": "./mip-shell-inservice.html",
  18. "meta": {
  19. "header": {
  20. "show": true,
  21. "title": "微咖啡PAGE2"
  22. },
  23. "view":{
  24. "isIndex": false
  25. }
  26. }
  27. },
  28. {
  29. "pattern": "*",
  30. "meta": {
  31. "header": {
  32. "show": true
  33. }
  34. }
  35. }
  36. ],
  37. "isId":"156786663788884"
  38. }
  39. </script>
  40. </mip-shell-inservice>

属性

isId

说明:熊掌号ID 必选项:是 类型:string示例:"123456678"

routes

参考mip-shell用法

原文: https://www.mipengine.org/v2/components/layout/mip-shell-inservice.html