index.json 249 B

123456789
  1. {
  2. "navigationBarTitleText": "专家评审",
  3. "usingComponents": {
  4. "Container": "../../component/container/index",
  5. "van-row": "@vant/weapp/row/index",
  6. "van-col": "@vant/weapp/col/index",
  7. "van-image": "@vant/weapp/image/index"
  8. }
  9. }