Files
delivery_admin_app/pages.json

80 lines
1.7 KiB
JSON
Raw Normal View History

2026-03-11 14:52:32 +08:00
{
"easycom": {
"autoscan": true,
"custom": {
"^uv-(.*)": "@climblee/uv-ui/components/uv-$1/uv-$1.vue"
}
},
"pages": [
//pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录"
}
},
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "配送订单"
}
},
{
"path": "pages/index/addDelivery",
"style": {
"navigationBarTitleText": "货物信息"
}
},
{
"path": "pages/index/addDeliveryInfo",
"style": {
"navigationBarTitleText": "配送信息"
}
},
{
"path": "pages/index/addHandDelivery",
"style": {
"navigationBarTitleText": "录入货物信息"
}
},
{
"path": "pages/index/editDelivery",
"style": {
"navigationBarTitleText": "配送信息"
}
},
{
"path": "pages/index/deliveryBill",
"style": {
"navigationBarTitleText": "配送信息"
}
},
{
"path": "pages/index/signature",
"style": {
"navigationBarTitleText": "签名",
"app-plus": {
"bounce": "none"
}
}
},
{
"path": "pages/index/map",
"style": {
"navigationBarTitleText": "地图",
"app-plus": {
"bounce": "none"
// "renderer": "native" //App端纯原生渲染模式
}
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}