12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- {
- "pages": [
- "pages/index/index",
- "pages/index/auth",
- "pages/login/login",
- "pages/login/info",
- "pages/mine/need",
- "pages/mine/share",
- "pages/webview/web-view",
- "pages/mine/coll",
- "pages/comm/search",
- "pages/mine/feedback",
- "pages/mine/addFeed",
- "pages/mine/about",
- "pages/comm/search2",
- "pages/index/detail/detail",
- "pages/login/loginByCode",
- "pages/discovery/discovery",
- "pages/home/home",
- "pages/mine/mine",
- "pages/comm/comm"
- ],
- "subPackages": [
- {
- "root": "circlePages",
- "pages": [
- "circle",
- "addShare"
- ]
- },
- {
- "root": "minePages",
- "pages": [
- "set"
- ]
- }
- ],
- "window": {
- "navigationStyle": "custom",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "速立保",
- "navigationBarBackgroundColor": "#fff",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "color": "#868585",
- "selectedColor": "#005DA6",
- "list": [
- {
- "pagePath": "pages/index/index",
- "text": "供需发布平台",
- "iconPath": "static/ui/home.png",
- "selectedIconPath": "static/ui/home1.png"
- },
- {
- "pagePath": "pages/home/home",
- "text": "我要什么",
- "iconPath": "static/ui/need.png",
- "selectedIconPath": "static/ui/need1.png"
- },
- {
- "pagePath": "pages/comm/comm",
- "text": "我有什么",
- "iconPath": "static/ui/share.png",
- "selectedIconPath": "static/ui/share1.png"
- },
- {
- "pagePath": "pages/mine/mine",
- "text": "我的",
- "iconPath": "static/ui/me.png",
- "selectedIconPath": "static/ui/me1.png"
- }
- ]
- },
- "requiredPrivateInfos": [
- "chooseAddress"
- ],
- "usingComponents": {}
- }
|