123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225 |
- {
- "pages": [
- //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/page
- {
- "path": "pages/platform/index",
- "style": {
- "navigationBarTitleText": "工作台",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/homeList/homeList",
- "style": {
- "navigationBarTitleText": "个人中心",
- "enablePullDownRefresh": true
- }
- }
- ],
- "subPackages": [{
- "root": "subpkg", // 分包根目录
- "pages": [
- {
- "path": "pages/puhse-order/index",
- "style": {
- "navigationBarTitleText": "采购订单查询"
- }
- },
- {
- "path": "pages/puhse-order/details",
- "style": {
- "navigationBarTitleText": "订单详情"
- }
- },
- {
- "path": "pages/mintir/index",
- "style": {
- "navigationBarTitleText": "数据检测",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/home/home",
- "style": {
- "navigationBarTitleText": "首页"
- }
- },
- {
- "path": "pages/order-outbond/index",
- "style": {
- "navigationBarTitleText": "订单出库-耗材"
- }
- },
- {
- "path": "pages/order-outbond/details",
- "style": {
- "navigationBarTitleText": "出库详情"
- }
- },
- {
- "path": "pages/order-outbond/ready",
- "style": {
- "navigationBarTitleText": "已出库详情"
- }
- },
- {
- "path": "pages/order-outbond/batch",
- "style": {
- "navigationBarTitleText": "批次详情"
- }
- },
- {
- "path": "pages/outbond-detal/details",
- "style": {
- "navigationBarTitleText": "药品明细出库"
- }
- },
- {
- "path": "pages/outbond-detal/durg-batch",
- "style": {
- "navigationBarTitleText": "药品批次详情"
- }
- },
- {
- "path": "pages/proplanconfirm/index",
- "style": {
- "navigationBarTitleText": "采购计划审批"
- }
- },
- {
- "path": "pages/proplanconfirm/details",
- "style": {
- "navigationBarTitleText": "审批详情"
- }
- },
- {
- "path": "pages/dire-manment/index",
- "style": {
- "navigationBarTitleText": "目录管理"
- }
- },
- {
- "path": "pages/dire-manment/details",
- "style": {
- "navigationBarTitleText": "目录详情"
- }
- },
- {
- "path": "pages/login/index",
- "style": {
- "navigationBarTitleText": "登录",
- "enablePullDownRefresh": true
- }
- },
- //耗材
- {
- "path": "pages/mcs-order-taking/index",
- "style": {
- "navigationBarTitleText": "订单受理-耗材"
- }
- },
- {
- "path": "pages/mcs-order-taking/details",
- "style": {
- "navigationBarTitleText": "受理详情"
- }
- },
- {
- "path": "pages/mcs-depart-return/index",
- "style": {
- "navigationBarTitleText": "退货管理-耗材"
- }
- },
- {
- "path": "pages/mcs-depart-return/details",
- "style": {
- "navigationBarTitleText": "退货详情"
- }
- },
- {
- "path": "pages/mcs-puhse-order/index",
- "style": {
- "navigationBarTitleText": "采购订单查询-耗材"
- }
- },
- {
- "path": "pages/mcs-puhse-order/details",
- "style": {
- "navigationBarTitleText": "订单详情-耗材"
- }
- }
- ]
- }, {
- //药品
- "root": "durgsubpkg",
- "pages":[
- {
- "path": "pages/order-taking/index",
- "style": {
- "navigationBarTitleText": "订单受理",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/order-taking/details",
- "style": {
- "navigationBarTitleText": "受理详情",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/depart-return/index",
- "style": {
- "navigationBarTitleText": "退货管理"
- }
- },
- {
- "path": "pages/depart-return/details",
- "style": {
- "navigationBarTitleText": "退货详情"
- }
- }
- ]
- }],
- "tabBar": {
- "color": "#919191",
- "selectedColor": "#1890FF",
- "borderStyle": "black",
- "backgroundColor": "#FFFFFF",
- "height": "50px",
- "fontSize": "10px",
- "iconWidth": "24px",
- "spacing": "3px",
- "list": [{
- "pagePath": "pages/platform/index",
- "text": "工作台",
- "iconPath": "static/my.jpg",
- "selectedIconPath": "static/myset.jpg"
- },
- {
- "pagePath": "pages/homeList/homeList",
- "text": "我的",
- "iconPath": "static/my.jpg",
- "selectedIconPath": "static/myset.jpg"
- }
- ]
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "云流药耗",
- "navigationBarBackgroundColor": "#90ffe4",
- "backgroundColor": "#F8F8F8"
- },
- "uniIdRouter": {},
- "condition": { //模式配置,仅开发期间生效
- "current": 0, //当前激活的模式(list 的索引项)
- "list": [{
- "name": "", //模式名称
- "path": "", //启动页面,必选
- "query": "" //启动参数,在页面的onLoad函数里面得到
- }]
- }
- }
|