index.json 193 B

12345678
  1. {
  2. "navigationBarTitleText": "个人中心",
  3. "navigationStyle": "custom",
  4. "usingComponents": {
  5. "tab-bar": "../../components/TabBar",
  6. "login-modal": "../components/LoginModal"
  7. }
  8. }