1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- {
- "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"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "门店学院",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- }
- }
|