12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "pages": [
- "pages/login/login",
- "pages/home/index",
- "pages/logistics/index",
- "pages/take/index",
- "pages/take/lattice",
- "pages/serah/index",
- "pages/serah/detal",
- "pages/cabinet/index",
- "pages/cabinet/cell",
- "pages/cabinet/celldetail",
- "pages/servicePoint/point",
- "pages/servicePoint/index",
- "pages/servicePoint/bind",
- "pages/signFor/index",
- "pages/signFor/hand",
- "pages/signFor/storage",
- "pages/signFor/record",
- "pages/signFor/signRecord",
- "pages/take/opentask/opentask",
- "pages/cabinet/orderNum/orderNum",
- "pages/take/blankorder/blankorder"
- ],
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "物流管家",
- "navigationBarTextStyle": "black"
- },
- "sitemapLocation": "sitemap.json",
- "permission": {
- "scope.userLocation": {
- "desc": "请点击确定"
- }
- }
- }
|