profile.json 268 B

123456789
  1. {
  2. "navigationBarTitleText": "个人中心",
  3. "usingComponents": {
  4. "tab-bar": "./components/tabbar",
  5. "topbar": "../../components/topbar",
  6. "custom-preview-image": "../../components/customPreviewImage/customPreviewImage"
  7. },
  8. "navigationStyle":"custom"
  9. }