You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.0 KiB
41 lines
1.0 KiB
{ |
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages |
|
{ |
|
"path": "pages/index/index", |
|
"style": { |
|
"navigationBarTitleText": "变色龙" |
|
} |
|
}, { |
|
"path": "pages/chineseColor/chineseColor", |
|
"style": { |
|
"navigationBarTitleText": "中国色", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
} |
|
], |
|
"tabBar": { |
|
"color": "#000", |
|
"selectedColor": "#4976c9", |
|
"list": [{ |
|
"iconPath": "/static/tabbar/success00.png", |
|
"selectedIconPath": "/static/tabbar/success01.png", |
|
"pagePath": "pages/index/index", |
|
"text": "调色盘" |
|
}, |
|
{ |
|
"iconPath": "/static/tabbar/system00.png", |
|
"selectedIconPath": "/static/tabbar/system01.png", |
|
"pagePath": "pages/chineseColor/chineseColor", |
|
"text": "中国色" |
|
} |
|
] |
|
}, |
|
"globalStyle": { |
|
"navigationBarTextStyle": "white", |
|
"navigationBarTitleText": "变色龙", |
|
"navigationBarBackgroundColor": "#000", |
|
"backgroundColor": "#fff" |
|
}, |
|
"uniIdRouter": {} |
|
}
|
|
|