generated from ccsens_fe/uni-vue3-template
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.
48 lines
1.0 KiB
48 lines
1.0 KiB
{
|
|
"pages": [
|
|
{
|
|
"path": "pages/loading/loading",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": ""
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationBarTitleText": "",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/patient-list/patient-list",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "患者列表"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/detail1/detail1",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "患者详情"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/detail2/detail2",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "患者详情"
|
|
}
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "暴风眼质控",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8",
|
|
"app-plus": {
|
|
"background": "#efeff4"
|
|
}
|
|
}
|
|
}
|
|
|