uni-Identify-quality/pages.json

201 lines
3.7 KiB
JSON
Raw Permalink Normal View History

2023-09-18 07:35:21 +00:00
{
2023-09-19 02:50:09 +00:00
"easycom": {
2023-09-25 04:00:57 +00:00
2023-09-20 07:34:58 +00:00
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue",
"^tm-(.*)": "@/tm-vuetify/components/tm-$1/tm-$1.vue"
2023-09-19 02:50:09 +00:00
},
"pages": [
2024-01-03 02:53:24 +00:00
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-25 10:50:49 +00:00
{
"path": "pages/realName/FDDRegister",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"app-plus": {
"titleNView": false // 禁用原生导航
}
}
},
2023-09-26 05:59:35 +00:00
{
"path": "pages/realName/agreement",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
2024-01-03 02:53:24 +00:00
"enablePullDownRefresh": false
2023-09-26 05:59:35 +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": {
2023-09-22 05:24:04 +00:00
"navigationStyle": "custom",
2023-09-19 11:21:16 +00:00
"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-21 04:01:11 +00:00
"navigationStyle": "custom",
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-25 07:15:58 +00:00
{
"path": "pages/signwebview/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
2023-09-25 11:01:50 +00:00
{
"path": "pages/confirm-order/index",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
2023-09-20 03:30:06 +00:00
{
2023-09-19 11:34:18 +00:00
"path": "pages/order-goods/order-details",
"style": {
2023-09-23 03:50:34 +00:00
"navigationStyle": "custom",
2023-09-19 11:34:18 +00:00
"navigationBarTitleText": "",
"enablePullDownRefresh": false
2023-09-23 06:38:30 +00:00
},
"app-plus":{
"bounce":"none"
2023-09-19 11:34:18 +00:00
}
},
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": "",
2024-04-02 09:11:42 +00:00
"enablePullDownRefresh": false
}
},
{
"path": "pages/scanFeedback/index",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "",
2023-09-20 02:54:22 +00:00
"enablePullDownRefresh": false
}
2023-09-18 07:35:21 +00:00
}
2023-09-20 07:34:58 +00:00
,
{
"path": "pages/consignment-painting/index",
"style": {
2024-04-01 09:02:13 +00:00
"disableScroll": true,
2023-09-20 07:34:58 +00:00
"navigationStyle": "custom",
2023-09-20 02:54:22 +00:00
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
2023-09-20 11:59:14 +00:00
},
{
"path": "pages/paySuccess/paySuccess",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/payError/payError",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
2023-09-18 07:35:21 +00:00
}
2023-09-21 04:01:11 +00:00
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-10-07 09:44:16 +00:00
"uniIdRouter": {
},
2023-09-19 01:42:44 +00:00
"tabBar": {
2023-09-26 02:43:39 +00:00
"custom": true,
2023-09-23 03:50:34 +00:00
"list": [
{
2023-09-26 02:43:39 +00:00
"pagePath": "pages/home/index"
2023-09-23 03:50:34 +00:00
},
2023-09-19 01:42:44 +00:00
{
2023-09-26 02:43:39 +00:00
"pagePath": "pages/mine/index"
2023-09-19 02:53:38 +00:00
},
{
2023-09-26 02:43:39 +00:00
"pagePath": "pages/contract/index"
2023-09-19 02:53:38 +00:00
},
{
2023-09-26 02:43:39 +00:00
"pagePath": "pages/order-goods/index"
2023-09-19 01:42:44 +00:00
}
]
}
2023-09-18 07:35:21 +00:00
}