index.json 305 B

12345678910
  1. {
  2. "navigationBarTitleText": "报名信息",
  3. "usingComponents": {
  4. "Container": "../../component/container/index",
  5. "van-icon": "@vant/weapp/icon/index",
  6. "van-search": "@vant/weapp/search/index",
  7. "van-empty": "@vant/weapp/empty/index",
  8. "van-nav-bar": "@vant/weapp/nav-bar/index"
  9. }
  10. }