| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- {
- "pages": [{
- "path": "pages/login/login",
- "style": {
- "navigationBarTitleText": "登录",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "components/tabbar/tabbar",
- "style": {
- "navigationStyle": "custom"
- }
- }
- ],
- "subPackages": [{
- "root": "packageA/pages",
- "pages": [{
- "path": "home/home",
- "style": {
- "navigationBarTitleText": "分包案例",
- "navigationStyle": "custom"
- }
- }]
- },
- {
- "root": "traceCodePackages",
- "pages": [{
- "path": "traceabilityCodeQuery/pages/index",
- "style": {
- "navigationBarTitleText": "药品追溯码查询",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "traceabilityCodeQuery/pages/detail/index",
- "style": {
- "navigationBarTitleText": "追溯码详情"
- }
- },
- {
- "path": "traceabilityCodeQuery/pages/scanRange/index",
- "style": {
- "navigationBarTitleText": "可扫码生产企业及药品"
- }
- },
- {
- "path": "traceabilityReport/pages/index",
- "style": {
- "navigationBarTitleText": "溯源报表"
- }
- },
- {
- "path": "traceabilityReport/pages/customerScanningRate/detail/index",
- "style": {
- "navigationBarTitleText": "客户扫码率",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "traceabilityReport/pages/reportExport/index",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "traceabilityReport/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"
- }
- }
- }
|