uni-Identify-quality/pages.json

123 lines
2.4 KiB
JSON
Raw Normal View History

2023-09-18 07:35:21 +00:00
{
2023-09-19 02:50:09 +00:00
"easycom": {
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
},
"pages": [
2023-09-19 02:50:09 +00:00
{
2023-09-19 11:18:11 +00:00
"path": "pages/login/login",
2023-09-19 02:50:09 +00:00
"style": {
"navigationBarTitleText": "",
2023-09-19 11:18:11 +00:00
"enablePullDownRefresh": false,
"app-plus": {
"titleNView": false // 禁用原生导航
}
2023-09-19 02:50:09 +00:00
}
},
{
2023-09-19 11:18:11 +00:00
"path": "pages/register/register",
2023-09-19 02:50:09 +00:00
"style": {
"navigationBarTitleText": "",
2023-09-19 11:18:11 +00:00
"enablePullDownRefresh": false,
"app-plus": {
"titleNView": false // 禁用原生导航
}
2023-09-19 02:50:09 +00:00
}
},
{
2023-09-19 11:18:11 +00:00
"path": "pages/realName/realName",
2023-09-19 02:50:09 +00:00
"style": {
"navigationBarTitleText": "",
2023-09-19 11:18:11 +00:00
"enablePullDownRefresh": false,
"app-plus": {
"titleNView": false // 禁用原生导航
}
2023-09-19 02:50:09 +00:00
}
},
2023-09-18 07:35:21 +00:00
{
2023-09-19 11:18:11 +00:00
"path": "pages/cameraContext/cameraContext",
2023-09-18 07:35:21 +00:00
"style": {
2023-09-19 01:48:45 +00:00
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"app-plus": {
"titleNView": false // 禁用原生导航
}
2023-09-18 07:35:21 +00:00
}
2023-09-19 02:50:09 +00:00
},
2023-09-19 11:18:11 +00:00
{
"path": "pages/home/index",
2023-09-19 02:50:09 +00:00
"style": {
2023-09-20 06:13:13 +00:00
"navigationStyle": "custom",
2023-09-19 02:50:09 +00:00
"navigationBarTitleText": "",
"enablePullDownRefresh": false
2023-09-19 11:21:16 +00:00
}
},
{
2023-09-19 11:18:11 +00:00
"path": "pages/contract/index",
2023-09-19 11:21:16 +00:00
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
2023-09-19 02:50:09 +00:00
}
},
2023-09-18 07:35:21 +00:00
{
2023-09-19 11:18:11 +00:00
"path": "pages/order-goods/index",
2023-09-18 07:35:21 +00:00
"style": {
2023-09-19 01:48:45 +00:00
"navigationBarTitleText": "",
2023-09-19 11:18:11 +00:00
"enablePullDownRefresh": false
2023-09-18 07:35:21 +00:00
}
2023-09-19 02:50:09 +00:00
},
2023-09-19 11:34:18 +00:00
{
"path": "pages/order-goods/order-details",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
2023-09-19 02:50:09 +00:00
{
"path": "pages/mine/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
2023-09-20 02:54:22 +00:00
},
{
"path": "pages/mine/set-up",
"style": {
2023-09-20 06:13:13 +00:00
"navigationStyle": "custom",
2023-09-20 02:54:22 +00:00
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
2023-09-18 07:35:21 +00:00
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
2023-09-19 02:50:09 +00:00
"backgroundColor": "#F8F8F8",
"app-plus": {
"titleNView": false
}
2023-09-18 07:35:21 +00:00
},
2023-09-19 01:42:44 +00:00
"uniIdRouter": {},
"tabBar": {
2023-09-19 02:50:09 +00:00
"height":"1px",
// 配置选中颜色
"selectedColor": "#22bf8e",
"color": "#f8f8f8", // 设置为与背景颜色相同
"backgroundColor": "transparent", // 设置为透明
// list 每一项
"list": [{
"pagePath": "pages/home/index"
},
2023-09-19 01:42:44 +00:00
{
2023-09-19 02:50:09 +00:00
"pagePath": "pages/mine/index"
2023-09-19 02:53:38 +00:00
},
{
"pagePath": "pages/contract/index"
},
{
"pagePath": "pages/order-goods/index"
2023-09-19 01:42:44 +00:00
}
]
}
2023-09-18 07:35:21 +00:00
}