123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122 |
- {
- "pages": [
- "pages/home/home",
- "pages/optimization/optimization",
- "pages/my/my",
- "pages/webView/webView"
- ],
- "subPackages": [
- {
- "root": "pages/subPackages/login",
- "pages": [
- "loginPhone",
- "bindInviteCode"
- ]
- },
- {
- "root": "pages/subPackages/myOrderList",
- "pages": [
- "index"
- ]
- },
- {
- "root": "pages/subPackages/pdd",
- "pages": [
- "goodsDetail",
- "shareDetail"
- ]
- },
- {
- "root": "pages/subPackages/dy",
- "pages": [
- "goodsDetail",
- "shareDetail"
- ]
- },
- {
- "root": "pages/subPackages/wph",
- "pages": [
- "goodsDetail",
- "shareDetail"
- ]
- },
- {
- "root": "pages/subPackages/home",
- "pages": [
- "subjectList",
- "jdSubjectList",
- "goodsDetail",
- "jdGoodsDetail",
- "search",
- "shareDetail",
- "shareGoodsDetail"
- ]
- },
- {
- "root": "pages/subPackages/my",
- "pages": [
- "scll",
- "zskf",
- "xszn",
- "enlist",
- "tqjs",
- "feedback",
- "commonProblem",
- "answer",
- "setup",
- "idCard",
- "profit",
- "incomeDetailed",
- "withdrawDetail",
- "alipayWithdraw",
- "friendList",
- "commissionRank"
- ]
- },
- {
- "root": "pages/subPackages/commonPages",
- "pages": [
- "agreement",
- "lhKF"
- ]
- },
- {
- "root": "pages/subPackages/html",
- "pages": [
- "shareGoodsDetail",
- "jd_shareGoodsDetail"
- ]
- }
- ],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "猎豆优选",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "color": "#202020",
- "selectedColor": "#FF0204",
- "backgroundColor": "#fff",
- "borderStyle": "black",
- "list": [
- {
- "pagePath": "pages/home/home",
- "iconPath": "/static/tabBar/home.png",
- "selectedIconPath": "/static/tabBar/home-on.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/my/my",
- "iconPath": "/static/tabBar/my.png",
- "selectedIconPath": "/static/tabBar/my-on.png",
- "text": "我的"
- }
- ]
- },
- "lazyCodeLoading": "requiredComponents",
- "permission": {},
- "usingComponents": {
- "clipboard": "/components/clipboard"
- }
- }
|