| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- {
- "pages": [
- "pages/index/index",
- "pages/order/order",
- "pages/income/income",
- "pages/my/my",
- "pages/allocation/allocation",
- "pages/orderDetail/orderDetail"
- ],
- "subPackages": [
- {
- "root": "service",
- "pages": [
- "serverTime/serverTime",
- "login/login",
- "enter/enter",
- "serveItem/serveItem",
- "notice/notice",
- "sweep/sweep",
- "toreItem/toreItem",
- "issue/issue",
- "applicant/applicant",
- "serviceStaff/serviceStaff",
- "serverDetail/serverDetail",
- "earnestMoney/earnestMoney",
- "bill/bill",
- "recharge/recharge",
- "balance/balance",
- "moneyRecord/moneyRecord",
- "withdraw/withdraw",
- "account/account",
- "bindAccount/bindAccount",
- "feedback/feedback",
- "exercise/exercise",
- "txAudit/txAudit",
- "txIntendant/txIntendant",
- "set/set",
- "storeInfo/storeInfo",
- "storeData/storeData",
- "yhq/yhq",
- "issueYhq/issueYhq",
- "info/info",
- "serveList/serveList",
- "servedetail/servedetail",
- "selfserveList/selfserveList",
- "aboutUs/aboutUs",
- "video/video",
- "comments/comments"
- ]
- }
- ],
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "",
- "navigationBarTextStyle": "black"
- },
- "tabBar": {
- "color": "#000",
- "selectedColor": "#6116FF",
- "list": [
- {
- "pagePath": "pages/index/index",
- "text": "首页",
- "iconPath": "static/tabbar/home.png",
- "selectedIconPath": "static/tabbar/home_active.png"
- },
- {
- "pagePath": "pages/order/order",
- "text": "订单",
- "iconPath": "static/tabbar/order.png",
- "selectedIconPath": "static/tabbar/order-active.png"
- },
- {
- "pagePath": "pages/income/income",
- "text": "收入",
- "iconPath": "static/tabbar/income.png",
- "selectedIconPath": "static/tabbar/income-active.png"
- },
- {
- "pagePath": "pages/my/my",
- "text": "我的",
- "iconPath": "static/tabbar/my.png",
- "selectedIconPath": "static/tabbar/my-active.png"
- }
- ]
- },
- "sitemapLocation": "sitemap.json",
- "requiredPrivateInfos":[
- "chooseLocation"
- ]
- }
|