basestate.json 280 B

123456789101112131415
  1. {
  2. "navigationBarTitleText": "设备状态",
  3. "enablePullDownRefresh": false,
  4. "titleNView": {
  5. "buttons": [
  6. {
  7. "text": "记录",
  8. "fontSize": "14px"
  9. }
  10. ]
  11. },
  12. "usingComponents": {
  13. "u-switch": "/uview-ui/components/u-switch/u-switch"
  14. }
  15. }