{ "pages": [ // { // "path": "pages/my-code/my-code", // "style": { // "navigationBarTitleText": "我的健康打卡" // } // }, { "path": "pages/index/index", "style": { "navigationBarTitleText": "山大健康码" } }, { "path": "pages/statistics/statistics", "style": { "navigationBarTitleText": "统计" } }, { "path": "pages/my-signs/my-signs", "style": { "navigationBarTitleText": "我的校园打卡" } }, { "path": "pages/sign/sign", "style": { "navigationBarTitleText": "打卡" } }, { "path": "pages/get-code/get-code", "style": { "navigationBarTitleText": "领取健康码" } }, { "path": "pages/basic-info/basic-info", "style": { "navigationBarTitleText": "基本信息填写" } }, { "path": "pages/add-stroke/add-stroke", "style": { "navigationBarTitleText": "添加行程" } }, { "path": "pages/apply-code/apply-code", "style": { "navigationBarTitleText": "申请健康码" } }, { "path": "pages/statistics/statistics", "style": { "navigationBarTitleText": "统计" } }, { "path": "pages/my-code/my-code", "style": { "navigationBarTitleText": "我的健康打卡" } }, { "path": "pages/my-trips/my-trips", "style": { "navigationBarTitleText": "我的行程" } } ,{ "path" : "pages/healthy-card/healthy-card", "style" : {} } ,{ "path" : "pages/user-code/user-code", "style" : {} } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "山大健康码", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "easycom": { "autoscan": true } }