119 lines
2.4 KiB
JSON
119 lines
2.4 KiB
JSON
{
|
||
"easycom": {
|
||
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
|
||
},
|
||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||
{
|
||
"path": "pages/login/index",
|
||
"style": {
|
||
"navigationBarTitleText": "启动页",
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/index/index",
|
||
"style": {
|
||
"navigationBarTitleText": "蓝安汽车司机端",
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/orderDetails/details",
|
||
"style": {
|
||
"navigationBarTitleText": "详情页",
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/my/my",
|
||
"style": {
|
||
"navigationBarTitleText": "个人中心",
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/my/refuel",
|
||
"style": {
|
||
"navigationBarTitleText": "加油记录",
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/my/newrefuel",
|
||
"style": {
|
||
"navigationBarTitleText": "新增加油记录",
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/message/message",
|
||
"style": {
|
||
"navigationBarTitleText": "消息",
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/rescue/rescue",
|
||
"style": {
|
||
"navigationBarTitleText": "道路救援首页",
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/rescue/order",
|
||
"style": {
|
||
"navigationBarTitleText": "下单页-前",
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/rescue/initiate",
|
||
"style": {
|
||
"navigationBarTitleText": "下单页",
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/rescue/historylist",
|
||
"style": {
|
||
"navigationBarTitleText": "历史订单列表",
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/select/select",
|
||
"style": {
|
||
"navigationBarTitleText": "选择身份",
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
|
||
{
|
||
"path": "pages/login/login",
|
||
"style": {
|
||
"navigationBarTitleText": "登录",
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/login/register",
|
||
"style": {
|
||
"navigationBarTitleText": "注册",
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/login/forgot",
|
||
"style": {
|
||
"navigationBarTitleText": "忘记密码",
|
||
"navigationStyle": "custom"
|
||
}
|
||
}
|
||
],
|
||
"globalStyle": {
|
||
"navigationBarTextStyle": "black",
|
||
"navigationBarTitleText": "蓝安汽车",
|
||
"navigationBarBackgroundColor": "#F8F8F8",
|
||
"backgroundColor": "#F8F8F8"
|
||
}
|
||
} |