| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- {
- "pages": [{
- "path": "pages/login/login",
- "style": {
- "navigationBarTitleText": "登录",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "components/tabbar/tabbar",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "packages/wigets/select",
- "style": {
- "navigationBarTitleText": ""
- }
- }
- ],
- "subPackages": [{
- "root": "packageA/pages",
- "pages": [{
- "path": "home/home",
- "style": {
- "navigationBarTitleText": "分包案例",
- "navigationStyle": "custom"
- }
- }]
- },
- {
- "root": "packages/traceabilityCodeQuery",
- "pages": [{
- "path": "pages/index",
- "style": {
- "navigationBarTitleText": "药品追溯码查询",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/detail/index",
- "style": {
- "navigationBarTitleText": "追溯码详情"
- }
- },
- {
- "path": "pages/scanRange/index",
- "style": {
- "navigationBarTitleText": "可扫码生产企业及药品"
- }
- }
- ]
- },
- {
- "root": "packages/traceabilityReport",
- "pages": [{
- "path": "pages/index",
- "style": {
- "navigationBarTitleText": "溯源报表"
- }
- },
- {
- "path": "pages/customerScanningRate/detail/index",
- "style": {
- "navigationBarTitleText": "客户扫码率",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/reportExport/index",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/reportExport/detail/index",
- "style": {
- "navigationBarTitleText": ""
- }
- }
- ]
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "uniIdRouter": {},
- "easycom": {
- "autoscan": true,
- "custom": {
- "^u--(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
- "^up-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
- "^u-([^-].*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue"
- }
- }
- }
|