goodsManage.json 444 B

123456789101112
  1. {
  2. "navigationBarTitleText": "商品管理",
  3. "navigationBarBackgroundColor": "#FE8464",
  4. "usingComponents": {
  5. "i-img": "../../components/img/index",
  6. "i-load-more": "../../components/load-more/index",
  7. "i-empty": "../../components/empty/index",
  8. "i-fixed-bottom": "../../components/fixed-bottom/index",
  9. "mp-actionSheet": "../../components/actionsheet/actionsheet",
  10. "mp-dialog": "../../components/mp-dialog/dialog"
  11. }
  12. }