60 lines
1.4 KiB
JSON
60 lines
1.4 KiB
JSON
{
|
||
"easycom": {
|
||
// 注意一定要放在custom里,否则无效,https://ask.dcloud.net.cn/question/131175
|
||
"custom": {
|
||
"^u--(.*)": "uview-plus/components/u-$1/u-$1.vue",
|
||
"^up-(.*)": "uview-plus/components/u-$1/u-$1.vue",
|
||
"^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue"
|
||
}
|
||
},
|
||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||
{
|
||
"path": "pages/index/index",
|
||
"style": {
|
||
"navigationBarTitleText": "uni-app",
|
||
"enablePullDownRefresh": true
|
||
}
|
||
}, {
|
||
"path": "pages/test/index",
|
||
"style": {
|
||
"navigationBarTitleText": "uni-app",
|
||
"enablePullDownRefresh": true
|
||
}
|
||
}, {
|
||
"path": "pages/test/index1",
|
||
"style": {
|
||
"navigationBarTitleText": "uni-app",
|
||
"enablePullDownRefresh": true
|
||
}
|
||
}
|
||
|
||
],
|
||
"globalStyle": {
|
||
"navigationBarTextStyle": "black",
|
||
"navigationBarTitleText": "uni-app",
|
||
"navigationBarBackgroundColor": "#F8F8F8",
|
||
"backgroundColor": "#F8F8F8"
|
||
},
|
||
"tabBar": {
|
||
"color": "#B3B3B3",
|
||
"selectedColor": "black",
|
||
"borderStyle": "white",
|
||
"backgroundColor": "#EBF1EF",
|
||
"list": [{
|
||
"pagePath": "pages/index/index",
|
||
"text": "地块"
|
||
// "iconPath": "static/tabs-icon/home.png",
|
||
// "selectedIconPath": "static/img/DK.png"
|
||
},
|
||
{
|
||
"pagePath": "pages/test/index",
|
||
"text": "数据"
|
||
// "iconPath": "static/img/SJ (1).png",
|
||
// "selectedIconPath": "static/img/SJ (1).png"
|
||
}
|
||
|
||
|
||
]
|
||
},
|
||
"uniIdRouter": {}
|
||
} |