CarRental_back/pages.json

245 lines
4.7 KiB
JSON
Raw Normal View History

2024-05-08 23:18:30 +08:00
{
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"lazyCodeLoading": "requiredComponents",
"pages": [{
"path": "pages/index/index",
"style": {
2024-06-04 18:12:12 +08:00
"navigationBarTitleText": "",
2024-05-08 23:18:30 +08:00
"enablePullDownRefresh": false,
2024-06-04 18:12:12 +08:00
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black",
2024-05-08 23:18:30 +08:00
"navigationStyle": "custom"
}
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/my",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}
2024-10-09 18:01:47 +08:00
2024-05-08 23:18:30 +08:00
],
"subPackages": [{
2024-10-09 18:01:47 +08:00
"root": "page_Merchant", // 分包A的根目录
2024-05-08 23:18:30 +08:00
"pages": [{
2024-10-09 18:01:47 +08:00
"path": "upload",
2024-05-08 23:18:30 +08:00
"style": {
"navigationBarTitleText": "上传",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
2024-10-09 18:01:47 +08:00
2024-05-08 23:18:30 +08:00
{
2024-10-09 18:01:47 +08:00
"path": "deviceMgmt",
2024-05-08 23:18:30 +08:00
"style": {
2024-10-09 18:01:47 +08:00
"navigationBarTitleText": "",
2024-05-08 23:18:30 +08:00
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
2024-10-09 18:01:47 +08:00
"path": "device_Detail",
2024-05-08 23:18:30 +08:00
"style": {
2024-10-09 18:01:47 +08:00
"navigationBarTitleText": "",
2024-05-08 23:18:30 +08:00
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
2024-05-09 17:05:51 +08:00
},
{
2024-10-09 18:01:47 +08:00
"path": "order",
"style": {
"navigationBarTitleText": "",
2024-05-09 17:05:51 +08:00
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
2024-05-09 18:00:26 +08:00
},
{
2024-10-09 18:01:47 +08:00
"path": "order_Detail",
2024-08-06 17:15:17 +08:00
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
2024-10-09 18:01:47 +08:00
"path": "StoreManagement",
"style": {
2024-08-06 17:15:17 +08:00
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
2024-10-11 17:58:57 +08:00
},
{
"path" : "addStore",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
2024-05-08 23:18:30 +08:00
}
2024-10-09 18:01:47 +08:00
2024-05-08 23:18:30 +08:00
// ... 分包A的其他页面
]
},
{
2024-10-09 18:01:47 +08:00
"root": "page_Operator", // 分包A的根目录
2024-05-08 23:18:30 +08:00
"pages": [{
2024-10-09 18:01:47 +08:00
"path": "deviceMgmt",
2024-05-08 23:18:30 +08:00
"style": {
2024-10-09 18:01:47 +08:00
"navigationBarTitleText": "",
2024-09-05 18:00:43 +08:00
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
2024-10-09 18:01:47 +08:00
"path": "order",
2024-08-14 18:05:16 +08:00
"style": {
2024-10-09 18:01:47 +08:00
"navigationBarTitleText": "",
2024-08-14 18:05:16 +08:00
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
2024-10-09 18:01:47 +08:00
"path" : "CarModel",
2024-08-14 18:05:16 +08:00
"style" :
{
2024-10-09 18:01:47 +08:00
"navigationBarTitleText": "",
2024-08-14 18:05:16 +08:00
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
2024-08-29 18:01:07 +08:00
},
{
2024-10-09 18:01:47 +08:00
"path" : "modelMt",
2024-08-29 18:01:07 +08:00
"style" :
{
2024-10-09 18:01:47 +08:00
"navigationBarTitleText": "",
2024-05-08 23:18:30 +08:00
"enablePullDownRefresh": false,
2024-05-28 17:48:29 +08:00
"navigationStyle": "custom"
}
2024-10-11 17:58:57 +08:00
},
{
"path" : "order_Detail",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
2024-05-08 23:18:30 +08:00
}
2024-10-09 18:01:47 +08:00
2024-10-11 17:58:57 +08:00
// ... 分包A的其他页面
]
},
{
"root": "page_Delivery", // 分包A的根目录
"pages": [
{
"path" : "orerList",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path" : "OrderDetail",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}
2024-10-18 18:03:37 +08:00
// ... 分包A的其他页面
]
},
{
"root": "pages_withdraw", // 分包A的根目录
"pages": [
{
"path" : "withdraw",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}
2024-10-09 18:01:47 +08:00
// ... 分包A的其他页面
2024-05-08 23:18:30 +08:00
]
}
2024-10-18 18:03:37 +08:00
// {
// "path" : "pages_tixian/withdraw",
// "style" :
// {
// "navigationBarTitleText" : ""
// }
// }
2024-10-09 18:01:47 +08:00
2024-05-08 23:18:30 +08:00
],
// "tabBar": {
// "custom": true,
// "color": "#a9b7b7",
// "selectedColor": "#5185fd",
// "borderStyle": "white",
// "backgroundColor": "#ffffff",
// "list": [{
// "selectedIconPath": "/static/tabbar/home-active.png",
// "iconPath": "/static/tabbar/home.png",
// "pagePath": "pages/index/index",
// "text": "首页"
// },
// {
// "selectedIconPath": "/static/tabbar/tj-active.png",
// "iconPath": "/static/tabbar/tj.png",
// "pagePath": "pages/tj",
// "text": "统计"
// }, {
// "selectedIconPath": "/static/tabbar/my-active.png",
// "iconPath": "/static/tabbar/my.png",
// "pagePath": "pages/my",
// "text": "我的"
// }
// ]
// },
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}