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.

35 lines
689 B
JSON

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