| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170 |
- {
- "pages": [
- {
- "path": "pages/login/index",
- "style": {
- "navigationBarTitleText": "登录"
- }
- },
- {
- "path": "pages/home/index",
- "style": {
- "navigationBarTitleText": "首页"
- }
- },
- {
- "path": "pages/my/index",
- "style": {
- "navigationBarTitleText": "我的"
- }
- },
- {
- "path": "pages/project/index",
- "style": {
- "navigationBarTitleText": "科研项目",
- "navigationBarBackgroundColor": "#1c9bfd",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/project/detail",
- "style": {
- "navigationBarTitleText": "项目详情",
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "pages/todo/index",
- "style": {
- "navigationBarTitleText": "待办",
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "pages/todo/detail",
- "style": {
- "navigationBarTitleText": "审批详情",
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "pages/fund/claim/index",
- "style": {
- "navigationBarTitleText": "经费认领",
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "pages/fund/claim/detail",
- "style": {
- "navigationBarTitleText": "认领详情",
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "pages/fund/claim/edit",
- "style": {
- "navigationBarTitleText": "发起认领",
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "pages/fund/claim-records/index",
- "style": {
- "navigationBarTitleText": "经费入账",
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "pages/fund/claim-records/detail",
- "style": {
- "navigationBarTitleText": "入账详情",
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "pages/fund/reimbursement-remind/index",
- "style": {
- "navigationBarTitleText": "报销提醒",
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "pages/fund/reimbursement/index",
- "style": {
- "navigationBarTitleText": "经费报销",
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "pages/fund/reimbursement/detail",
- "style": {
- "navigationBarTitleText": "报销详情",
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "pages/fund/reimbursement/edit",
- "style": {
- "navigationBarTitleText": "发起报销",
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "pages/notice/index",
- "style": {
- "navigationBarTitleText": "通知公告",
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "pages/notice/detail",
- "style": {
- "navigationBarTitleText": "公告详情",
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black"
- }
- }
- ],
- "tabBar": {
- "color": "#666666",
- "selectedColor": "#1890ff",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [
- {
- "pagePath": "pages/home/index",
- "iconPath": "/static/imgs/tabBar/home.png",
- "selectedIconPath": "/static/imgs/tabBar/home-active.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/my/index",
- "iconPath": "/static/imgs/tabBar/my.png",
- "selectedIconPath": "/static/imgs/tabBar/my-active.png",
- "text": "我的"
- }
- ]
- },
- "globalStyle": {
- "navigationStyle": "custom",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "应用",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "uniIdRouter": {}
- }
|