news/pages.json

33 lines
620 B
JSON
Raw Permalink Normal View History

2024-08-05 14:25:42 +08:00
{
"pages": [{
"path": "pages/news/index",
"style": {}
},
{
"path": "pages/news/detail",
"style": {
"app-plus": {
"titleNView": {
"type": "transparent"
}
}
}
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "新闻资讯",
"navigationBarBackgroundColor": "#2F85FC",
"backgroundColor": "#FFFFFF"
},
"rightWindow": {
"path": "responsive/right-window.vue",
"style": {
"width": "calc(100vw - 450px)"
},
"matchMedia": {
"minWidth": 768
}
}
}