index.json 453 B

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