12345678910111213141516171819202122232425 |
- {
- "pages": [
- "pages/common/index/index",
- "pages/servant/myCustomerList/myCustomerList",
- "pages/customer/myServantList/myServantList",
- "pages/servant/servantCenter/servantCenter",
- "pages/customer/createServant/createServant",
- "pages/customer/dailytasks/dailytasks",
- "pages/servant/servantdetail/servantdetail",
- "pages/customer/customerCenter/customerCenter",
- "pages/common/selectRole/selectRole",
- "pages/customer/monthReport/monthReport",
- "pages/customer/editServant/editServant",
- "pages/servant/taskreminder/taskreminder",
- "pages/servant/servantlist/servantlist",
- "pages/common/userGuide/userGuide",
- "pages/servant/servantsettings/servantsettings"
- ],
- "window": {
- "defaultTitle": "保姆管家",
- "allowsBounceVertical":true,
- "pullRefresh":true
- }
- }
|