毕设
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.

31 lines
806 B

12 months ago
{
// "condition": { //
// "current": 0, //(list )
// "list": [{
// "name": "test", //
// "path": "pages/componentsA/test/test", //
// "query": "" //onLoad
// }]
// },
"pages": [
//pageshttps://uniapp.dcloud.io/collocation/pages
12 months ago
{
"path": "pages/index/index" //
},
{
12 months ago
"path": "pages/login/login" //
},
{
"path": "pages/index/details" //
12 months ago
}
],
12 months ago
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uView",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#FFFFFF",
"navigationStyle": "custom"
}
}