| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230 |
- {
- "easycom": {
- "autoscan": true,
- "custom": {
- "^u--(.*)": "uview-plus/components/u-$1/u-$1.vue",
- "^up-(.*)": "uview-plus/components/u-$1/u-$1.vue",
- "^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue",
- "^ut-(.*)": "@/src/components/ut-$1/ut-$1.vue",
- "^(?!z-paging-refresh|z-paging-load-more)z-paging(.*)": "z-paging/components/z-paging$1/z-paging$1.vue"
- }
- },
- "pages": [
- //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "首页"
- }
- },
- {
- "path": "pages/login/login",
- "style": {
- "navigationBarTitleText": "用户登录"
- }
- },
- //开发完成后需要删除的页面
- {
- "path": "pages/plant/base/index",
- "style": {
- "navigationBarTitleText": "种植端基地"
- }
- },
- {
- "path": "pages/plant/port/index",
- "style": {
- "navigationBarTitleText": "种植端种养殖"
- }
- },
- //>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
- {
- "path": "pages/production/index",
- "style": {
- "navigationBarTitleText": "生产端"
- }
- }
- ],
- "subPackages": [
- {
- // 基地分包
- "root": "plant/base",
- "pages": [
- {
- "path": "base-list/index",
- "style": {
- "navigationBarTitleText": "基地列表"
- }
- },
- {
- "path": "base-detail/index",
- "style": {
- "navigationBarTitleText": "基地详情"
- }
- },
- {
- "path": "base-edit/index",
- "style": {
- "navigationBarTitleText": "编辑基地"
- }
- },
- {
- "path": "base-map/index",
- "style": {
- "navigationBarTitleText": "基地地图"
- }
- },
- // GAP基地信息
- {
- "path": "gap-base-info/index",
- "style": {
- "navigationBarTitleText": "GAP基地信息"
- }
- },
- // 添加Gap基地信息添加
- {
- "path": "gap-base-info-edit/index",
- "style": {
- "navigationBarTitleText": "添加GAP基地信息"
- }
- },
- // GAP基地详情
- {
- "path": "gap-base-info-detail/index",
- "style": {
- "navigationBarTitleText": "GAP基地详情"
- }
- },
- // 标记三无一全基地
- {
- "path": "mark-swyq-base/index",
- "style": {
- "navigationBarTitleText": "标记三无一全基地"
- }
- },
- // 标记三无一全基地详情
- {
- "path": "mark-swyq-base-detail/index",
- "style": {
- "navigationBarTitleText": "三无一全基地详情"
- }
- }
- ]
- },
- // 主营物种
- {
- "root": "plant/species",
- "pages": [
- {
- "path": "config/index",
- "style": {
- "navigationBarTitleText": "配置主营物种"
- }
- }
- ]
- },
- // 种养殖
- {
- "root": "plant/port",
- "pages": [
- {
- "path": "port-create/index",
- "style": {
- "navigationBarTitleText": "创建种养殖任务"
- }
- }
- ]
- },
- // 库存
- {
- "root": "plant/storage",
- "pages": [
- // 库房管理
- {
- "path": "storage-room/list/index",
- "style": {
- "navigationBarTitleText": "库房管理"
- }
- },
- // 新增库房
- {
- "path": "storage-room/edit/index",
- "style": {
- "navigationBarTitleText": "新增库房"
- }
- },
- // 库房详情
- {
- "path": "storage-room/detail/index",
- "style": {
- "navigationBarTitleText": "库房详情"
- }
- }
- ]
- },
- {
- "root": "tools",
- "pages": [
- {
- "path": "map-draw-area/index",
- "style": {
- "navigationBarTitleText": "地图绘制面积图",
- "disableScroll": true,
- "enablePullDownRefresh": false,
- "navigationStyle": "default"
- }
- },
- {
- "path": "map-gd/index",
- "style": {
- "navigationBarTitleText": "地图绘制面积图",
- "disableScroll": true,
- "enablePullDownRefresh": false,
- "navigationStyle": "default"
- }
- },
- // 选择企业人员
- {
- "path": "select-cpy-member/index",
- "style": {
- "navigationBarTitleText": "选择企业成员"
- }
- },
- // 选择获评品种
- {
- "path": "select-medicine/index",
- "style": {
- "navigationBarTitleText": "选择获评品种"
- }
- },
- // 选择GAP获评信息
- {
- "path": "select-gap-info/index",
- "style": {
- "navigationBarTitleText": "选择GAP获评信息"
- }
- }
- ]
- }
- ],
- "tabBar": {
- "custom": true,
- "list": [
- {
- "pagePath": "pages/plant/base/index"
- },
- {
- "pagePath": "pages/plant/port/index"
- }
- ]
- },
- "globalStyle": {
- "navigationStyle": "custom",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8",
- "rpxCalcMaxDeviceWidth": 1920,
- "rpxCalcBaseDeviceWidth": 375,
- "rpxCalcIncludeWidth": 750
- }
- }
|