album.json 338 B

1234567891011
  1. {
  2. "navigationBarTitleText": "",
  3. "enablePullDownRefresh": false,
  4. "navigationStyle": "custom",
  5. "usingComponents": {
  6. "uni-popup": "/node-modules/@dcloudio/uni-ui/lib/uni-popup/uni-popup",
  7. "popup": "/components/Popup/Popup",
  8. "tab-bar": "/components/TabBar/TabBar",
  9. "drag-image": "/components/DragImage/DragImage"
  10. }
  11. }