123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126 |
- {
- "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/pc/index",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/mobile/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/mobile/demo",
- // "style" :
- // {
- // "navigationBarTitleText": "demo",
- // "enablePullDownRefresh": false
- // }
-
- // },
- ,{
- "path" : "pages/mobile/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/index/reportUni",
- "style": {
- /* "navigationBarTitleText": "检测报告", */
- "enablePullDownRefresh": true,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/index/working",
- "style": {
- /* "navigationBarTitleText": "施工报告", */
- "enablePullDownRefresh": true,
- "navigationStyle": "custom"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "门店学院",
- "navigationBarBackgroundColor": "#FFFFFF",
- "backgroundColor": "#FFFFFF"
- }
- }
|