index.json 504 B

1234567891011121314
  1. {
  2. "navigationBarTitleText": "商品管理",
  3. "navigationBarBackgroundColor": "#5677fc",
  4. "navigationBarTextStyle": "white",
  5. "enablePullDownRefresh": true,
  6. "usingComponents": {
  7. "tui-button": "../../components/extend/button/button",
  8. "tui-list-cell":"../../components/list-cell/list-cell",
  9. "tui-icon":"../../components/icon/icon",
  10. "tui-tag":"../../components/tag/tag",
  11. "tui-loadmore": "../../components/loadmore/loadmore",
  12. "tui-nomore": "../../components/nomore/nomore"
  13. }
  14. }