| 123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "pages": [
- {
- "path": "pages/home/index",
- "style": {
- "navigationBarTitleText": "仪器首页"
- }
- },
- {
- "path": "pages/setting/index",
- "style": {
- "navigationBarTitleText": "设置"
- }
- },
- {
- "path": "pages/face/index",
- "style": {
- "navigationBarTitleText": "人脸登录"
- }
- },
- {
- "path": "pages/face/openInstrFace",
- "style": {
- "navigationBarTitleText": "人脸登录"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8",
- "pageOrientation": "landscape",
- "app-plus": {
- "titleNView": false
- },
- "rpxCalcMaxDeviceWidth": 1920
- }
- }
|