mip-shell-inservice

说明

极速服务 mip-shell定制化

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

示例

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

属性

isId

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

routes

参考mip-shell用法