123456789101112131415161718192021222324252627282930313233343536373839404142 |
- {
- "pages": [
- {
- "path": "pages/index/index",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "首页"
- }
- },
- {
- "path": "pages/login/login",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "登录"
- }
- },
- {
- "path": "pages/index/multiDay",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "流量助推",
- "disableScroll": true
- }
- },
- {
- "path": "pages/index/detialIndex",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "流量助推详情",
- "disableScroll": true
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "聚星数据",
- "navigationBarBackgroundColor": "#333947",
- "backgroundColor": "#333947"
- },
- "app-plus":{"titleNView": false}
- }
|