|
6 | 6 | // "current": 0, //当前激活的模式(list 的索引项)
|
7 | 7 | // "list": [{
|
8 | 8 | // "name": "test", //模式名称
|
9 |
| - // "path": "pages/componentsC/test/index", //启动页面,必选 |
| 9 | + // "path": "pages/componentsC/layout/index", //启动页面,必选 |
10 | 10 | // "query": "id=1&name=2" //启动参数,在页面的onLoad函数里面得到
|
11 | 11 | // }]
|
12 | 12 | // },
|
|
61 | 61 | {
|
62 | 62 | "path": "test/index",
|
63 | 63 | "style": {
|
64 |
| - // "navigationBarTitleText": "navbar-自定义导航栏", |
65 |
| - "navigationStyle": "custom" ,// 隐藏系统导航栏 |
66 |
| - "navigationBarTextStyle": "white" // 状态栏字体为白色 |
| 64 | + "navigationBarTitleText": "navbar-自定义导航栏" |
| 65 | + // "navigationStyle": "custom" ,// 隐藏系统导航栏 |
| 66 | + // "navigationBarTextStyle": "white" // 状态栏字体为白色 |
67 | 67 | }
|
68 | 68 | },
|
69 | 69 | // gap-间隔槽
|
|
835 | 835 | "backgroundColor": "#FFFFFF",
|
836 | 836 | "borderStyle": "black",
|
837 | 837 | "list": [{
|
838 |
| - "pagePath": "pages/example/components" |
| 838 | + "pagePath": "pages/example/components", |
839 | 839 | // "iconPath": "static/uview/example/component.png",
|
840 | 840 | // "selectedIconPath": "static/uview/example/component_select.png",
|
841 |
| - // "text": "组件" |
| 841 | + "text": "组件" |
842 | 842 | },
|
843 | 843 | {
|
844 |
| - "pagePath": "pages/example/js" |
| 844 | + "pagePath": "pages/example/js", |
845 | 845 | // "iconPath": "static/uview/example/js.png",
|
846 | 846 | // "selectedIconPath": "static/uview/example/js_select.png",
|
847 |
| - // "text": "工具" |
| 847 | + "text": "工具" |
848 | 848 | },
|
849 | 849 | {
|
850 |
| - "pagePath": "pages/example/template" |
| 850 | + "pagePath": "pages/example/template", |
851 | 851 | // "iconPath": "static/uview/example/template.png",
|
852 | 852 | // "selectedIconPath": "static/uview/example/template_select.png",
|
853 |
| - // "text": "模板" |
| 853 | + "text": "模板" |
854 | 854 | }
|
855 | 855 | ]
|
856 | 856 | }
|
|
0 commit comments