137 lines
3.1 KiB
JSON
137 lines
3.1 KiB
JSON
|
{
|
|||
|
"easycom": {
|
|||
|
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
|
|||
|
},
|
|||
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|||
|
{
|
|||
|
"path": "pages/index/index",
|
|||
|
"style": {
|
|||
|
// "navigationBarTitleText": "uni-app"
|
|||
|
"navigationStyle": "custom",
|
|||
|
"enablePullDownRefresh": true
|
|||
|
}
|
|||
|
},
|
|||
|
|
|||
|
{
|
|||
|
"path": "pages/index1/index",
|
|||
|
"style": {
|
|||
|
// "navigationBarTitleText": "uni-app"
|
|||
|
"navigationStyle": "custom",
|
|||
|
"enablePullDownRefresh": true
|
|||
|
}
|
|||
|
}, {
|
|||
|
"path": "pages/index1/shucai",
|
|||
|
"style": {
|
|||
|
// "navigationBarTitleText": "uni-app"
|
|||
|
"navigationStyle": "custom",
|
|||
|
"enablePullDownRefresh": true
|
|||
|
}
|
|||
|
}, {
|
|||
|
"path": "pages/index1/ji",
|
|||
|
"style": {
|
|||
|
// "navigationBarTitleText": "uni-app"
|
|||
|
"navigationStyle": "custom",
|
|||
|
"enablePullDownRefresh": true
|
|||
|
}
|
|||
|
}, {
|
|||
|
"path": "pages/index1/xia",
|
|||
|
"style": {
|
|||
|
// "navigationBarTitleText": "uni-app"
|
|||
|
"navigationStyle": "custom",
|
|||
|
"enablePullDownRefresh": true
|
|||
|
}
|
|||
|
},
|
|||
|
{
|
|||
|
"path": "pages/index2/index",
|
|||
|
"style": {
|
|||
|
// "navigationBarTitleText": "uni-app",
|
|||
|
"navigationStyle": "custom",
|
|||
|
"enablePullDownRefresh": true
|
|||
|
}
|
|||
|
},
|
|||
|
{
|
|||
|
"path": "pages/index2/yx",
|
|||
|
"style": {
|
|||
|
// "navigationBarTitleText": "uni-app",
|
|||
|
"navigationStyle": "custom",
|
|||
|
"enablePullDownRefresh": true
|
|||
|
}
|
|||
|
}, {
|
|||
|
"path": "pages/index2/shucai",
|
|||
|
"style": {
|
|||
|
// "navigationBarTitleText": "uni-app",
|
|||
|
"navigationStyle": "custom",
|
|||
|
"enablePullDownRefresh": true
|
|||
|
}
|
|||
|
}, {
|
|||
|
"path": "pages/index2/ji",
|
|||
|
"style": {
|
|||
|
// "navigationBarTitleText": "uni-app",
|
|||
|
"navigationStyle": "custom",
|
|||
|
"enablePullDownRefresh": true
|
|||
|
}
|
|||
|
},
|
|||
|
{
|
|||
|
"path": "pages/index3/index",
|
|||
|
"style": {
|
|||
|
// "navigationBarTitleText": "uni-app"
|
|||
|
"navigationStyle": "custom",
|
|||
|
"enablePullDownRefresh": true
|
|||
|
}
|
|||
|
}, {
|
|||
|
"path": "pages/index3/shucai",
|
|||
|
"style": {
|
|||
|
// "navigationBarTitleText": "uni-app"
|
|||
|
"navigationStyle": "custom",
|
|||
|
"enablePullDownRefresh": true
|
|||
|
}
|
|||
|
}, {
|
|||
|
"path": "pages/index3/ji",
|
|||
|
"style": {
|
|||
|
// "navigationBarTitleText": "uni-app"
|
|||
|
"navigationStyle": "custom",
|
|||
|
"enablePullDownRefresh": true
|
|||
|
}
|
|||
|
}, {
|
|||
|
"path": "pages/index3/xia",
|
|||
|
"style": {
|
|||
|
// "navigationBarTitleText": "uni-app"
|
|||
|
"navigationStyle": "custom",
|
|||
|
"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"
|
|||
|
},
|
|||
|
{
|
|||
|
"pagePath": "pages/test/index1",
|
|||
|
"text": "我的",
|
|||
|
"iconPath": "static/img/WD.png",
|
|||
|
"selectedIconPath": "static/img/WD.png"
|
|||
|
}
|
|||
|
|
|||
|
]
|
|||
|
},
|
|||
|
"uniIdRouter": {}
|
|||
|
}
|