uni-qnc-toc/src/pages.json

95 lines
1.8 KiB
JSON
Raw Normal View History

2024-12-24 11:41:46 +08:00
{
"pages": [
{
"path": "pages/index",
"type": "home",
"layout": "home",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/ai",
"type": "page",
"layout": "home",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/example",
"type": "page"
},
{
"path": "pages/history_query",
"type": "page",
"layout": "page",
"title": "历史报告"
},
{
"path": "pages/inquire",
"type": "page"
},
{
"path": "pages/list_lawsuit",
"type": "page"
},
{
"path": "pages/list_marriage",
"type": "page"
},
{
"path": "pages/list_risk",
"type": "page"
},
{
"path": "pages/list_verify",
"type": "page"
},
{
"path": "pages/login",
"type": "page",
"layout": "login",
"title": "登录",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/me",
"type": "page",
"layout": "home",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/privacyPolicy",
"type": "page"
},
{
"path": "pages/report",
"type": "page"
},
{
"path": "pages/result",
"type": "page",
"layout": "page"
},
{
"path": "pages/userAgreement",
"type": "page"
}
],
"globalStyle": {
"backgroundColor": "@bgColor",
"backgroundColorBottom": "@bgColorBottom",
"backgroundColorTop": "@bgColorTop",
"backgroundTextStyle": "@bgTxtStyle",
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTextStyle": "@navTxtStyle",
"navigationBarTitleText": "全能查",
"navigationStyle": "default"
},
"subPackages": []
}