app.json 585 B

123456789101112131415161718
  1. {
  2. "pages": [
  3. "pages/common/index/index",
  4. "pages/servant/myCustomerList/myCustomerList",
  5. "pages/customer/myServantList/myServantList",
  6. "pages/servant/servantCenter/servantCenter",
  7. "pages/customer/createServant/createServant",
  8. "pages/customer/dailytasks/dailytasks",
  9. "pages/servant/servantdetail/servantdetail",
  10. "pages/customer/customerCenter/customerCenter",
  11. "pages/common/selectRole/selectRole",
  12. "pages/customer/monthReport/monthReport",
  13. "pages/customer/editServant/editServant"
  14. ],
  15. "window": {
  16. "defaultTitle": "保姆管家"
  17. }
  18. }