| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116 |
- {
- "pages": [
- {
- "path": "pages/login/login",
- "style": {
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/home/index",
- "style": {
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/home/documentViewer/index",
- "style": {
- "navigationBarTitleText": "文档预览",
- "navigationBarBackgroundColor": "#1ec9c9",
- "navigationBarTextStyle": "white",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/scan/index",
- "style": {
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/scan/preview/index",
- "style": {
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/scan/pdfViewer/index",
- "style": {
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/scan/fileSelect/index",
- "style": {
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/scan/projectSelect/index",
- "style": {
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/scan/upload/index",
- "style": {
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/scan/uploadEdit/index",
- "style": {
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/my/index",
- "style": {
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/my/aggreement/index",
- "style": {
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/my/aggreement/detail",
- "style": {
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/my/info/index",
- "style": {
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/my/taskDocuments/index",
- "style": {
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
- }
- ],
- "globalStyle": {
- "navigationStyle": "custom",
- "backgroundColor": "#F8F8F8"
- },
- "uniIdRouter": {}
- }
|