35 lines
549 B
JSON
35 lines
549 B
JSON
{
|
|
"pages": [{
|
|
"path": "pages/main/index",
|
|
"style": {
|
|
"enablePullDownRefresh": true
|
|
}
|
|
}],
|
|
"ciycfg": {
|
|
"mainpackage": ["main", "pub"]
|
|
},
|
|
"globalStyle": {
|
|
"navigationBarTitleText": "众产Ciyon",
|
|
"navigationStyle": "custom",
|
|
"navigationBarTextStyle": "black"
|
|
},
|
|
"tabBar": {
|
|
"list": [{
|
|
"pagePath": "pages/main/index"
|
|
},
|
|
{
|
|
"pagePath": "pages/main/message"
|
|
},
|
|
{
|
|
"pagePath": "pages/main/me"
|
|
}
|
|
|
|
]
|
|
},
|
|
"preloadRule": {
|
|
"pages/main/index": {
|
|
"packages": ["pages/demo"],
|
|
"network": "all"
|
|
}
|
|
}
|
|
} |