| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146 |
- {
- "pages": [
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "首页"
- }
- },
- {
- "path": "pages/login/index",
- "style": {
- "navigationBarTitleText": "登陆"
- }
- },
- {
- "path": "pages/login/module/login-data/login-data",
- "style": {
- "navigationBarTitleText": "用户协议"
- }
- },
- {
- "path": "pages/home/attend-section/attend-section",
- "style": {
- "navigationBarTitleText": "参与会议"
- }
- },
- {
- "path": "pages/home/lawyer-team/lawyer-team",
- "style": {
- "navigationBarTitleText": "律师团队"
- }
- },
- {
- "path": "pages/home/navigation-glory/navigation-glory",
- "style": {
- "navigationBarTitleText": "福航荣誉"
- }
- },
- {
- "path": "pages/home/navigation-product/navigation-product",
- "style": {
- "navigationBarTitleText": "福航产品"
- }
- },
- {
- "path": "pages/my-case/module/case-details/case-details",
- "style": {
- "navigationBarTitleText": "案件列表"
- }
- },
- {
- "path": "pages/navigation-dynamic/module/dynamic-details/dynamic-details",
- "style": {
- "navigationBarTitleText": "福航动态"
- }
- },
- {
- "path": "pages/my-case/module/case-detailed/case-detailed",
- "style": {
- "navigationBarTitleText": "案件详情"
- }
- },
- {
- "path": "pages/person-center/module/legal-serve/legal-serve",
- "style": {
- "navigationBarTitleText": "法务服务"
- }
- },
- {
- "path": "pages/person-center/module/perfect-information/perfect-information",
- "style": {
- "navigationBarTitleText": "完善信息"
- }
- },
- {
- "path": "pages/person-center/module/information/information",
- "style": {
- "navigationBarTitleText": "系统公告"
- }
- },
- {
- "path": "pages/person-center/module/exclusive-legal/exclusive-legal",
- "style": {
- "navigationBarTitleText": "专属法务"
- }
- },
- {
- "path": "pages/person-center/module/alter-password/alter-password",
- "style": {
- "navigationBarTitleText": "修改密码"
- }
- },
- {
- "path": "pages/person-center/module/alter-password-copy/alter-password-copy",
- "style": {
- "navigationBarTitleText": "绑定手机"
- }
- },
- {
- "path": "pages/home/case-particulars/case-particulars",
- "style": {
- "navigationBarTitleText": "案例详情"
- }
- },
- {
- "path": "pages/home/case-particulars-copy/case-particulars-copy",
- "style": {
- "navigationBarTitleText": "产品详情"
- }
- },
- {
- "path": "components/teamd-etails/teamd-etails",
- "style": {
- "navigationBarTitleText": "律师详情"
- }
- },
- {
- "path": "components/information-details/information-details",
- "style": {
- "navigationBarTitleText": "会议详情"
- }
- },
- {
- "path": "pages/person-center/module/notice/notice",
- "style": {
- "navigationBarTitleText": "公告详情"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8",
- "navigationStyle": "custom"
- },
- "condition": {
- "current": 0,
- "list": [{
- "name": "",
- "path": "",
- "query": ""
- }]
- }
- }
|