freight-web/src/pages.json

419 lines
10 KiB
JSON
Raw Normal View History

2024-03-04 07:10:11 +00:00
{
"easycom": {
"autoscan": true,
// 注意一定要放在custom里否则无效https://ask.dcloud.net.cn/question/131175
"custom": {
"^u--(.*)": "uview-plus/components/u-$1/u-$1.vue",
"^up-(.*)": "uview-plus/components/u-$1/u-$1.vue",
"^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue",
// 以ava开头的组件 配置后需要重启服务
"^Ava(.*)": "@/components/Ava$1/Ava$1.vue",
"^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
}
},
"pages": [
2024-03-16 11:52:23 +00:00
{
"path": "pagesHome/index",
"style": {
"navigationStyle": "custom", // 控制头部是否显示
"navigationBarTitleText": "工作台"
}
},
2024-03-04 07:10:11 +00:00
{
2024-03-13 02:41:39 +00:00
"path": "pages/login/index",
2024-03-04 07:10:11 +00:00
"style": {
2024-03-13 02:41:39 +00:00
"navigationBarTitleText": "登陆"
2024-03-04 07:10:11 +00:00
}
},
{
2024-03-13 02:41:39 +00:00
"path": "pages/index/shipmentSettlement",
2024-03-04 07:10:11 +00:00
"style": {
2024-03-13 02:41:39 +00:00
"navigationBarTitleText": "出货结算"
2024-03-04 07:10:11 +00:00
}
},
{
2024-03-13 02:41:39 +00:00
"path": "pages/index/settlement",
2024-03-04 07:10:11 +00:00
"style": {
2024-03-13 02:41:39 +00:00
"navigationBarTitleText": "待结算"
2024-03-04 07:10:11 +00:00
}
},
{
"path": "pages/login/forgetPwd",
"style": {
"navigationBarTitleText": "忘记密码"
}
},
{
"path": "pages/message/index",
"style": {
"navigationBarTitleText": "消息中心"
}
},
{
"path": "pages/profile/index",
"style": {
"navigationBarTitleText": "个人中心"
}
},
{
"path": "pages/profile/baseinfo",
"style": {
"navigationBarTitleText": "基础信息",
"navigationBarBackgroundColor": "#FFFFFF"
}
},
{
"path": "pages/profile/modifyPwd",
"style": {
"navigationBarTitleText": "修改密码",
"navigationBarBackgroundColor": "#FFFFFF"
}
2024-03-09 12:37:17 +00:00
}
2024-03-04 07:10:11 +00:00
//pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
],
2024-03-09 12:37:17 +00:00
"subPackages": [
2024-03-11 05:30:11 +00:00
{
"root": "pagesLaunch",
"pages": [
{
"path": "index",
"style": {
"navigationBarTitleText": ""
}
}
]
},
2024-03-16 11:52:23 +00:00
// {
// "root": "pagesHome",
// "pages": [
// {
// "path": "index",
// "style": {
// "navigationStyle": "custom", // 控制头部是否显示
// "navigationBarTitleText": "工作台"
// }
// }
// ]
// },
2024-03-09 12:37:17 +00:00
{
"root": "pagesReceive",
"pages": [
{
"path": "pricing",
"style": {
"navigationBarTitleText": "待定价"
}
},
{
"path": "tareing",
"style": {
"navigationBarTitleText": "待过皮重"
}
},
{
"path": "payReview",
"style": {
"navigationBarTitleText": "付款审核"
}
},
{
"path": "form/pricingForm",
"style": {
"navigationBarTitleText": "定价详情"
}
},
{
"path": "review/index",
"style": {
"navigationBarTitleText": "去审核"
}
}
]
2024-03-11 05:30:11 +00:00
},
2024-03-09 12:37:17 +00:00
{
"root": "pagesShipment",
"pages": [
{
"path": "shipmenting",
"style": {
"navigationBarTitleText": "待出货"
}
},
2024-03-11 05:30:11 +00:00
{
"path": "grossWeight",
"style": {
"navigationBarTitleText": "待过毛重"
}
},
{
"path": "shipmentSettlement",
"style": {
"navigationBarTitleText": "出货结算"
}
},
{
"path": "review/index",
"style": {
"navigationBarTitleText": "结算审核"
}
},
2024-03-09 12:37:17 +00:00
{
"path": "form/shipmentForm",
"style": {
"navigationBarTitleText": "待出货编辑"
}
2024-03-11 05:30:11 +00:00
},
{
"path": "form/settlementForm",
"style": {
"navigationBarTitleText": "结算信息"
}
2024-03-09 12:37:17 +00:00
}
]
2024-03-11 05:30:11 +00:00
},
{
2024-03-09 12:37:17 +00:00
"root": "pagesScenePhoto",
"pages": [
{
"path": "index",
"style": {
"navigationBarTitleText": "现场照片"
}
}
]
2024-03-11 05:30:11 +00:00
},
{
"root": "pagesStatistics",
"pages": [
{
"path": "index",
"style": {
"navigationBarTitleText": "数据统计"
}
},
{
"path": "receivePanel",
"style": {
"navigationBarTitleText": "收货汇总"
}
},
{
"path": "supplierRanking",
"style": {
"navigationBarTitleText": "供应商排行"
}
},
{
"path": "shipmentPanel",
"style": {
"navigationBarTitleText": "出货汇总"
}
},
{
"path": "customerRanking",
"style": {
"navigationBarTitleText": "客户排行"
}
},
{
"path": "businessOverview",
"style": {
"navigationBarTitleText": "经营概况"
}
},
{
"path": "supplierChecking",
"style": {
"navigationBarTitleText": "供应商对账"
}
},
{
"path": "customerChecking",
"style": {
"navigationBarTitleText": "客户对账"
}
},
{
"path": "supplier/billDetail",
"style": {
"navigationBarTitleText": "供应商账单详情"
}
},
{
"path": "supplier/detail",
"style": {
"navigationBarTitleText": "供应商详情"
}
},
{
"path": "customer/billDetail",
"style": {
"navigationBarTitleText": "客户账单详情"
}
},
{
"path": "customer/detail",
"style": {
"navigationBarTitleText": "客户详情"
}
}
]
},
{
"root": "pagesApp",
"pages": [
{
"path": "receiveSpl",
"style": {
"navigationBarTitleText": "收货补单"
}
},
{
"path": "shipmentSpl",
"style": {
"navigationBarTitleText": "出货补单"
}
},
{
"path": "receiveDetail",
"style": {
"navigationBarTitleText": "收货明细"
}
},
{
"path": "shipmentDetail",
"style": {
"navigationBarTitleText": "出货明细"
}
},
{
"path": "receiveCl",
"style": {
"navigationBarTitleText": "收货作废"
}
},
{
"path": "shipmentCl",
"style": {
"navigationBarTitleText": "出货作废"
}
},
{
"path": "supplierMgt",
"style": {
"navigationBarTitleText": "供应商管理"
}
},
{
"path": "customerMgt",
"style": {
"navigationBarTitleText": "客户管理"
}
2024-03-16 11:52:23 +00:00
},
2024-03-18 01:52:18 +00:00
{
"path": "receiveProduct",
"style": {
"navigationBarTitleText": "收货产品"
}
},
{
"path": "receiveType",
"style": {
"navigationBarTitleText": "收货分类"
}
},
{
"path": "shipmentProduct",
"style": {
"navigationBarTitleText": "出货产品"
}
},
2024-03-16 13:26:04 +00:00
{
"path": "stockCard",
"style": {
"navigationBarTitleText": "库存卡管理"
}
},
2024-03-18 01:52:18 +00:00
{
"path": "shipmentType",
"style": {
"navigationBarTitleText": "出货分类管理"
}
},
2024-03-17 04:13:48 +00:00
{
"path": "supplierType",
"style": {
2024-03-18 01:52:18 +00:00
"navigationBarTitleText": "出货分类"
2024-03-17 04:13:48 +00:00
}
},
{
"path": "components/addSupplierType",
"style": {
"navigationBarTitleText": "新增供应商分类"
}
},
2024-03-16 11:52:23 +00:00
{
"path": "components/addSupplier",
"style": {
"navigationBarTitleText": "新增供应商"
}
2024-03-16 13:26:04 +00:00
},
2024-03-18 01:52:18 +00:00
{
"path": "components/addShipmentType",
"style": {
"navigationBarTitleText": "新增出货分类"
}
},
2024-03-16 13:26:04 +00:00
{
"path": "components/addCustomer",
"style": {
"navigationBarTitleText": "新增客户"
}
},
2024-03-18 01:52:18 +00:00
{
"path": "components/addReceiveProduct",
"style": {
"navigationBarTitleText": "新增收货产品"
}
},
{
"path": "components/addReceiveType",
"style": {
"navigationBarTitleText": "新增收货分类"
}
},
{
"path": "components/addShipmentProduct",
"style": {
"navigationBarTitleText": "新增出货产品"
}
},
2024-03-16 13:26:04 +00:00
{
"path": "components/addStockCard",
"style": {
"navigationBarTitleText": "新增库存卡"
}
2024-03-11 05:30:11 +00:00
}
]
2024-03-16 11:52:23 +00:00
}
2024-03-11 05:30:11 +00:00
// {
// "root": "uni_modules",
// "pages": [
// {
// "path": "lime-echart/components/l-echart/l-echart",
// "style": {
// "navigationBarTitleText": "echart"
// }
// }
// ]
// }
2024-03-09 12:37:17 +00:00
],
2024-03-04 07:10:11 +00:00
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "智能回收",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
}
}