add.json 446 B

123456789101112
  1. {
  2. "navigationBarTitleText": "新增采购单",
  3. "enablePullDownRefresh": true,
  4. "usingComponents": {
  5. "app-tabs": "/components/plugin/tabs",
  6. "app-search-module": "/components/module/app-search",
  7. "app-wrapper-empty": "/components/app-wrapper-empty",
  8. "commodity-purchase": "/pagesPurchase/components/CommodityPurchase",
  9. "modal-module": "/components/plugin/modal",
  10. "footer-cart": "/components/module/app-footer-cart"
  11. }
  12. }