You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
99 lines
2.0 KiB
99 lines
2.0 KiB
{
|
|
"pages": [
|
|
// {
|
|
// "path": "pages/my-trips/my-trips",
|
|
// "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/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": {}
|
|
},
|
|
{
|
|
"path": "pages/service-agreement/service-agreement",
|
|
"style": {
|
|
"navigationBarTitleText": "服务协议"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/privacy-aolicy/privacy-aolicy",
|
|
"style": {
|
|
"navigationBarTitleText": "隐私政策"
|
|
}
|
|
}
|
|
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "山大健康码",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8"
|
|
},
|
|
"easycom": {
|
|
"autoscan": true
|
|
}
|
|
}
|
|
|