| 1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "pages": [
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "首页演示"
- }
- },
- {
- "path": "pages/login/index",
- "style": {
- "navigationBarTitleText": "登陆"
- }
- },
- {
- "path": "pages/text/index",
- "style": {
- "navigationBarTitleText": "列表演示"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8",
- "navigationStyle": "custom"
- },
- "condition": {
- "current": 0,
- "list": [{
- "name": "",
- "path": "",
- "query": ""
- }]
- }
- }
|