123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- {
- "pages": [
- "pages/workark/workark",
- "pages/index/index",
- "pages/model/model",
- "pages/shop/shop",
- "pages/my/my",
- "pages/login/login",
- "pages/message/message",
- "pages/pdf/pdf"
- ],
- "subPackages": [
- {
- "root": "subPages/workarkPage",
- "pages": [
- "workarkDetail/workarkDetail",
- "coupon/coupon",
- "paymentStatus/paymentStatus"
- ]
- },
- {
- "root": "subPages/chatPage",
- "pages": [
- "chat/chat"
- ]
- },
- {
- "root": "subPages/shopPage",
- "pages": [
- "webview/webview",
- "payment/payment",
- "good/good",
- "cart/cart",
- "checkout/checkout",
- "addressList/addressList",
- "addressAdd/addressAdd",
- "orderList/orderList",
- "orderDetail/orderDetail",
- "express/express"
- ]
- },
- {
- "root": "subPages/indexPage",
- "pages": [
- "orderList/orderList",
- "orderDetail/orderDetail",
- "contractList/contractList",
- "invoiceList/invoiceList",
- "invoiceDetail/invoiceDetail",
- "noPermission/noPermission"
- ]
- },
- {
- "root": "subPages/myPage",
- "pages": [
- "myDetail/myDetail",
- "organization/organization",
- "download/download",
- "changeOrganization/changeOrganization",
- "chatList/chatList",
- "serveChat/serveChat"
- ]
- }
- ],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "workark",
- "navigationBarBackgroundColor": "#fff"
- },
- "tabBar": {
- "color": "#7d7380",
- "selectedColor": "#3c9cff",
- "list": [
- {
- "pagePath": "pages/index/index",
- "iconPath": "static/images/tabbar/home.png",
- "selectedIconPath": "static/images/tabbar/home-active.png",
- "text": "工单"
- },
- {
- "pagePath": "pages/model/model",
- "iconPath": "/static/images/tabbar/shop.png",
- "selectedIconPath": "/static/images/tabbar/shop-active.png",
- "text": "环境"
- },
- {
- "pagePath": "pages/workark/workark",
- "iconPath": "/static/images/tabbar/workark.png",
- "selectedIconPath": "/static/images/tabbar/workark-active.png",
- "text": "workark"
- },
- {
- "pagePath": "pages/shop/shop",
- "iconPath": "static/images/tabbar/chat.png",
- "selectedIconPath": "static/images/tabbar/chat-active.png",
- "text": "商城"
- },
- {
- "pagePath": "pages/my/my",
- "iconPath": "static/images/tabbar/my.png",
- "selectedIconPath": "static/images/tabbar/my-active.png",
- "text": "我的"
- }
- ]
- },
- "lazyCodeLoading": "requiredComponents",
- "usingComponents": {}
- }
|