wlzboy
1 天以前 08f95b2f159b56fa3bd4f4b348855989de8aa456
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
{
  "pages": [{
    "path": "pages/login",
    "style": {
      "navigationBarTitleText": "登录"
    }
  }, {
    "path": "pages/qylogin",
    "style": {
      "navigationBarTitleText": "企业微信免登"
    }
  }, {
    "path": "pages/login/wechat",
    "style": {
      "navigationBarTitleText": "微信登录"
    }
  }, {
    "path": "pages/register",
    "style": {
      "navigationBarTitleText": "注册"
    }
  }, {
    "path": "pages/index",
    "style": {
      "navigationBarTitleText": "民航医疗快线",
      "navigationStyle": "custom"
    }
  }, {
    "path": "pages/bind-vehicle",
    "style": {
      "navigationBarTitleText": "绑定车辆"
    }
  }, {
    "path": "pages/work/index",
    "style": {
      "navigationBarTitleText": "工作台"
    }
  }, {
    "path": "pages/mine/index",
    "style": {
      "navigationBarTitleText": "我的"
    }
  }, {
    "path": "pages/mine/avatar/index",
    "style": {
      "navigationBarTitleText": "修改头像"
    }
  }, {
    "path": "pages/mine/info/index",
    "style": {
      "navigationBarTitleText": "个人信息"
    }
  }, {
    "path": "pages/mine/info/edit",
    "style": {
      "navigationBarTitleText": "编辑资料"
    }
  }, {
    "path": "pages/mine/pwd/index",
    "style": {
      "navigationBarTitleText": "修改密码"
    }
  }, {
    "path": "pages/mine/setting/index",
    "style": {
      "navigationBarTitleText": "应用设置"
    }
  }, {
    "path": "pages/mine/help/index",
    "style": {
      "navigationBarTitleText": "常见问题"
    }
  }, {
    "path": "pages/mine/about/index",
    "style": {
      "navigationBarTitleText": "关于我们"
    }
  }, {
    "path": "pages/mine/user-agreement/index",
    "style": {
      "navigationBarTitleText": "用户服务协议"
    }
  }, {
    "path": "pages/mine/privacy-policy/index",
    "style": {
      "navigationBarTitleText": "隐私政策"
    }
  }, {
    "path": "pages/common/webview/index",
    "style": {
      "navigationBarTitleText": "浏览网页"
    }
  }, {
    "path": "pages/common/textview/index",
    "style": {
      "navigationBarTitleText": "浏览文本"
    }
  }, {
    "path": "pages/task/index",
    "style": {
      "navigationBarTitleText": "任务列表"
    }
  }, {
    "path": "pages/task/create",
    "style": {
      "navigationBarTitleText": "选择任务类型"
    }
  }, {
    "path": "pages/message/index",
    "style": {
      "navigationBarTitleText": "消息中心"
    }
  }],
  "subPackages": [{
    "root": "pagesTask",
    "name": "task",
    "pages": [{
      "path": "create-normal",
      "style": {
        "navigationBarTitleText": "创建普通任务"
      }
    }, {
      "path": "create-emergency",
      "style": {
        "navigationBarTitleText": "创建转运任务"
      }
    }, {
      "path": "create-welfare",
      "style": {
        "navigationBarTitleText": "创建福祉车任务"
      }
    }, {
      "path": "detail",
      "style": {
        "navigationBarTitleText": "任务详情"
      }
    }, {
      "path": "edit",
      "style": {
        "navigationBarTitleText": "编辑任务"
      }
    }, {
      "path": "edit-emergency",
      "style": {
        "navigationBarTitleText": "编辑转运任务"
      }
    }, {
      "path": "edit-welfare",
      "style": {
        "navigationBarTitleText": "编辑福祗车任务"
      }
    }, {
      "path": "settlement",
      "style": {
        "navigationBarTitleText": "任务结算"
      }
    }]
  }],
  "tabBar": {
    "color": "#000000",
    "selectedColor": "#000000",
    "borderStyle": "white",
    "backgroundColor": "#ffffff",
    "list": [{
        "pagePath": "pages/index",
        "iconPath": "static/icons/home.png",
        "selectedIconPath": "static/icons/home-active.png",
        "text": "首页"
      }, {
        "pagePath": "pages/task/index",
        "iconPath": "static/icons/tasks.png",
        "selectedIconPath": "static/icons/tasks-active.png",
        "text": "任务"
      }, {
        "pagePath": "pages/task/create",
        "iconPath": "static/icons/create.png",
        "selectedIconPath": "static/icons/create-active.png",
        "text": "创建任务"
      }, {
        "pagePath": "pages/message/index",
        "iconPath": "static/icons/messages.png",
        "selectedIconPath": "static/icons/messages-active.png",
        "text": "消息"
      }, {
        "pagePath": "pages/mine/index",
        "iconPath": "static/icons/profile.png",
        "selectedIconPath": "static/icons/profile-active.png",
        "text": "我的"
      }
    ]
  },
  "globalStyle": {
    "navigationBarTextStyle": "black",
    "navigationBarTitleText": "广东民航",
    "navigationBarBackgroundColor": "#FFFFFF"
  }
}