| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "pages": [
- {
- "path": "pages/faceSearch/faceSea",
- "style":{
- "navigationBarTitleText": "人脸采集"
- }
- },
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "迎新首页"
- }
- },
- {
- "path": "pages/confirm/confirm",
- "style":{
- "navigationBarTitleText": "信息确认",
- "navigationBarBackgroundColor": "white",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/weiChat/weiChat",
- "style":{
- "navigationBarTitleText": "临时卡领取"
- }
- },
- {
- "path": "pages/map/map",
- "style":{
- "navigationBarTitleText": "地图导览"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "迎新",
- "navigationBarBackgroundColor": "#f7f7f7",
- "backgroundColor": "#ffffff"
- }
-
- }
|