CarRental_back/pages.json
2024-10-21 17:58:48 +08:00

255 lines
4.9 KiB
JSON

{
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"lazyCodeLoading": "requiredComponents",
"pages": [{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black",
"navigationStyle": "custom"
}
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/my",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}
],
"subPackages": [{
"root": "page_Merchant", // 分包A的根目录
"pages": [{
"path": "upload",
"style": {
"navigationBarTitleText": "上传",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "deviceMgmt",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "device_Detail",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "order",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "order_Detail",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "StoreManagement",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path" : "addStore",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}
// ... 分包A的其他页面
]
},
{
"root": "page_Operator", // 分包A的根目录
"pages": [{
"path": "deviceMgmt",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "order",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path" : "CarModel",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path" : "modelMt",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path" : "order_Detail",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}
// ... 分包A的其他页面
]
},
{
"root": "page_Delivery", // 分包A的根目录
"pages": [
{
"path" : "orerList",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path" : "OrderDetail",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}
// ... 分包A的其他页面
]
},
{
"root": "pages_withdraw", // 分包A的根目录
"pages": [
{
"path" : "withdraw",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path" : "addcode",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}
// ... 分包A的其他页面
]
}
// {
// "path" : "pages_tixian/withdraw",
// "style" :
// {
// "navigationBarTitleText" : ""
// }
// }
],
// "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": {}
}