123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- {
- "pages": [
- "pages/homePage/homePage",
- "pages/order/order",
- "pages/orderDetails/orderDetails",
- "pages/qualityTesting/qualityTesting",
- "pages/mine/mine",
- "pages/scanCode/scanCode",
- "pages/home/home",
- "pages/bleConnect/bleConnect",
- "pages/sendCommand/sendCommand",
- "pages/net/net",
- "pages/ticket/ticket",
- "pages/receipt/receipt",
- "pages/label/label",
- "pages/codeInput/codeInput",
- "components/mineList",
- "components/mineList/index"
- ],
- "window": {
- "backgroundColor": "#F6F6F6",
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#F6F6F6",
- "navigationBarTitleText": "云开发 QuickStart",
- "navigationBarTextStyle": "black"
- },
- "tabBar": {
- "color": "#666666",
- "selectedColor": "#333333",
- "borderStyle": "white",
- "backgroundColor": "#fff",
- "list": [
- {
- "iconPath": "images/un_home.png",
- "selectedIconPath": "images/home.png",
- "pagePath": "pages/homePage/homePage",
- "text": "首页"
- },
- {
- "iconPath": "images/un_order.png",
- "selectedIconPath": "images/order.png",
- "pagePath": "pages/order/order",
- "text": "订单"
- },
- {
- "iconPath": "images/un_quality.png",
- "selectedIconPath": "images/quality.png",
- "pagePath": "pages/qualityTesting/qualityTesting",
- "text": "质检"
- },
- {
- "iconPath": "images/un_mine.png",
- "selectedIconPath": "images/mine.png",
- "pagePath": "pages/mine/mine",
- "text": "我的"
- }
- ]
- },
- "sitemapLocation": "sitemap.json"
- }
|