diff --git a/config/app.js b/config/app.js index e87e172..5dc8628 100644 --- a/config/app.js +++ b/config/app.js @@ -6,8 +6,8 @@ let VUE_APP_WS_URL = `ws://${location.hostname}?type=user` let openPlantGrass = '-openPlantGrass-' // 网络接口修改此字符 小程序域名要求https -let httpApi = 'http://many.shop.lo' //测试 -// let httpApi = 'https://plus.hwms.shop' //生产 +// let httpApi = 'http://many.shop.lo' //测试 +let httpApi = 'https://plus.hwms.shop' //生产 // 聊天接口修改此字符 小程序聊天要求wss 例如:wss://mer. .net // let wsApi = 'ws://192.168.3.20:8324' diff --git a/pages.json b/pages.json index 43bce6f..09388bb 100644 --- a/pages.json +++ b/pages.json @@ -85,8 +85,11 @@ "path": "pages/shop/index", "style": { "enablePullDownRefresh": false, - "navigationBarTitleText": "商家联盟" - + "navigationStyle": "custom", + // "navigationBarTitleText": "商家联盟", + "app-plus": { + "scrollIndicator": false //禁用原生导航栏 + } } }, { diff --git a/pages/shop/index.vue b/pages/shop/index.vue index ec4da5d..b803c4a 100644 --- a/pages/shop/index.vue +++ b/pages/shop/index.vue @@ -1,7 +1,7 @@