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.
39 lines
894 B
39 lines
894 B
{
|
|
"pages": [
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationBarTitleText": "山大健康码"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/my-signs/my-signs",
|
|
"style": { "navigationBarTitleText": "我的校园打卡" }
|
|
},
|
|
{
|
|
"path": "pages/sign/sign",
|
|
"style": {
|
|
"navigationBarTitleText": "打卡"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/statistics/statistics",
|
|
"style": { "navigationBarTitleText": "统计" }
|
|
},
|
|
{
|
|
"path": "pages/get-code/get-code",
|
|
"style": {
|
|
"navigationBarTitleText": "领取健康码"
|
|
}
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "山大健康码",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8"
|
|
},
|
|
"easycom": {
|
|
"autoscan": true
|
|
}
|
|
}
|
|
|