12345678910111213141516171819202122232425262728 |
- {
- "pages": [{
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "系统页",
- "navigationStyle": "custom",
- "app-plus": {
- "titleNView": false //禁用原生导航栏
- }
- }
- },
- {
- "path": "pages/home/index",
- "style": {
- "navigationBarTitleText": "首页"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "系统页",
- "navigationBarBackgroundColor": "#121212",
- "backgroundColor": "#121212",
- "app-plus": {
- "background": "#121212"
- }
- }
- }
|