You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
794 B
JSON

2 months ago
{
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
1 month ago
{
"path": "pages/workbench/index",
"style": {
"navigationStyle": "custom"
}
},
2 months ago
{
"path": "pages/login/index",
"style": {
"navigationStyle": "custom"
}
},
{
1 month ago
"path": "pages/contract/index",
2 months ago
"style": {
1 month ago
"navigationStyle": "custom"
}
},
{
"path": "pages/contract/info",
"style": {
"navigationStyle": "custom"
2 months ago
}
},
{
"path": "pages/workHourReporting/index",
"style": {
"navigationStyle": "custom"
}
2 months ago
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
2 months ago
},
"uniIdRouter": {}
}