bike/pages.json

606 lines
12 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"
}
}
2024-08-06 17:15:17 +08:00
2024-10-23 18:03:25 +08:00
2024-05-08 23:18:30 +08:00
],
"subPackages": [{
"root": "pages_admin", // 分包A的根目录
"pages": [{
"path": "admin_index",
"style": {
2024-12-19 10:16:17 +08:00
"navigationBarTitleText": " ",
2024-05-08 23:18:30 +08:00
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "admin_order",
"style": {
2024-12-19 10:16:17 +08:00
"navigationBarTitleText": " ",
2024-05-08 23:18:30 +08:00
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "admin_worke",
"style": {
2024-12-19 10:16:17 +08:00
"navigationBarTitleText": " ",
2024-05-08 23:18:30 +08:00
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
2024-05-09 17:05:51 +08:00
},
{
"path" : "order/order_detail",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
2024-05-09 18:00:26 +08:00
},
{
"path" : "order/device_detail",
"style" :
{
"navigationBarTitleText" : "",
2024-05-09 20:58:53 +08:00
"navigationStyle": "custom",
2024-05-09 18:00:26 +08:00
"enablePullDownRefresh" : false
}
2024-05-10 18:00:23 +08:00
},
{
"path" : "worke/worke_Operation",
"style" :
{
"navigationBarTitleText" : "",
"navigationStyle": "custom",
"enablePullDownRefresh" : false
}
},
2024-08-06 17:15:17 +08:00
{
"path": "worke/bind_sn",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path" : "worke/bind_mac",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
2024-05-10 18:00:23 +08:00
{
"path" : "worke/worke_income",
"style" :
{
"navigationBarTitleText" : "",
"navigationStyle": "custom",
"enablePullDownRefresh" : false
}
},
{
"path" : "worke/woke_deviceMgmt",
"style" :
{
"navigationBarTitleText" : "",
"navigationStyle": "custom",
"enablePullDownRefresh" : false
}
2024-05-10 22:23:49 +08:00
},
{
"path" : "worke/worke_user",
"style" :
{
"navigationBarTitleText" : "",
"navigationStyle": "custom",
"enablePullDownRefresh" : false
}
},
{
"path" : "worke/worke_user_detail",
"style" :
{
"navigationBarTitleText" : "",
"navigationStyle": "custom",
"enablePullDownRefresh" : false
}
2024-05-13 18:03:20 +08:00
},
{
"path" : "order/search_device",
"style" :
{
"navigationBarTitleText" : "",
"navigationStyle": "custom",
"enablePullDownRefresh" : false
}
2024-07-15 18:01:10 +08:00
},
{
"path" : "worke/AccountDetails",
"style" :
{
"navigationBarTitleText" : "",
"navigationStyle": "custom",
"enablePullDownRefresh" : false
}
2024-09-20 18:02:42 +08:00
},
{
"path" : "addcode",
"style" :
{
"navigationBarTitleText" : "",
"navigationStyle": "custom",
"enablePullDownRefresh" : false
}
2024-09-26 18:01:28 +08:00
},
{
"path" : "Qrcode",
"style" :
{
"navigationBarTitleText" : "",
"navigationStyle": "custom",
"enablePullDownRefresh" : false
}
2024-09-27 18:03:55 +08:00
},
{
"path" : "controlDevice",
"style" :
{
"navigationBarTitleText" : "",
"navigationStyle": "custom",
"enablePullDownRefresh" : false
}
2024-05-08 23:18:30 +08:00
}
2024-08-09 18:03:26 +08:00
2024-10-22 18:01:31 +08:00
2024-10-22 18:09:23 +08:00
2024-05-08 23:18:30 +08:00
// ... 分包A的其他页面
]
},
{
"root": "page_fix", // 分包A的根目录
"pages": [{
"path": "fix_index",
"style": {
2024-12-19 10:16:17 +08:00
"navigationBarTitleText": " ",
2024-05-08 23:18:30 +08:00
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "repair/repair_index",
"style": {
2024-12-19 10:16:17 +08:00
"navigationBarTitleText": " ",
2024-05-08 23:18:30 +08:00
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "repair/repair_detail",
"style": {
2024-12-19 10:16:17 +08:00
"navigationBarTitleText": " ",
2024-05-08 23:18:30 +08:00
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}
2024-07-11 18:01:54 +08:00
2024-08-06 17:15:17 +08:00
// ... 分包A的其他页面
]
},
{
"root": "page_vip", // 分包A的根目录
"pages": [
2024-09-02 17:13:16 +08:00
{
"path": "myVip_index",
"style": {
2024-12-19 10:16:17 +08:00
"navigationBarTitleText": " ",
2024-09-02 17:13:16 +08:00
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path" : "buyCard",
"style" :
{
2024-12-19 10:16:17 +08:00
"navigationBarTitleText": " ",
2024-09-02 17:13:16 +08:00
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path" : "checkCard",
"style" :
{
2024-12-19 10:16:17 +08:00
"navigationBarTitleText": " ",
2024-09-02 17:13:16 +08:00
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path" : "vip_index",
"style" :
{
2024-12-19 10:16:17 +08:00
"navigationBarTitleText": " ",
2024-09-02 17:13:16 +08:00
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path" : "financialStatement",
"style" :
{
2024-12-19 10:16:17 +08:00
"navigationBarTitleText": " ",
2024-09-02 17:13:16 +08:00
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
2024-09-05 18:00:43 +08:00
},
{
"path" : "vip_his",
"style" :
{
2024-12-19 10:16:17 +08:00
"navigationBarTitleText": " ",
2024-09-05 18:00:43 +08:00
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path" : "card_his",
"style" :
{
2024-12-19 10:16:17 +08:00
"navigationBarTitleText": " ",
2024-09-05 18:00:43 +08:00
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
2024-09-02 17:13:16 +08:00
}
2024-08-06 17:15:17 +08:00
2024-08-09 18:03:26 +08:00
// ... 分包A的其他页面
]
},
2024-08-14 18:05:16 +08:00
{
"root": "pages_adminSet", // 分包A的根目录
"pages": [
{
"path": "shgl",
"style": {
2024-12-19 10:16:17 +08:00
"navigationBarTitleText": " ",
2024-08-14 18:05:16 +08:00
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path" : "shDetail",
"style" :
{
2024-12-19 10:16:17 +08:00
"navigationBarTitleText": " ",
2024-08-14 18:05:16 +08:00
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
2024-08-29 18:01:07 +08:00
},
{
"path" : "financialStatement",
"style" :
{
2024-12-19 10:16:17 +08:00
"navigationBarTitleText": " ",
2024-08-29 18:01:07 +08:00
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
2024-10-22 18:09:23 +08:00
},
{
"path" : "CarModel",
"style" :
{
"navigationBarTitleText" : "",
"navigationStyle": "custom",
"enablePullDownRefresh" : false
}
},
{
"path" : "modelMt",
"style" :
{
"navigationBarTitleText" : "",
"navigationStyle": "custom",
"enablePullDownRefresh" : false
}
},
{
"path" : "ChargingTemplate",
"style" :
{
"navigationBarTitleText" : "",
"navigationStyle": "custom",
"enablePullDownRefresh" : false
}
},
{
"path" : "ChargingDetail",
"style" :
{
"navigationBarTitleText" : "",
"navigationStyle": "custom",
"enablePullDownRefresh" : false
}
},
{
"path" : "sysSet",
"style" :
{
"navigationBarTitleText" : "",
"navigationStyle": "custom",
"enablePullDownRefresh" : false
}
2024-12-21 15:41:58 +08:00
},
{
"path" : "map_set",
"style" :
{
"navigationBarTitleText" : "",
"navigationStyle": "custom",
"enablePullDownRefresh" : false
}
},
{
"path" : "ParkIngList",
"style" :
{
"navigationBarTitleText" : "",
"navigationStyle": "custom",
"enablePullDownRefresh" : false
}
},
{
"path" : "Parking_set",
"style" :
{
"navigationBarTitleText" : "",
"navigationStyle": "custom",
"enablePullDownRefresh" : false
}
},
{
"path" : "park_map",
"style" :
{
"navigationBarTitleText" : "",
"navigationStyle": "custom",
"enablePullDownRefresh" : false
}
2024-08-14 18:05:16 +08:00
}
2024-08-09 18:03:26 +08:00
2024-08-14 18:05:16 +08:00
// ... 分包A的其他页面
]
},
2024-05-08 23:18:30 +08:00
{
"root": "page_user",
"pages": [{
"path": "upload",
"style": {
2024-12-19 10:16:17 +08:00
"navigationBarTitleText": " ",
2024-05-08 23:18:30 +08:00
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "bhks",
"style": {
2024-12-19 10:16:17 +08:00
"navigationBarTitleText": " ",
2024-05-08 23:18:30 +08:00
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "gzsb",
"style": {
2024-12-19 10:16:17 +08:00
"navigationBarTitleText": " ",
2024-05-08 23:18:30 +08:00
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "jfgz",
"style": {
2024-12-19 10:16:17 +08:00
"navigationBarTitleText": " ",
2024-05-08 23:18:30 +08:00
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "yczn",
"style": {
2024-12-19 10:16:17 +08:00
"navigationBarTitleText": " ",
2024-05-08 23:18:30 +08:00
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
2024-10-23 18:03:25 +08:00
2024-05-08 23:18:30 +08:00
{
"path": "xcjs",
"style": {
2024-12-19 10:16:17 +08:00
"navigationBarTitleText": " ",
2024-05-08 23:18:30 +08:00
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "ckmx",
"style": {
2024-12-19 10:16:17 +08:00
"navigationBarTitleText": " ",
2024-05-08 23:18:30 +08:00
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "qsdetail",
"style": {
2024-12-19 10:16:17 +08:00
"navigationBarTitleText": " ",
2024-05-08 23:18:30 +08:00
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "qsrecord",
"style": {
2024-12-19 10:16:17 +08:00
"navigationBarTitleText": " ",
2024-05-08 23:18:30 +08:00
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "good_list",
"style": {
2024-12-19 10:16:17 +08:00
"navigationBarTitleText": " ",
2024-05-08 23:18:30 +08:00
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "yj",
"style": {
2024-12-19 10:16:17 +08:00
"navigationBarTitleText": " ",
2024-05-08 23:18:30 +08:00
"enablePullDownRefresh": false,
2024-05-28 17:48:29 +08:00
"navigationStyle": "custom"
}
},
{
"path" : "idcard_test",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh" : false,
2024-06-20 18:08:54 +08:00
"navigationStyle": "custom"
}
},
{
"path" : "agreement",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh" : false,
2024-06-22 18:06:23 +08:00
"navigationStyle": "custom"
}
},
{
"path" : "khfw/khfw",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh" : false,
2024-05-08 23:18:30 +08:00
"navigationStyle": "custom"
}
2024-06-23 17:17:51 +08:00
},
{
"path" : "word",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh" : false,
"navigationStyle": "custom"
}
2024-07-01 20:57:18 +08:00
},
{
"path" : "bulelink",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh" : false,
2024-07-11 18:01:54 +08:00
"navigationStyle": "custom"
}
},
{
"path" : "vadio_back",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh" : false,
2024-07-16 18:02:32 +08:00
"navigationStyle": "custom"
}
},
{
"path" : "changeCar",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh" : false,
2024-10-23 18:03:25 +08:00
"navigationStyle": "custom"
}
},
{
"path": "my",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
2024-07-01 20:57:18 +08:00
"navigationStyle": "custom"
}
2024-05-08 23:18:30 +08:00
}
// 其他 userpages 目录下的页面...
]
}
],
// "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": {}
}