86 lines
1.7 KiB
JSON
86 lines
1.7 KiB
JSON
{
|
||
"easycom": {
|
||
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue",
|
||
"^tm-(.*)": "@/tm-vuetify/components/tm-$1/tm-$1.vue"
|
||
},
|
||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||
{
|
||
"path": "pages/home/index",
|
||
"style": {
|
||
"navigationBarTitleText": "",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/contract/index",
|
||
"style": {
|
||
"navigationBarTitleText": "",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/order-goods/index",
|
||
"style": {
|
||
"navigationBarTitleText": "",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/order-goods/order-details",
|
||
"style": {
|
||
"navigationBarTitleText": "",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/login/login",
|
||
"style": {
|
||
"navigationBarTitleText": "",
|
||
"enablePullDownRefresh": false,
|
||
"app-plus": {
|
||
"titleNView": false // 禁用原生导航
|
||
}
|
||
}
|
||
},
|
||
|
||
{
|
||
"path": "pages/mine/index",
|
||
"style": {
|
||
"navigationBarTitleText": "",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
}
|
||
],
|
||
"globalStyle": {
|
||
"navigationBarTextStyle": "black",
|
||
"navigationBarTitleText": "uni-app",
|
||
"navigationBarBackgroundColor": "#F8F8F8",
|
||
"backgroundColor": "#F8F8F8",
|
||
"app-plus": {
|
||
"titleNView": false
|
||
}
|
||
},
|
||
"uniIdRouter": {},
|
||
"tabBar": {
|
||
"height":"1px",
|
||
// 配置选中颜色
|
||
"selectedColor": "#22bf8e",
|
||
"color": "#f8f8f8", // 设置为与背景颜色相同
|
||
"backgroundColor": "transparent", // 设置为透明
|
||
// list 每一项
|
||
"list": [{
|
||
"pagePath": "pages/home/index"
|
||
},
|
||
{
|
||
"pagePath": "pages/mine/index"
|
||
},
|
||
{
|
||
"pagePath": "pages/contract/index"
|
||
},
|
||
{
|
||
"pagePath": "pages/order-goods/index"
|
||
}
|
||
]
|
||
}
|
||
}
|