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.
54 lines
1.3 KiB
54 lines
1.3 KiB
2 years ago
|
{
|
||
|
"pages": [
|
||
|
"page/begin/begin",
|
||
|
"page/systemTest/systemTest",
|
||
|
"page/twoTest/twoTest",
|
||
|
"page/constitutionGrade/constitutionGrade",
|
||
|
"page/identificationTwo/identificationTwo",
|
||
|
"page/constitutionAnalyse/constitutionAnalyse",
|
||
|
"page/my/my",
|
||
|
"page/testHistory/testHistory",
|
||
|
"page/gradeOrder/gradeOrder",
|
||
|
"page/phone/phone",
|
||
|
"page/login/login"
|
||
|
],
|
||
|
"window": {
|
||
|
"backgroundTextStyle": "dark",
|
||
|
"navigationBarBackgroundColor": "#DE3639",
|
||
|
"navigationBarTitleText": "FastAdmin",
|
||
|
"navigationBarTextStyle": "white"
|
||
|
},
|
||
|
"tabBar": {
|
||
|
"color": "#000",
|
||
|
"selectedColor": "#209F84",
|
||
|
"position": "bottom",
|
||
|
"list": [
|
||
|
{
|
||
|
"pagePath": "page/begin/begin",
|
||
|
"text": "首页",
|
||
|
"iconPath": "page/img/index.png",
|
||
|
"selectedIconPath": "page/img/index.png"
|
||
|
},
|
||
|
{
|
||
|
"pagePath": "page/phone/phone",
|
||
|
"text": "电话",
|
||
|
"iconPath": "page/img/phone.png",
|
||
|
"selectedIconPath": "page/img/phone.png"
|
||
|
},
|
||
|
{
|
||
|
"pagePath": "page/my/my",
|
||
|
"text": "我的",
|
||
|
"iconPath": "page/img/my.png",
|
||
|
"selectedIconPath": "page/img/my.png"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"networkTimeout": {
|
||
|
"request": 10000,
|
||
|
"connectSocket": 10000,
|
||
|
"uploadFile": 10000,
|
||
|
"downloadFile": 10000
|
||
|
},
|
||
|
"debug": true,
|
||
|
"sitemapLocation": "sitemap.json"
|
||
|
}
|