diff --git a/config/app.js b/config/app.js index 3fcebb3..6678b7b 100644 --- a/config/app.js +++ b/config/app.js @@ -15,11 +15,11 @@ let openPlantGrass = '-openPlantGrass-' // 网络接口修改此字符 小程序域名要求https // let httpApi = 'http://192.168.31.106:8324' //测试 -let httpApi = 'https://mer1.crmeb.net' //生产 +let httpApi = 'http://system.deyouzhenxuan.com' //生产 // 聊天接口修改此字符 小程序聊天要求wss 例如:wss://mer.crmeb.net // let wsApi = 'ws://192.168.3.20:8324' -let wsApi = 'wss://mer1.crmeb.net' +let wsApi = 'wss://system.deyouzhenxuan.com' module.exports = { // 请求域名 格式: https://您的域名 diff --git a/manifest.json b/manifest.json index 08ba5d1..2699319 100644 --- a/manifest.json +++ b/manifest.json @@ -158,7 +158,7 @@ "quickapp" : {}, /* 小程序特有相关 */ "mp-weixin" : { - "appid" : "wx5fb1cc8edb3f8baa", + "appid" : "wxe73fdbe0258704a7", "setting" : { "urlCheck" : false, "minified" : true, diff --git a/pages.json b/pages.json index cbd24b5..30becf7 100644 --- a/pages.json +++ b/pages.json @@ -1288,33 +1288,33 @@ { "pagePath": "pages/index/index" , - "iconPath": "static/images/1-001.png", - "selectedIconPath": "static/images/1-002.png", + "iconPath": "static/images/shouye2.png", + "selectedIconPath": "static/images/shouye1.png", "text": "首页" }, { "pagePath": "pages/goods_cate/goods_cate" , - "iconPath": "static/images/2-001.png", - "selectedIconPath": "static/images/2-002.png", + "iconPath": "static/images/fenlei2.png", + "selectedIconPath": "static/images/fenlei1.png", "text": "分类" }, - { - "pagePath": "pages/plant_grass/index", - "iconPath": "static/images/5-001.png", - "selectedIconPath": "static/images/5-002.png", - "text": "逛逛" - }, + // { + // "pagePath": "pages/plant_grass/index", + // "iconPath": "static/images/5-001.png", + // "selectedIconPath": "static/images/5-002.png", + // "text": "逛逛" + // }, { "pagePath": "pages/order_addcart/order_addcart", - "iconPath": "static/images/3-001.png", - "selectedIconPath": "static/images/3-002.png", + "iconPath": "static/images/gwc2.png", + "selectedIconPath": "static/images/gwc1.png", "text": "购物车" }, { "pagePath": "pages/user/index", - "iconPath": "static/images/4-001.png", - "selectedIconPath": "static/images/4-002.png", + "iconPath": "static/images/wode2.png", + "selectedIconPath": "static/images/wode1.png", "text": "我的" } ] diff --git a/pages/index/component/headerSerch.vue b/pages/index/component/headerSerch.vue index a308b3a..a938cf9 100644 --- a/pages/index/component/headerSerch.vue +++ b/pages/index/component/headerSerch.vue @@ -1,6 +1,6 @@