diff --git a/common/config.js b/common/config.js index 059450c..949925a 100644 --- a/common/config.js +++ b/common/config.js @@ -1,10 +1,10 @@ // 线上地址 -// const Api_url='http://146.56.228.75:20021/api' -// const img_domian = 'http://146.56.228.75:20021/' +const Api_url='http://146.56.228.75:20021/api' +const img_domian = 'http://146.56.228.75:20021/' //本地测试地址 -const Api_url='http://zhjw.cc/api' -const img_domian = 'http://zhjw.cc/' +// const Api_url='http://zhjw.cc/api' +// const img_domian = 'http://zhjw.cc/' const IsDemo = false diff --git a/pages.json b/pages.json index 00b9143..74f5d6c 100644 --- a/pages.json +++ b/pages.json @@ -361,7 +361,7 @@ "path": "pages/market/index/index", "style": { "navigationBarTitleText": "首页", - "navigationStyle": "default", + "navigationStyle": "custom", "navigationBarBackgroundColor": "#fff", "navigationBarTextStyle": "black" } diff --git a/pages/market/index/index.vue b/pages/market/index/index.vue index 935b035..d2a8ea4 100644 --- a/pages/market/index/index.vue +++ b/pages/market/index/index.vue @@ -1,5 +1,11 @@