main.json 343 B

1234567891011
  1. {
  2. "navigationBarTitleText": "",
  3. "enablePullDownRefresh": false,
  4. "navigationStyle": "custom",
  5. "navigationBarTextStyle": "black",
  6. "usingComponents": {
  7. "c-pop-phone": "/components/c-pop-phone/c-pop-phone",
  8. "u-toast": "/uni_modules/uview-ui/components/u-toast/u-toast",
  9. "c-pop-auth": "/components/c-pop-auth/c-pop-auth"
  10. }
  11. }