user-center.json 650 B

123456789101112
  1. {
  2. "navigationBarTitleText": "中心",
  3. "usingComponents": {
  4. "app-copyright": "/components/page-component/app-copyright/app-copyright",
  5. "app-user-center-top": "/components/page-component/app-user-center-top/app-user-center-top",
  6. "app-account-balance": "/components/page-component/app-account-balance/app-account-balance",
  7. "app-my-order": "/components/page-component/app-my-order/app-my-order",
  8. "app-my-service": "/components/page-component/app-my-service/app-my-service",
  9. "app-vip-card": "/components/page-component/app-vip-card/app-vip-card",
  10. "app-foot-box": "/components/page-component/app-foot-box/app-foot-box"
  11. }
  12. }