guangchao.xu | 070005a | 2020-12-07 09:56:40 +0800 | [diff] [blame] | 1 | { |
| 2 | "easycom": { |
| 3 | "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue" |
| 4 | }, |
| 5 | "pages": [{ |
| 6 | "path": "pages/sub_tabbar/index", |
| 7 | "style": { |
| 8 | "navigationBarTitleText": "首页", |
guangchao.xu | 50e4238 | 2021-01-04 17:53:47 +0800 | [diff] [blame] | 9 | "enablePullDownRefresh": true, |
guangchao.xu | 070005a | 2020-12-07 09:56:40 +0800 | [diff] [blame] | 10 | "app-plus": { |
guangchao.xu | 96b3979 | 2020-12-15 16:46:12 +0800 | [diff] [blame] | 11 | "titleNView": false, |
guangchao.xu | 50e4238 | 2021-01-04 17:53:47 +0800 | [diff] [blame] | 12 | "pullToRefresh": { |
| 13 | "support": true, |
| 14 | "range": "20%", |
| 15 | "contentdown": { |
| 16 | "caption": "下拉刷新" |
guangchao.xu | 96b3979 | 2020-12-15 16:46:12 +0800 | [diff] [blame] | 17 | }, |
guangchao.xu | 50e4238 | 2021-01-04 17:53:47 +0800 | [diff] [blame] | 18 | "contentover": { |
| 19 | "caption": "正在刷新" |
guangchao.xu | 96b3979 | 2020-12-15 16:46:12 +0800 | [diff] [blame] | 20 | }, |
guangchao.xu | 50e4238 | 2021-01-04 17:53:47 +0800 | [diff] [blame] | 21 | "contentrefresh": { |
| 22 | "caption": "刷新成功" |
guangchao.xu | 96b3979 | 2020-12-15 16:46:12 +0800 | [diff] [blame] | 23 | } |
| 24 | } |
guangchao.xu | 070005a | 2020-12-07 09:56:40 +0800 | [diff] [blame] | 25 | } |
| 26 | } |
| 27 | }, |
| 28 | { |
| 29 | "path": "pages/sub_tabbar/qrcode", |
| 30 | "style": { |
| 31 | "navigationBarTitleText": "乘车码", |
| 32 | "app-plus": { |
| 33 | "titleNView": false |
| 34 | } |
| 35 | } |
| 36 | }, |
| 37 | { |
| 38 | "path": "pages/sub_tabbar/life", |
| 39 | "style": { |
| 40 | "navigationBarTitleText": "生活" |
| 41 | } |
| 42 | }, |
| 43 | |
| 44 | { |
| 45 | "path": "pages/sub_tabbar/active", |
| 46 | "style": { |
guangchao.xu | 96b3979 | 2020-12-15 16:46:12 +0800 | [diff] [blame] | 47 | "navigationBarTitleText": "活动", |
guangchao.xu | 50e4238 | 2021-01-04 17:53:47 +0800 | [diff] [blame] | 48 | "enablePullDownRefresh": true, |
guangchao.xu | 96b3979 | 2020-12-15 16:46:12 +0800 | [diff] [blame] | 49 | "app-plus": { |
guangchao.xu | 50e4238 | 2021-01-04 17:53:47 +0800 | [diff] [blame] | 50 | "pullToRefresh": { |
| 51 | "support": true, |
| 52 | "range": "20%", |
| 53 | "contentdown": { |
| 54 | "caption": "下拉刷新" |
guangchao.xu | 96b3979 | 2020-12-15 16:46:12 +0800 | [diff] [blame] | 55 | }, |
guangchao.xu | 50e4238 | 2021-01-04 17:53:47 +0800 | [diff] [blame] | 56 | "contentover": { |
| 57 | "caption": "正在刷新" |
guangchao.xu | 96b3979 | 2020-12-15 16:46:12 +0800 | [diff] [blame] | 58 | }, |
guangchao.xu | 50e4238 | 2021-01-04 17:53:47 +0800 | [diff] [blame] | 59 | "contentrefresh": { |
| 60 | "caption": "刷新成功" |
guangchao.xu | 96b3979 | 2020-12-15 16:46:12 +0800 | [diff] [blame] | 61 | } |
| 62 | } |
| 63 | } |
guangchao.xu | 070005a | 2020-12-07 09:56:40 +0800 | [diff] [blame] | 64 | } |
| 65 | }, |
| 66 | { |
| 67 | "path": "pages/sub_tabbar/mine", |
| 68 | "style": { |
| 69 | "navigationBarTitleText": "我的", |
| 70 | // "transparentTitle":"always" |
| 71 | "app-plus": { |
| 72 | "titleNView": false |
| 73 | } |
| 74 | } |
| 75 | } |
| 76 | ], |
| 77 | "subPackages": [{ |
| 78 | "root": "pages/sub_basic", |
| 79 | "pages": [{ |
guangchao.xu | 6cdd45e | 2021-04-16 17:44:30 +0800 | [diff] [blame^] | 80 | "path": "register", |
guangchao.xu | 070005a | 2020-12-07 09:56:40 +0800 | [diff] [blame] | 81 | "style": { |
| 82 | "navigationBarTitleText": "注册", |
| 83 | "app-plus": { |
| 84 | "titleNView": false |
| 85 | } |
| 86 | } |
| 87 | }, |
| 88 | { |
guangchao.xu | 6cdd45e | 2021-04-16 17:44:30 +0800 | [diff] [blame^] | 89 | "path": "login", |
guangchao.xu | 070005a | 2020-12-07 09:56:40 +0800 | [diff] [blame] | 90 | "style": { |
| 91 | "navigationBarTitleText": "登录", |
| 92 | "app-plus": { |
| 93 | "titleNView": false |
| 94 | } |
| 95 | } |
| 96 | }, |
| 97 | { |
guangchao.xu | 6cdd45e | 2021-04-16 17:44:30 +0800 | [diff] [blame^] | 98 | "path": "network", |
guangchao.xu | 070005a | 2020-12-07 09:56:40 +0800 | [diff] [blame] | 99 | "style": { |
| 100 | "navigationBarTitleText": "网络错误" |
| 101 | } |
| 102 | }, |
| 103 | { |
guangchao.xu | 6cdd45e | 2021-04-16 17:44:30 +0800 | [diff] [blame^] | 104 | "path": "forgetPwd", |
guangchao.xu | 070005a | 2020-12-07 09:56:40 +0800 | [diff] [blame] | 105 | "style": { |
| 106 | "navigationBarTitleText": "忘记密码", |
| 107 | "app-plus": { |
| 108 | "titleNView": false |
| 109 | } |
| 110 | } |
| 111 | }, |
| 112 | { |
guangchao.xu | 6cdd45e | 2021-04-16 17:44:30 +0800 | [diff] [blame^] | 113 | "path": "verification", |
guangchao.xu | 070005a | 2020-12-07 09:56:40 +0800 | [diff] [blame] | 114 | "style": { |
| 115 | "navigationBarTitleText": "手机认证" |
| 116 | } |
guangchao.xu | c43cf97 | 2021-01-18 13:37:55 +0800 | [diff] [blame] | 117 | }, |
| 118 | { |
guangchao.xu | 6cdd45e | 2021-04-16 17:44:30 +0800 | [diff] [blame^] | 119 | "path": "question", |
guangchao.xu | c43cf97 | 2021-01-18 13:37:55 +0800 | [diff] [blame] | 120 | "style": { |
| 121 | "navigationBarTitleText": "密保验证" |
| 122 | } |
guangchao.xu | 070005a | 2020-12-07 09:56:40 +0800 | [diff] [blame] | 123 | } |
| 124 | |
| 125 | ] |
| 126 | }, { |
| 127 | "root": "pages/sub_index", |
| 128 | "pages": [{ |
guangchao.xu | 6cdd45e | 2021-04-16 17:44:30 +0800 | [diff] [blame^] | 129 | "path": "activeDetails", |
guangchao.xu | 070005a | 2020-12-07 09:56:40 +0800 | [diff] [blame] | 130 | "style": { |
| 131 | "navigationBarTitleText": "活动详情" |
| 132 | } |
| 133 | }, |
| 134 | { |
guangchao.xu | 6cdd45e | 2021-04-16 17:44:30 +0800 | [diff] [blame^] | 135 | "path": "issueQuestion", |
guangchao.xu | 070005a | 2020-12-07 09:56:40 +0800 | [diff] [blame] | 136 | "style": { |
| 137 | "navigationBarTitleText": "发布咨询", |
| 138 | "app-plus": { |
| 139 | "titleNView": false |
| 140 | } |
| 141 | } |
| 142 | }, |
| 143 | { |
guangchao.xu | 6cdd45e | 2021-04-16 17:44:30 +0800 | [diff] [blame^] | 144 | "path": "qrcode", |
guangchao.xu | 070005a | 2020-12-07 09:56:40 +0800 | [diff] [blame] | 145 | "style": { |
| 146 | "navigationBarTitleText": "我的码", |
| 147 | "app-plus": { |
| 148 | "titleNView": false |
| 149 | } |
| 150 | } |
| 151 | }, |
| 152 | { |
guangchao.xu | 6cdd45e | 2021-04-16 17:44:30 +0800 | [diff] [blame^] | 153 | "path": "introduce", |
guangchao.xu | 070005a | 2020-12-07 09:56:40 +0800 | [diff] [blame] | 154 | "style": { |
| 155 | "navigationBarTitleText": "市民卡简介", |
| 156 | "app-plus": { |
| 157 | "titleNView": false |
| 158 | } |
| 159 | } |
| 160 | }, |
| 161 | { |
guangchao.xu | 6cdd45e | 2021-04-16 17:44:30 +0800 | [diff] [blame^] | 162 | "path": "getCityCard", |
guangchao.xu | 070005a | 2020-12-07 09:56:40 +0800 | [diff] [blame] | 163 | "style": { |
| 164 | "navigationBarTitleText": "市民卡办理" |
| 165 | } |
| 166 | }, |
| 167 | { |
guangchao.xu | 6cdd45e | 2021-04-16 17:44:30 +0800 | [diff] [blame^] | 168 | "path": "activateCard", |
guangchao.xu | 070005a | 2020-12-07 09:56:40 +0800 | [diff] [blame] | 169 | "style": { |
| 170 | "navigationBarTitleText": "开卡" |
| 171 | } |
| 172 | }, |
| 173 | { |
guangchao.xu | 6cdd45e | 2021-04-16 17:44:30 +0800 | [diff] [blame^] | 174 | "path": "cardApply", |
guangchao.xu | 070005a | 2020-12-07 09:56:40 +0800 | [diff] [blame] | 175 | "style": { |
| 176 | "navigationBarTitleText": "卡应用" |
| 177 | } |
| 178 | }, |
| 179 | { |
guangchao.xu | 6cdd45e | 2021-04-16 17:44:30 +0800 | [diff] [blame^] | 180 | "path": "chat", |
guangchao.xu | 070005a | 2020-12-07 09:56:40 +0800 | [diff] [blame] | 181 | "style": { |
| 182 | "navigationBarTitleText": "咨询" |
| 183 | } |
| 184 | }, |
| 185 | { |
guangchao.xu | 6cdd45e | 2021-04-16 17:44:30 +0800 | [diff] [blame^] | 186 | "path": "chatIssue", |
guangchao.xu | 070005a | 2020-12-07 09:56:40 +0800 | [diff] [blame] | 187 | "style": { |
| 188 | "navigationBarTitleText": "咨询库" |
| 189 | } |
| 190 | }, |
| 191 | { |
guangchao.xu | 6cdd45e | 2021-04-16 17:44:30 +0800 | [diff] [blame^] | 192 | "path": "offlineHelp", |
guangchao.xu | 070005a | 2020-12-07 09:56:40 +0800 | [diff] [blame] | 193 | "style": { |
| 194 | "navigationBarTitleText": "网点查询", |
| 195 | "app-plus": { |
| 196 | "titleNView": { |
| 197 | "type": "transparent", |
| 198 | "titleText": "网点查询", |
| 199 | "blurEffect": "light" |
| 200 | }, |
| 201 | "scrollIndicator": "none" |
| 202 | } |
| 203 | } |
| 204 | }, |
| 205 | { |
guangchao.xu | 6cdd45e | 2021-04-16 17:44:30 +0800 | [diff] [blame^] | 206 | "path": "question", |
guangchao.xu | 070005a | 2020-12-07 09:56:40 +0800 | [diff] [blame] | 207 | "style": { |
| 208 | "navigationBarTitleText": "常见问题" |
| 209 | } |
| 210 | }, |
| 211 | { |
guangchao.xu | 6cdd45e | 2021-04-16 17:44:30 +0800 | [diff] [blame^] | 212 | "path": "busRecords", |
guangchao.xu | 070005a | 2020-12-07 09:56:40 +0800 | [diff] [blame] | 213 | "style": { |
| 214 | "navigationBarTitleText": "乘车记录" |
| 215 | } |
| 216 | }, |
| 217 | { |
guangchao.xu | 6cdd45e | 2021-04-16 17:44:30 +0800 | [diff] [blame^] | 218 | "path": "chatDetails", |
guangchao.xu | 070005a | 2020-12-07 09:56:40 +0800 | [diff] [blame] | 219 | "style": { |
| 220 | "navigationBarTitleText": "详情" |
| 221 | } |
| 222 | }, |
| 223 | { |
guangchao.xu | 6cdd45e | 2021-04-16 17:44:30 +0800 | [diff] [blame^] | 224 | "path": "scanView", |
guangchao.xu | 070005a | 2020-12-07 09:56:40 +0800 | [diff] [blame] | 225 | "style": { |
| 226 | "navigationBarTitleText": "二维码扫描结果", |
| 227 | "app-plus": { |
| 228 | "titleNView": false |
| 229 | } |
| 230 | } |
| 231 | }, |
| 232 | { |
guangchao.xu | 6cdd45e | 2021-04-16 17:44:30 +0800 | [diff] [blame^] | 233 | "path": "pay", |
guangchao.xu | 070005a | 2020-12-07 09:56:40 +0800 | [diff] [blame] | 234 | "style": { |
| 235 | "navigationBarTitleText": "二维码扫描结果", |
| 236 | "app-plus": { |
| 237 | "titleNView": false |
| 238 | } |
| 239 | } |
| 240 | } |
| 241 | ] |
| 242 | }, { |
| 243 | "root": "pages/sub_mine", |
| 244 | "pages": [{ |
guangchao.xu | 6cdd45e | 2021-04-16 17:44:30 +0800 | [diff] [blame^] | 245 | "path": "reportheLoss", |
guangchao.xu | 070005a | 2020-12-07 09:56:40 +0800 | [diff] [blame] | 246 | "style": { |
| 247 | "navigationBarTitleText": "挂失" |
| 248 | } |
| 249 | }, |
| 250 | { |
guangchao.xu | 6cdd45e | 2021-04-16 17:44:30 +0800 | [diff] [blame^] | 251 | "path": "lock", |
guangchao.xu | 070005a | 2020-12-07 09:56:40 +0800 | [diff] [blame] | 252 | "style": { |
| 253 | "navigationBarTitleText": "手势解锁", |
| 254 | "app-plus": { |
| 255 | "titleNView": { |
| 256 | "splitLine": { |
| 257 | "color": "#F3F3F3" |
| 258 | } |
| 259 | } |
| 260 | } |
| 261 | } |
| 262 | }, |
| 263 | { |
guangchao.xu | 6cdd45e | 2021-04-16 17:44:30 +0800 | [diff] [blame^] | 264 | "path": "billsDetails", |
guangchao.xu | 070005a | 2020-12-07 09:56:40 +0800 | [diff] [blame] | 265 | "style": { |
| 266 | "navigationBarTitleText": "账单详情", |
| 267 | "app-plus": { |
| 268 | "titleNView": false |
| 269 | } |
| 270 | } |
| 271 | }, |
| 272 | { |
guangchao.xu | 6cdd45e | 2021-04-16 17:44:30 +0800 | [diff] [blame^] | 273 | "path": "shop", |
| 274 | "style": { |
| 275 | "navigationBarTitleText": "商户管理" |
| 276 | } |
| 277 | }, |
| 278 | { |
| 279 | "path": "accountSafe", |
guangchao.xu | 070005a | 2020-12-07 09:56:40 +0800 | [diff] [blame] | 280 | "style": { |
| 281 | "navigationBarTitleText": "账户安全" |
| 282 | } |
| 283 | }, |
| 284 | { |
guangchao.xu | 6cdd45e | 2021-04-16 17:44:30 +0800 | [diff] [blame^] | 285 | "path": "bindBankCard", |
guangchao.xu | 070005a | 2020-12-07 09:56:40 +0800 | [diff] [blame] | 286 | "style": { |
| 287 | "navigationBarTitleText": "绑定市民卡" |
| 288 | } |
| 289 | }, |
| 290 | { |
guangchao.xu | 6cdd45e | 2021-04-16 17:44:30 +0800 | [diff] [blame^] | 291 | "path": "changeLoginPwd", |
guangchao.xu | 070005a | 2020-12-07 09:56:40 +0800 | [diff] [blame] | 292 | "style": { |
| 293 | "navigationBarTitleText": "修改登录密码" |
| 294 | } |
| 295 | }, |
| 296 | { |
guangchao.xu | 6cdd45e | 2021-04-16 17:44:30 +0800 | [diff] [blame^] | 297 | "path": "changePayPwd", |
guangchao.xu | 070005a | 2020-12-07 09:56:40 +0800 | [diff] [blame] | 298 | "style": { |
| 299 | "navigationBarTitleText": "设置支付密码" |
| 300 | } |
| 301 | }, |
| 302 | { |
guangchao.xu | 6cdd45e | 2021-04-16 17:44:30 +0800 | [diff] [blame^] | 303 | "path": "findPayPwd", |
guangchao.xu | 070005a | 2020-12-07 09:56:40 +0800 | [diff] [blame] | 304 | "style": { |
| 305 | "navigationBarTitleText": "找回密码" |
| 306 | } |
| 307 | }, |
| 308 | { |
guangchao.xu | 6cdd45e | 2021-04-16 17:44:30 +0800 | [diff] [blame^] | 309 | "path": "otherPay", |
guangchao.xu | 070005a | 2020-12-07 09:56:40 +0800 | [diff] [blame] | 310 | "style": { |
| 311 | "navigationBarTitleText": "支付(指纹)" |
| 312 | } |
| 313 | }, |
| 314 | { |
guangchao.xu | 6cdd45e | 2021-04-16 17:44:30 +0800 | [diff] [blame^] | 315 | "path": "otherLogin", |
guangchao.xu | 070005a | 2020-12-07 09:56:40 +0800 | [diff] [blame] | 316 | "style": { |
| 317 | "navigationBarTitleText": "指纹/手势/人脸登录" |
| 318 | } |
| 319 | }, |
| 320 | { |
guangchao.xu | 6cdd45e | 2021-04-16 17:44:30 +0800 | [diff] [blame^] | 321 | "path": "leaveMsgDetail", |
guangchao.xu | 070005a | 2020-12-07 09:56:40 +0800 | [diff] [blame] | 322 | "style": { |
| 323 | "navigationBarTitleText": "留言详情" |
| 324 | } |
| 325 | }, |
| 326 | { |
guangchao.xu | 6cdd45e | 2021-04-16 17:44:30 +0800 | [diff] [blame^] | 327 | "path": "cashFlow", |
guangchao.xu | 070005a | 2020-12-07 09:56:40 +0800 | [diff] [blame] | 328 | "style": { |
| 329 | "navigationBarTitleText": "我的足迹", |
| 330 | "app-plus": { |
| 331 | "scrollIndicator": "none" |
| 332 | } |
| 333 | } |
| 334 | }, |
| 335 | { |
guangchao.xu | 6cdd45e | 2021-04-16 17:44:30 +0800 | [diff] [blame^] | 336 | "path": "agreement", |
guangchao.xu | 070005a | 2020-12-07 09:56:40 +0800 | [diff] [blame] | 337 | "style": { |
| 338 | "navigationBarTitleText": "用户协议" |
| 339 | } |
| 340 | }, |
| 341 | { |
guangchao.xu | 6cdd45e | 2021-04-16 17:44:30 +0800 | [diff] [blame^] | 342 | "path": "bindSxy", |
guangchao.xu | 070005a | 2020-12-07 09:56:40 +0800 | [diff] [blame] | 343 | "style": { |
| 344 | "navigationBarTitleText": "签约" |
| 345 | } |
| 346 | }, |
| 347 | { |
guangchao.xu | 6cdd45e | 2021-04-16 17:44:30 +0800 | [diff] [blame^] | 348 | "path": "agreementSign", |
guangchao.xu | 070005a | 2020-12-07 09:56:40 +0800 | [diff] [blame] | 349 | "style": { |
| 350 | "navigationBarTitleText": "市民卡免密代扣签约协议" |
| 351 | } |
| 352 | }, |
| 353 | { |
guangchao.xu | 6cdd45e | 2021-04-16 17:44:30 +0800 | [diff] [blame^] | 354 | "path": "unbindBankCard", |
guangchao.xu | 070005a | 2020-12-07 09:56:40 +0800 | [diff] [blame] | 355 | "style": { |
| 356 | "navigationBarTitleText": "解绑市民卡" |
| 357 | } |
| 358 | }, |
| 359 | { |
guangchao.xu | 6cdd45e | 2021-04-16 17:44:30 +0800 | [diff] [blame^] | 360 | "path": "personalMsg", |
guangchao.xu | 070005a | 2020-12-07 09:56:40 +0800 | [diff] [blame] | 361 | "style": { |
| 362 | "navigationBarTitleText": "我的信息" |
| 363 | } |
| 364 | }, |
| 365 | { |
guangchao.xu | 6cdd45e | 2021-04-16 17:44:30 +0800 | [diff] [blame^] | 366 | "path": "leaveMsg", |
guangchao.xu | 070005a | 2020-12-07 09:56:40 +0800 | [diff] [blame] | 367 | "style": { |
| 368 | "navigationBarTitleText": "留言" |
| 369 | } |
| 370 | }, |
| 371 | { |
guangchao.xu | 6cdd45e | 2021-04-16 17:44:30 +0800 | [diff] [blame^] | 372 | "path": "message", |
guangchao.xu | 070005a | 2020-12-07 09:56:40 +0800 | [diff] [blame] | 373 | "style": { |
guangchao.xu | 6cdd45e | 2021-04-16 17:44:30 +0800 | [diff] [blame^] | 374 | "navigationBarTitleText": "消息" |
guangchao.xu | 070005a | 2020-12-07 09:56:40 +0800 | [diff] [blame] | 375 | } |
| 376 | }, |
| 377 | { |
guangchao.xu | 6cdd45e | 2021-04-16 17:44:30 +0800 | [diff] [blame^] | 378 | "path": "integral", |
guangchao.xu | 070005a | 2020-12-07 09:56:40 +0800 | [diff] [blame] | 379 | "style": { |
| 380 | "navigationBarTitleText": "我的积分" |
| 381 | } |
| 382 | }, |
| 383 | { |
guangchao.xu | 6cdd45e | 2021-04-16 17:44:30 +0800 | [diff] [blame^] | 384 | "path": "voucher", |
guangchao.xu | 070005a | 2020-12-07 09:56:40 +0800 | [diff] [blame] | 385 | "style": { |
| 386 | "navigationBarTitleText": "我的卡券" |
| 387 | } |
| 388 | }, |
| 389 | { |
guangchao.xu | 6cdd45e | 2021-04-16 17:44:30 +0800 | [diff] [blame^] | 390 | "path": "bindEmail", |
guangchao.xu | 50e4238 | 2021-01-04 17:53:47 +0800 | [diff] [blame] | 391 | "style": { |
| 392 | "navigationBarTitleText": "设置邮箱" |
| 393 | } |
| 394 | }, |
| 395 | { |
guangchao.xu | 6cdd45e | 2021-04-16 17:44:30 +0800 | [diff] [blame^] | 396 | "path": "question", |
guangchao.xu | c43cf97 | 2021-01-18 13:37:55 +0800 | [diff] [blame] | 397 | "style": { |
| 398 | "navigationBarTitleText": "密保" |
| 399 | } |
| 400 | }, |
| 401 | { |
guangchao.xu | 6cdd45e | 2021-04-16 17:44:30 +0800 | [diff] [blame^] | 402 | "path": "setQuestion", |
guangchao.xu | c43cf97 | 2021-01-18 13:37:55 +0800 | [diff] [blame] | 403 | "style": { |
| 404 | "navigationBarTitleText": "设置密保" |
| 405 | } |
| 406 | }, |
| 407 | { |
guangchao.xu | 6cdd45e | 2021-04-16 17:44:30 +0800 | [diff] [blame^] | 408 | "path": "setting", |
| 409 | "style": { |
| 410 | "navigationBarTitleText": "我的设置" |
| 411 | } |
| 412 | }, |
| 413 | { |
| 414 | "path": "integralQuery", |
guangchao.xu | 070005a | 2020-12-07 09:56:40 +0800 | [diff] [blame] | 415 | "style": { |
| 416 | "navigationBarTitleText": "积分查询" |
| 417 | //#ifdef APP-PLUS |
| 418 | , |
| 419 | "titleNView": { |
| 420 | "splitLine": { |
| 421 | "color": "#F3F3F3" |
| 422 | } |
| 423 | } |
| 424 | //#endif |
| 425 | } |
| 426 | } |
| 427 | ] |
| 428 | }, { |
| 429 | "root": "pages/sub_medical", |
guangchao.xu | 50e4238 | 2021-01-04 17:53:47 +0800 | [diff] [blame] | 430 | "pages": [{ |
guangchao.xu | 070005a | 2020-12-07 09:56:40 +0800 | [diff] [blame] | 431 | "path": "appointment", |
| 432 | "style": { |
| 433 | "navigationBarTitleText": "预约挂号" |
| 434 | } |
| 435 | }, |
| 436 | { |
| 437 | "path": "outpatient", |
| 438 | "style": { |
| 439 | "navigationBarTitleText": "门诊预约" |
| 440 | } |
| 441 | }, |
| 442 | { |
guangchao.xu | 6cdd45e | 2021-04-16 17:44:30 +0800 | [diff] [blame^] | 443 | "path": "queryBills", |
| 444 | "style": { |
| 445 | "navigationBarTitleText": "查询订单" |
| 446 | } |
| 447 | }, |
| 448 | { |
guangchao.xu | 070005a | 2020-12-07 09:56:40 +0800 | [diff] [blame] | 449 | "path": "queryDate", |
| 450 | "style": { |
| 451 | "navigationBarTitleText": "门诊预约" |
| 452 | } |
| 453 | }, |
| 454 | { |
| 455 | "path": "confirm", |
| 456 | "style": { |
| 457 | "navigationBarTitleText": "门诊预约" |
| 458 | } |
| 459 | }, |
| 460 | { |
| 461 | "path": "result", |
| 462 | "style": { |
| 463 | "navigationBarTitleText": "门诊预约" |
| 464 | } |
| 465 | }, |
| 466 | { |
| 467 | "path": "record", |
| 468 | "style": { |
| 469 | "navigationBarTitleText": "挂号记录" |
| 470 | } |
| 471 | }, |
| 472 | { |
| 473 | "path": "addPatient", |
| 474 | "style": { |
| 475 | "navigationBarTitleText": "添加就诊人" |
| 476 | } |
| 477 | }, |
| 478 | { |
| 479 | "path": "hospital", |
| 480 | "style": { |
| 481 | "navigationBarTitleText": "医院列表" |
| 482 | } |
| 483 | }, |
| 484 | { |
| 485 | "path": "patient", |
| 486 | "style": { |
| 487 | "navigationBarTitleText": "就诊人管理", |
| 488 | "app-plus": { |
| 489 | "titleNView": false |
| 490 | } |
| 491 | } |
| 492 | }, |
| 493 | { |
| 494 | "path": "report", |
| 495 | "style": { |
| 496 | "navigationBarTitleText": "报告查询" |
| 497 | } |
| 498 | }, |
| 499 | { |
| 500 | "path": "reportDetail", |
| 501 | "style": { |
| 502 | "navigationBarTitleText": "报告详情" |
| 503 | } |
| 504 | }, |
| 505 | { |
guangchao.xu | 96b3979 | 2020-12-15 16:46:12 +0800 | [diff] [blame] | 506 | "path": "reportDetail1", |
| 507 | "style": { |
| 508 | "navigationBarTitleText": "报告详情" |
| 509 | } |
| 510 | }, |
| 511 | { |
guangchao.xu | 070005a | 2020-12-07 09:56:40 +0800 | [diff] [blame] | 512 | "path": "cashFlow", |
| 513 | "style": { |
| 514 | "navigationBarTitleText": "医疗缴费" |
| 515 | } |
| 516 | }, |
| 517 | { |
| 518 | "path": "pay", |
| 519 | "style": { |
| 520 | "navigationBarTitleText": "医疗缴费" |
| 521 | } |
| 522 | }, |
| 523 | { |
| 524 | "path": "payResult", |
| 525 | "style": { |
| 526 | "navigationBarTitleText": "医疗缴费" |
| 527 | } |
| 528 | } |
| 529 | ] |
| 530 | }], |
| 531 | "globalStyle": { |
| 532 | "navigationBarTextStyle": "black", |
| 533 | "navigationBarTitleText": "uView", |
| 534 | "navigationBarBackgroundColor": "#FFFFFF", |
| 535 | "backgroundColor": "#FFFFFF", |
| 536 | "pageOrientation": "portrait" |
| 537 | }, |
| 538 | "tabBar": { |
| 539 | "color": "#999999", |
| 540 | "selectedColor": "#2FA8E1", |
| 541 | "backgroundColor": "#FFFFFF", |
| 542 | "borderStyle": "black", |
| 543 | "list": [{ |
| 544 | "pagePath": "pages/sub_tabbar/index", |
| 545 | "text": "首页" |
| 546 | }, |
| 547 | { |
| 548 | "pagePath": "pages/sub_tabbar/life", |
| 549 | "text": "生活" |
| 550 | }, |
| 551 | { |
| 552 | "pagePath": "pages/sub_tabbar/qrcode", |
| 553 | "text": "我的码" |
| 554 | }, |
| 555 | { |
| 556 | "pagePath": "pages/sub_tabbar/active", |
| 557 | "text": "活动" |
| 558 | }, |
| 559 | { |
| 560 | "pagePath": "pages/sub_tabbar/mine", |
| 561 | "text": "我的" |
| 562 | } |
| 563 | ] |
| 564 | } |
| 565 | } |