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.
50 lines
1.5 KiB
50 lines
1.5 KiB
1 year ago
|
{
|
||
|
"easycom": {
|
||
|
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
|
||
|
},
|
||
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||
|
{
|
||
|
"path" : "pages/home/home",
|
||
|
"style" :
|
||
|
{
|
||
|
"navigationBarTitleText": "",
|
||
|
"enablePullDownRefresh": false
|
||
|
}
|
||
|
|
||
|
}
|
||
|
,{
|
||
|
"path" : "pages/error/error",
|
||
|
"style" :
|
||
|
{
|
||
|
"navigationBarTitleText": "",
|
||
|
"enablePullDownRefresh": false
|
||
|
}
|
||
|
|
||
|
}
|
||
|
],
|
||
|
"globalStyle": {
|
||
|
"navigationStyle":"custom",
|
||
|
// "navigationBarTextStyle": "black",
|
||
|
// "navigationBarTitleText": "uView",
|
||
|
// "navigationBarBackgroundColor": "#F8F8F8",
|
||
|
"backgroundColor": "#F8F8F8"
|
||
|
}
|
||
|
// "tabBar": {
|
||
|
// "color": "#909399",
|
||
|
// "selectedColor": "#303133",
|
||
|
// "borderStyle": "black",
|
||
|
// "backgroundColor": "#ffffff",
|
||
|
// "list": [{
|
||
|
// "pagePath": "pages/index/index",
|
||
|
// "iconPath": "static/index.png",
|
||
|
// "selectedIconPath": "static/index-selected.png",
|
||
|
// "text": "首页"
|
||
|
// }, {
|
||
|
// "pagePath": "pages/center/index",
|
||
|
// "iconPath": "static/center.png",
|
||
|
// "selectedIconPath": "static/center-selected.png",
|
||
|
// "text": "我"
|
||
|
// }]
|
||
|
// }
|
||
|
}
|