index.json 357 B

1234567891011
  1. {
  2. "navigationBarTitleText": "设备管理",
  3. "navigationBarBackgroundColor": "#5677fc",
  4. "navigationBarTextStyle": "white",
  5. "enablePullDownRefresh": true,
  6. "usingComponents": {
  7. "tui-button": "../../components/extend/button/button",
  8. "tui-loadmore": "../../components/loadmore/loadmore",
  9. "tui-nomore": "../../components/nomore/nomore"
  10. }
  11. }