123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473 |
- {
- "easycom": {
- "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
- },
- // "condition": { //模式配置,仅开发期间生效
- // "current": 0, //当前激活的模式(list 的索引项)
- // "list": [{
- // "name": "test", //模式名称
- // "path": "pages/componentsC/test/index", //启动页面,必选
- // "query": "uuid=c4bba940-f69e-11ea-a419-6bafda9d095e&__id__=1" //启动参数,在页面的onLoad函数里面得到
- // }]
- // },
- "pages": [
- // 反应页
- {
- "path": "pages/index",
- "style": {
- "titleNView": false
- }
- },
- // 个人中心
- {
- "path": "pages/personalCenter/personalCenter",
- "style": {
- "navigationBarTitleText": "我的",
- "titleNView": false,
- "navigationBarTextStyle": "black",
- "app-plus": {
- "bounce": "none", //关闭窗口回弹效果
- "scrollIndicator": "none" //app页面不显示滚动条
- }
- }
- },
- // 首页
- {
- "path": "pages/home/home",
- "style": {
- "navigationBarTitleText": "首页",
- "titleNView": false,
- "popGesture": "none",
- "navigationBarTextStyle": "black",
- "app-plus": {
- "bounce": "none", //关闭窗口回弹效果
- "scrollIndicator": "none" //app页面不显示滚动条
- }
- }
- },
- // 测试
- {
- "path": "pages/home/ceshi",
- "style": {
- "navigationBarTitleText": "天眼",
- "app-plus": {
- "titleNView": {
- "type": "transparent"
- }
- }
- // "navigationBarTextStyle": "black"
- }
- },
- // 消息
- {
- "path": "pages/information/information",
- "style": {
- "navigationBarTitleText": "消息"
- }
- },
- // 登录
- {
- "path": "pages/login/login",
- "style": {
- "navigationBarTitleText": "登录",
- "titleNView": false
- }
- }
- ],
- "subPackages": [{
- "root": "pages/personalCenter",
- "pages": [
- // 我的设置
- {
- "path": "/setUp",
- "style": {
- "navigationBarTitleText": "设置",
- "titleNView": false,
- "navigationBarTextStyle": "black",
- "popGesture": "none",
- "app-plus": {
- "bounce": "none", //关闭窗口回弹效果
- "scrollIndicator": "none" //app页面不显示滚动条
- }
- }
- }
- ]
- }, {
- "root": "pages/home",
- "pages": [
- //库龄统计
- {
- "path" : "/ageStatistics/index",
- "style" :
- {
- "navigationBarTitleText": "库龄统计",
- "enablePullDownRefresh": false,
- "navigationBarTextStyle": "white"
- }
-
- },//仓库摄像头列表
- {
- "path" : "/cameraList/index",
- "style" :
- {
- "titleNView": false,
- "navigationBarTitleText": "监控列表",
- "enablePullDownRefresh": false,
- "navigationBarTextStyle": "white"
- }
-
- },//查看监控列表画面
- {
- "path" : "/cameraList/viewMonitoring",
- "style" :
- {
- "navigationStyle": "custom",
- "navigationBarTitleText": "全部",
- "enablePullDownRefresh": false,
- "navigationBarTextStyle": "white"
- }
-
- },
- //添加摄像头
- {
- "path" : "/cameraList/addCamera",
- "style" :
- {
- "navigationBarTitleText": "添加摄像头",
- "enablePullDownRefresh": false,
- "navigationBarTextStyle": "white"
- }
-
- },
- // 入库列表
- {
- "path": "/myorder/index",
- "style": {
- "navigationBarTitleText": "入库列表",
- "navigationBarTextStyle": "white",
- "app-plus": {
- "bounce": "none", //关闭窗口回弹效果
- "scrollIndicator": "none" //app页面不显示滚动条
- }
- }
- },
- // 出库列表
- {
- "path": "/delivery/index",
- "style": {
- "navigationBarTitleText": "出库列表",
- "navigationBarTextStyle": "white",
- "app-plus": {
- "bounce": "none", //关闭窗口回弹效果
- "scrollIndicator": "none" //app页面不显示滚动条
- }
- }
- },
- // 入库明细列表
- {
- "path": "/myorder/detailed",
- "style": {
- "navigationBarTitleText": "入库明细列表",
- "titleNView": false,
- "navigationBarTextStyle": "white",
- "app-plus": {
- "bounce": "none", //关闭窗口回弹效果
- "scrollIndicator": "none" //app页面不显示滚动条
- }
- }
- },
- // 出库明细列表
- {
- "path": "/delivery/detailed",
- "style": {
- "navigationBarTitleText": "出库明细列表",
- "titleNView": false,
- "navigationBarTextStyle": "white",
- "app-plus": {
- "bounce": "none", //关闭窗口回弹效果
- "scrollIndicator": "none" //app页面不显示滚动条
- }
- }
- },
- // 入库明细列表
- {
- "path": "/myorder/orderDetails/index",
- "style": {
- "navigationBarTitleText": "入库详情",
- // "titleNView": false,
- "navigationBarTextStyle": "white",
- "app-plus": {
- "bounce": "none", //关闭窗口回弹效果
- "scrollIndicator": "none" //app页面不显示滚动条
- }
- }
- },
- // 出库明细列表
- {
- "path": "/delivery/orderDetails/index",
- "style": {
- "navigationBarTitleText": "出库详情",
- // "titleNView": false,
- "navigationBarTextStyle": "white",
- "app-plus": {
- "bounce": "none", //关闭窗口回弹效果
- "scrollIndicator": "none" //app页面不显示滚动条
- }
- }
- },
- // 入库新行
- {
- "path": "/myorder/orderDetails/newlyAdded",
- "style": {
- "navigationBarTitleText": "入库新行",
- // "titleNView": false,
- "navigationBarTextStyle": "white",
- "app-plus": {
- "bounce": "none", //关闭窗口回弹效果
- "scrollIndicator": "none" //app页面不显示滚动条
- }
- }
- },
- // 出库新行
- {
- "path": "/delivery/orderDetails/newlyAdded",
- "style": {
- "navigationBarTitleText": "出库新行",
- // "titleNView": false,
- "navigationBarTextStyle": "white",
- "app-plus": {
- "bounce": "none", //关闭窗口回弹效果
- "scrollIndicator": "none" //app页面不显示滚动条
- }
- }
- },
- //船期查询
- {
- "path" : "/freightCalculation/shipSchedule",
- "style" :
- {
- "navigationBarTitleText": "船期查询",
- "enablePullDownRefresh": false,
- "titleNView": false,
- "navigationBarTextStyle": "white"
- }
-
- },
- //船期信息
- {
- "path" : "/freightCalculation/shippingInformation",
- "style" :
- {
- "navigationBarTitleText": "船期信息",
- "enablePullDownRefresh": false,
- "titleNView": false,
- "navigationBarTextStyle": "white"
- }
-
- },
- //海运费计算
- {
- "path" : "/freightCalculation/freightCalculation",
- "style" :
- {
- "navigationBarTitleText": "运费计算",
- "enablePullDownRefresh": false,
- "navigationBarTextStyle": "white"
- }
-
- },
- //巡检
- {
- "path" : "/patrolInspection/index",
- "style" :
- {
- "navigationBarTitleText": "我的巡检",
- "enablePullDownRefresh": false,
- "titleNView": false,
- "navigationBarTextStyle": "white"
- }
-
- },
- //巡检
- {
- "path" : "/patrolInspection/createPatrol",
- "style" :
- {
- "navigationBarTitleText": "创建巡检",
- "enablePullDownRefresh": false,
- "navigationBarTextStyle": "white"
- }
-
- },
- //巡检详情
- {
- "path" : "/patrolInspection/patrolDetails",
- "style" :
- {
- "navigationBarTitleText": "巡检详情",
- "enablePullDownRefresh": false,
- "navigationBarTextStyle": "white"
- }
-
- },
- //统一审核页
- {
- "path" : "/allReview/index",
- "style" :
- {
- "navigationBarTitleText": "我的审核",
- "enablePullDownRefresh": false,
- "navigationBarTextStyle": "white"
- }
-
- },
- //我的审核
- {
- "path" : "/myReview/index",
- "style" :
- {
- "navigationBarTitleText": "我的审核",
- "enablePullDownRefresh": false,
- "navigationBarTextStyle": "white"
- }
-
- },
- //采购申请
- {
- "path" : "/procurementApplicationApproval/index",
- "style" :
- {
- "navigationBarTitleText": "采购申请",
- "enablePullDownRefresh": false,
- "navigationBarTextStyle": "white"
- }
-
- },
- //采购申请详情页
- {
- "path" : "/procurementApplicationApproval/detailsOrUpdates",
- "style" :
- {
- "navigationBarTitleText": "采购申请详情页",
- "enablePullDownRefresh": false,
- "navigationBarTextStyle": "white"
- }
-
- },
- //库存查询
- {
- "path" : "/inventoryQuery/index",
- "style" :
- {
- "navigationBarTitleText": "我的库存",
- "enablePullDownRefresh": false,
- "navigationBarTextStyle": "white"
- }
-
- },
- //库存明细
- {
- "path" : "/inventoryQuery/inventoryDetails",
- "style" :
- {
- "navigationBarTitleText": "库存明细",
- "enablePullDownRefresh": false,
- "navigationBarTextStyle": "white"
- }
-
- },
- //附件明细
- {
- "path" : "/inventoryQuery/detailedAttachment",
- "style" :
- {
- "navigationBarTitleText": "附件明细",
- "enablePullDownRefresh": false,
- "navigationBarTextStyle": "white"
- }
-
- },
- //调拨列表
- {
- "path" : "/allocation/index",
- "style" :
- {
- "navigationBarTitleText": "调拨列表",
- "enablePullDownRefresh": false,
- "navigationBarTextStyle": "white"
- }
-
- },
- //调拨明细
- {
- "path" : "/allocation/detailed",
- "style" :
- {
- "navigationBarTitleText": "调拨明细",
- "enablePullDownRefresh": false,
- "navigationBarTextStyle": "white"
- }
-
- },
- //货转列表
- {
- "path" : "/goodsTransfer/index",
- "style" :
- {
- "navigationBarTitleText": "货转列表",
- "enablePullDownRefresh": false,
- "navigationBarTextStyle": "white"
- }
-
- },
- //货转明细
- {
- "path" : "/goodsTransfer/index",
- "style" :
- {
- "navigationBarTitleText": "货转明细",
- "enablePullDownRefresh": false,
- "navigationBarTextStyle": "white"
- }
-
- }
- ]
- }],
- "preloadRule": {
- "pages/example/components": {
- "network": "all",
- "packages": ["pages/home", "pages/information", "pages/personalCenter"]
- }
- },
- "globalStyle": {
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "uView",
- "navigationBarBackgroundColor": "#1669e6",
- "backgroundColor": "#FFFFFF"
- },
- "tabBar": {
- "color": "#909399",
- "selectedColor": "#303133",
- "backgroundColor": "#FFFFFF",
- "borderStyle": "black",
- "list": [{
- "pagePath": "pages/home/home",
- "iconPath": "static/uview/example/component.png",
- "selectedIconPath": "static/uview/example/component_select.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/information/information",
- "iconPath": "static/uview/example/js.png",
- "selectedIconPath": "static/uview/example/js_select.png",
- "text": "消息"
- },
- {
- "pagePath": "pages/personalCenter/personalCenter",
- "iconPath": "static/uview/example/template.png",
- "selectedIconPath": "static/uview/example/template_select.png",
- "text": "我的"
- }
- ]
- }
- }
|