lanan-repair-app/pages.json
2024-10-26 18:07:18 +08:00

247 lines
4.9 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"pages": [
//pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "uni-app"
}
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/my/my",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/my/myInfo",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/myCar/carDetail",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/my/register",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/my/message",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/my/cardRoll",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/login/bindPhoe",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/userInfo/editUserInfo",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/project/project",
"style": {
"navigationBarTitleText": "新增维修项目",
"enablePullDownRefresh": true
}
}
],
"subPackages": [
{
"root": "pages-order",
"pages": [
{
"path": "orderList/orderList",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "addOrder/addOrder"
},
{
"path": "appointOrder/appointOrder"
},
{
"path": "orderDetail/orderDetail"
},
{
"path": "choosePeople/choosePeople",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": true
}
},
{
"path": "chooseImg/chooseImg",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": true
}
},
{
"path": "reviewList/reviewList",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": true
}
},
{
"path": "inWare/inWare",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": true
}
}
]
},
{
"root": "pages-home",
"pages": [
{
"path": "home/home",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "service/applyList",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "msg/message",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "notice/notice",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "notice/noticeContent",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "service/todoDetail",
"style": {
"navigationBarTitleText": ""
}
}
]
},
{
"root": "pages-repair",
"pages": [
{
"path": "apply/applyForm",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "apply/newWare",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "reviewList/reviewList",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "orderList/orderList",
"style": {
"navigationBarTitleText": ""
}
},
{
"path" : "applyList/applyList",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
"path" : "applyList/todoDetail",
"style" :
{
"navigationBarTitleText" : ""
}
}
]
},
{
"root": "pages-warehouse",
"pages": [
{
"path": "home/home",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "inOutWarehouse/inOutWarehouse",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "inOutWarehouse/part",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "todoDetail/todoDetail",
"style": {
"navigationBarTitleText": ""
}
}
]
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"navigationStyle": "custom"
},
"uniIdRouter": {}
}