123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122 |
- {
- "easycom": {
- "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "抗疫物资",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/login/login",
- "style": {
- "navigationBarTitleText": "登录",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/changepass/changepass",
- "style": {
- "navigationBarTitleText": "修改密码",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/succeed/succeed",
- "style": {
- "navigationBarTitleText": "抗疫物资",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/apply/apply",
- "style": {
- "navigationBarTitleText": "申请物资登记",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/apply/goods/goods",
- "style": {
- "navigationBarTitleText": "选择物资",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/apply/applylist/applylist",
- "style": {
- "navigationBarTitleText": "申请记录",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/apply/applylist/list",
- "style": {
- "navigationBarTitleText": "物资列表",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/apply/applyItem/applyItem",
- "style": {
- "navigationBarTitleText": "申请详情",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/center/index",
- "style": {
- "navigationBarTitleText": "抗疫物资",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/center/message/message",
- "style": {
- "navigationStyle":"custom",// 隐藏系统导航栏
- "navigationBarTitleText": "消息通知"
- }
- },
- {
- "path": "pages/center/message/messageInfo",
- "style": {
- "navigationStyle":"custom",// 隐藏系统导航栏
- "navigationBarTitleText": "消息详情"
- }
- },
- {
- "path": "pages/center/organInfo/organInfo",
- "style": {
- "navigationStyle":"custom",// 隐藏系统导航栏
- "navigationBarTitleText": "机构信息"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "抗疫物资申请",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- }
- // ,
- // "tabBar": {
- // "color": "#909399",
- // "selectedColor": "#303133",
- // "borderStyle": "black",
- // "backgroundColor": "#ffffff",
- // "list": [{
- // "pagePath": "pages/index/index",
- // "iconPath": "static/index.png",
- // "selectedIconPath": "static/index-selected.png",
- // "text": "首页"
- // }, {
- // "pagePath": "pages/center/index",
- // "iconPath": "static/center.png",
- // "selectedIconPath": "static/center-selected.png",
- // "text": "我"
- // }]
- // }
- }
|