| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243 |
- {
- "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"
- }
- },
- "pages": [
- {
- "path": "pages/home/index",
- "style": {
- "navigationBarTitleText": "首页",
- "disableScroll": true
- }
- },
- {
- "path": "pages/ai/index",
- "style": {
- "navigationBarTitleText": "AI",
- "disableScroll": true
- }
- },
- {
- "path": "pages/message/index",
- "style": {
- "navigationBarTitleText": "消息",
- "disableScroll": true
- }
- },
- {
- "path": "pages/mine/index",
- "style": {
- "navigationBarTitleText": "我的",
- "disableScroll": true
- }
- },
- {
- "path": "pages/login/index",
- "style": {
- "navigationBarTitleText": "登录",
- "navigationStyle": "custom"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "color": "#9CA3AF",
- "selectedColor": "#22C55E",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [
- {
- "pagePath": "pages/home/index",
- "iconPath": "static/tabbar/home.png",
- "selectedIconPath": "static/tabbar/home-active.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/ai/index",
- "iconPath": "static/tabbar/ai.png",
- "selectedIconPath": "static/tabbar/ai-active.png",
- "text": "AI"
- },
- {
- "pagePath": "pages/message/index",
- "iconPath": "static/tabbar/message.png",
- "selectedIconPath": "static/tabbar/message-active.png",
- "text": "消息"
- },
- {
- "pagePath": "pages/mine/index",
- "iconPath": "static/tabbar/mine.png",
- "selectedIconPath": "static/tabbar/mine-active.png",
- "text": "我的"
- }
- ]
- },
- "subPackages": [
- {
- "root": "package-a",
- "name": "packageA",
- "pages": [
- {
- "path": "breeding-news/index",
- "style": {
- "navigationBarTitleText": "养殖资讯",
- "disableScroll": true
- }
- },
- {
- "path": "news-detail/index",
- "style": {
- "navigationBarTitleText": "资讯详情"
- }
- },
- {
- "path": "file-preview/index",
- "style": {
- "navigationBarTitleText": "附件预览"
- }
- },
- {
- "path": "livestock-resources/index",
- "style": {
- "navigationBarTitleText": "畜牧资源",
- "disableScroll": true
- }
- },
- {
- "path": "livestock-resource-detail/index",
- "style": {
- "navigationBarTitleText": "资源详情"
- }
- },
- {
- "path": "agri-classroom/index",
- "style": {
- "navigationBarTitleText": "农技课堂",
- "disableScroll": true
- }
- },
- {
- "path": "course-detail/index",
- "style": {
- "navigationBarTitleText": "课程详情"
- }
- },
- {
- "path": "training-detail/index",
- "style": {
- "navigationBarTitleText": "培训详情"
- }
- },
- {
- "path": "medicine-tools/index",
- "style": {
- "navigationBarTitleText": "用药工具",
- "disableScroll": true
- }
- },
- {
- "path": "yak-market/index",
- "style": {
- "navigationBarTitleText": "牦牛行情",
- "disableScroll": true
- }
- },
- {
- "path": "my-store/index",
- "style": {
- "navigationBarTitleText": "我的店铺"
- }
- },
- {
- "path": "my-booking/index",
- "style": {
- "navigationBarTitleText": "我的预约",
- "disableScroll": true
- }
- },
- {
- "path": "my-enrollment/index",
- "style": {
- "navigationBarTitleText": "我的报名",
- "disableScroll": true
- }
- },
- {
- "path": "booking-service/index",
- "style": {
- "navigationBarTitleText": "预约服务",
- "disableScroll": true
- }
- },
- {
- "path": "booking-vet/index",
- "style": {
- "navigationBarTitleText": "预约兽医",
- "disableScroll": true
- }
- },
- {
- "path": "booking-expert/index",
- "style": {
- "navigationBarTitleText": "预约专家",
- "disableScroll": true
- }
- },
- {
- "path": "review-history/index",
- "style": {
- "navigationBarTitleText": "历史评价",
- "disableScroll": true
- }
- },
- {
- "path": "booking-org/index",
- "style": {
- "navigationBarTitleText": "预约机构",
- "disableScroll": true
- }
- },
- {
- "path": "online-clinic/index",
- "style": {
- "navigationBarTitleText": "在线问诊",
- "disableScroll": true
- }
- },
- {
- "path": "vet-profile/index",
- "style": {
- "navigationBarTitleText": "兽医资料",
- "disableScroll": true
- }
- },
- {
- "path": "consult-detail/index",
- "style": {
- "navigationBarTitleText": "问诊详情",
- "disableScroll": true
- }
- },
- {
- "path": "ai-assistant/index",
- "style": {
- "navigationBarTitleText": "AI助手",
- "disableScroll": true
- }
- }
- ]
- }
- ],
- "uniIdRouter": {}
- }
|