|
|
- {
- "pages": [{
- "path": "pages/login/login",
- "style": {
- "navigationBarTitleText": "登录"
- }
- },{
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "打卡"
- }
- },
- {
- "path": "pages/index/center",
- "style": {
- "navigationBarTitleText": "我的"
- }
- },
- {
- "path": "pages/record/record",
- "style": {
- "navigationBarTitleText": "打卡记录"
- }
- },
- {
- "path": "pages/autonym/autonym",
- "style": {
- "navigationBarTitleText": "身份认证"
- }
- },
- {
- "path": "pages/human/human",
- "style": {
- "navigationBarTitleText": "人脸识别"
- }
- },
- {
- "path": "pages/login/wxUserInfo",
- "style": {
- "navigationBarTitleText": "用户设置"
- }
- },
- {
- "path" : "pages/punchCard/punchCard",
- "style" :
- {
- "navigationBarTitleText" : "打卡"
- }
- },
- {
- "path" : "pages/team/team",
- "style" :
- {
- "navigationBarTitleText" : ""
- }
- }
- ],
- // "preloadRule": {
- // "pages/index/index": {
- // "network": "all",
- // "packages": ["pages"]
- // }
- // },
- // "subPackages": [{
- // "root": "pages",
- // "pages": [{
- // "path": "login/login",
- // "style": {
- // "navigationBarTitleText": "登录"
- // }
- // },
- // {
- // "path": "login/wxUserInfo",
- // "style": {
- // "navigationBarTitleText": "用户信息"
- // }
- // },
- // {
- // "path": "record/record",
- // "style": {
- // "navigationBarTitleText": "打卡记录"
- // }
- // },
- // {
- // "path": "autonym/autonym",
- // "style": {
- // "navigationBarTitleText": "实名认证"
- // }
- // },
- // {
- // "path": "punchCard/punchCard",
- // "style": {
- // "navigationBarTitleText": "打卡"
- // }
- // },
- // {
- // "path": "human/human",
- // "style": {
- // "navigationBarTitleText": "人脸识别"
- // }
- // }
- // ]
- // }],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "工程打卡",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8",
- "navigationStyle": "custom"
- },
- "uniIdRouter": {}
- }
|