123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118 |
- {
- "easycom": {
- "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "智慧医院"
- }
- }
- ],
- "subPackages": [{
- "root": "wastePack",
- "pages": [{
- "path": "list",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "package",
- "style": {
- "navigationStyle": "custom"
- }
- }]
- }, {
- "root": "collection",
- "pages": [{
- "path": "list",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "list2",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "line",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "infor",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "infor2",
- "style": {
- "navigationStyle": "custom"
- }
- }]
- }, {
- "root": "wasteCheck",
- "pages": [{
- "path": "list",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "infor",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "batchInfo",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "confirmCheck",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "unusualDealList",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "unusualDealInfo",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "unusualDeal",
- "style": {
- "navigationStyle": "custom"
- }
- }]
- }, {
- "root": "report",
- "pages": [{
- "path": "list",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "report",
- "style": {
- "navigationStyle": "custom"
- // "navigationBarTitleText": "智慧医院"
- }
- }, {
- "path": "infor",
- "style": {
- "navigationStyle": "custom"
- }
- }]
- }],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- }
- }
|