12345678910 |
- {
- "navigationBarTitleText": "设备列表",
- "navigationBarBackgroundColor": "#5677fc",
- "navigationBarTextStyle": "white",
- "enablePullDownRefresh": true,
- "usingComponents": {
- "tui-loadmore": "../../components/loadmore/loadmore",
- "tui-nomore": "../../components/nomore/nomore"
- }
- }
|