123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- {
- "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",
- "pages/mine/contact"
- ],
- "subPackages": [
- {
- "root": "circlePages",
- "pages": [
- "circle",
- "addShare",
- "shareDeatail"
- ]
- },
- {
- "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": {}
- }
|