Blame view

unpackage/dist/dev/mp-weixin/app.json 1.98 KB
4b045f7c   刘淇   江阴初始化项目
1
2
  {
    "pages": [
6f829172   刘淇   Merge branch 'bra...
3
      "pages/businessCard/provideCard",
19569f2b   刘淇   购买券
4
      "pages/businessCard/buyCard",
4b045f7c   刘淇   江阴初始化项目
5
6
7
8
9
10
11
12
13
      "pages/businessCard/businessCard",
      "pages/parkRecordList/recordDetail",
      "pages/parkRecordList/parkRecordList",
      "pages/parkPay/parkPay",
      "pages/inputCarNumber/inputCarNumber",
      "pages/moneyRecharge/moneyRecharge",
      "pages/tabBar/component/component",
      "pages/tabBar/extUI/extUI",
      "pages/rechargeDetail/rechargeDetail",
6f829172   刘淇   Merge branch 'bra...
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
      "pages/rechargeDetail/outDetail",
      "pages/index/index",
      "pages/login/login",
      "pages/setting/setting",
      "pages/manuals/manuals",
      "pages/aboutOur/aboutOur",
      "pages/invoiceClaim/invoiceClaim",
      "pages/billing/billing",
      "pages/invoiceRecord/invoiceRecord",
      "pages/invoiceForm/invoiceForm",
      "pages/elecRecord/elecRecord",
      "pages/invoicePreview/invoicePreview",
      "pages/invoiceInformation/invoiceInformation",
      "pages/invoiceTitle/invoiceTitle",
      "pages/companyMsg/companyMsg",
      "pages/addTitle/addTitle",
      "pages/editTitle/editTitle",
      "pages/creditRating/creditRating",
      "pages/nameAuthentication/nameAuthentication"
4b045f7c   刘淇   江阴初始化项目
33
34
35
    ],
    "subPackages": [],
    "window": {
6f829172   刘淇   Merge branch 'bra...
36
37
38
      "navigationBarTextStyle": "black",
      "navigationBarTitleText": "停车小码头",
      "navigationBarBackgroundColor": "#F8F8F8",
4b045f7c   刘淇   江阴初始化项目
39
      "backgroundColor": "#F8F8F8",
6f829172   刘淇   Merge branch 'bra...
40
      "pageOrientation": "portrait"
4b045f7c   刘淇   江阴初始化项目
41
42
43
44
45
    },
    "tabBar": {
      "color": "#7A7E83",
      "selectedColor": "#007AFF",
      "borderStyle": "black",
6f829172   刘淇   Merge branch 'bra...
46
      "backgroundColor": "#FFF",
4b045f7c   刘淇   江阴初始化项目
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
      "list": [
        {
          "pagePath": "pages/tabBar/component/component",
          "iconPath": "static/component.png",
          "selectedIconPath": "static/componentHL.png",
          "text": "内置组件"
        },
        {
          "pagePath": "pages/tabBar/extUI/extUI",
          "iconPath": "static/extui.png",
          "selectedIconPath": "static/extuiHL.png",
          "text": "扩展组件"
        }
      ]
    },
    "permission": {
      "scope.userLocation": {
        "desc": "演示定位能力"
      }
    },
    "usingComponents": {}
  }