uni-Identify-quality/pages.json

162 lines
3.0 KiB
JSON
Raw 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": [
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": {
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-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": "",
"enablePullDownRefresh": false
}
2023-09-18 07:35:21 +00:00
}
2023-09-20 07:34:58 +00:00
,
{
"path": "pages/consignment-painting/index",
"style": {
"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-09-19 01:42:44 +00:00
"uniIdRouter": {},
"tabBar": {
2023-09-23 03:50:34 +00:00
"list": [
{
"pagePath": "pages/home/index",
"text": "首页"
},
2023-09-19 01:42:44 +00:00
{
2023-09-23 03:50:34 +00:00
"pagePath": "pages/mine/index",
"text": "首页"
2023-09-19 02:53:38 +00:00
},
{
2023-09-23 03:50:34 +00:00
"pagePath": "pages/contract/index",
"text": "首页"
2023-09-19 02:53:38 +00:00
},
{
2023-09-23 03:50:34 +00:00
"pagePath": "pages/order-goods/index",
"text": "首页"
2023-09-19 01:42:44 +00:00
}
]
}
2023-09-18 07:35:21 +00:00
}