123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
-
-
- {
- "path": "pages/index/index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/mobile/index",
- "style": {
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/mobileLh/index",
- "style": {
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/pc/index",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/mobile/topTab",
- "style": {
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/mobileLh/topTab",
- "style": {
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
-
- },
- {
- "path": "pages/mobile/search",
- "style": {
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/mobile/list",
- "style": {
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/mobileLh/search",
- "style": {
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
-
- }, {
- "path": "pages/mobileLh/list",
- "style": {
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
-
- }
- // {
- // "path" : "pages/mobile/demo",
- // "style" :
- // {
- // "navigationBarTitleText": "demo",
- // "enablePullDownRefresh": false
- // }
-
- // },
- ,{
- "path" : "pages/mobile/detail",
- "style" :
- {
- "navigationStyle": "custom"
-
- }
-
- },
- {
- "path" : "pages/mobileLh/detail",
- "style" :
- {
- "navigationStyle": "custom"
-
- }
-
- },
- {
- "path": "pages/pc/list",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/pc/groupingList",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/pc/detail",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/pc/searchlist",
- "style": {
- "navigationStyle": "custom"
- }
- },
-
- {
- "path": "pages/pc/indexNew",
- "style": {
- "navigationStyle": "custom"
- }
- }
- ,{
- "path" : "pages/mobile/accessory_app",
- "style" :
- {
- "navigationBarTitleText": ""
- }
-
- },
- {
- "path" : "pages/mobileLh/accessory_app",
- "style" :
- {
- "navigationBarTitleText": ""
- }
-
- },
- {
- "path": "pages/index/indexLh",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/pcLh/list",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/pcLh/groupingList",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/pcLh/detail",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/pcLh/searchlist",
- "style": {
- "navigationStyle": "custom"
- }
- },
-
- {
- "path": "pages/pcLh/indexNew",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/index/reportUni",
- "style": {
- /* "navigationBarTitleText": "检测报告", */
- "enablePullDownRefresh": true,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/index/working",
- "style": {
- /* "navigationBarTitleText": "施工报告", */
- "enablePullDownRefresh": true,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/index/finished",
- "style": {
- /* "navigationBarTitleText": "施工报告", */
- "enablePullDownRefresh": true,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/ats/privacyPolicy",
- "style": {
- // "navigationBarTitleText": "隐私协议"
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/ats/lhprivacyPolicy",
- "style": {
- // "navigationBarTitleText": "隐私协议"
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/ats/serviceAgreement",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/ats/lhserviceAgreement",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/ats/thirdPartyList",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/ats/lhthirdPartyList",
- "style": {
- "navigationStyle": "custom"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "门店学院",
- "navigationBarBackgroundColor": "#FFFFFF",
- "backgroundColor": "#FFFFFF"
- }
- }
|