1234567891011121314 |
- {
- "navigationBarTitleText": "商品管理",
- "navigationBarBackgroundColor": "#5677fc",
- "navigationBarTextStyle": "white",
- "enablePullDownRefresh": true,
- "usingComponents": {
- "tui-button": "../../components/extend/button/button",
- "tui-list-cell":"../../components/list-cell/list-cell",
- "tui-icon":"../../components/icon/icon",
- "tui-tag":"../../components/tag/tag",
- "tui-loadmore": "../../components/loadmore/loadmore",
- "tui-nomore": "../../components/nomore/nomore"
- }
- }
|