You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
uni-Identify-quality/pages.json

79 lines
1.6 KiB
JSON

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