1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- {
- "pages": [{
- "path": "pages/home/home",
- "style": {
- "navigationBarTitleText": "车道信息",
- "navigationBarBackgroundColor": "#4680F9",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/other/addOrder",
- "style": {
- "navigationBarTitleText": "新增任务",
- "navigationBarBackgroundColor": "#4680F9",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/ucenter/settings",
- "style": {
- "navigationBarTitleText": "设置",
- "navigationBarBackgroundColor": "#4680F9",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/info/userInfo",
- "style": {
- "navigationBarTitleText": "用户信息",
- "navigationBarBackgroundColor": "#4680F9",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/login/login",
- "style": {
- "navigationBarTitleText": "%login%",
- "app-plus": {
- "animationType": "none",
- "popGesture": "none"
- }
- }
- },
- {
- "path": "pages/info/info",
- "style": {
- "navigationBarTitleText": "%mine%"
- }
- }
- ],
- "permission": {
- "scope.userLocation": {
- "desc": "你的位置信息将用于小程序位置接口的效果展示"
- }
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-starter",
- "navigationBarBackgroundColor": "#FFFFFF",
- "backgroundColor": "#F8F8F8",
- "enablePullDownRefresh": false,
- // "maxWidth":375,
- "rpxCalcMaxDeviceWidth": 375,
- "rpxCalcBaseDeviceWidth": 375
- // "rpxCalcIncludeWidth":0
- },
- "tabBar": {
- "color": "#999",
- "selectedColor": "#4680F9",
- "borderStyle": "black",
- "backgroundColor": "#FFFFFF",
- "list": [{
- "pagePath": "pages/home/home"
- },
- {
- "pagePath": "pages/info/info"
- }
- ]
- }
- }
|