diff --git a/buyer/src/config/index.js b/buyer/src/config/index.js index b2b6bfdc..23784c11 100644 --- a/buyer/src/config/index.js +++ b/buyer/src/config/index.js @@ -17,10 +17,10 @@ export default { * @description api请求基础路径 */ api_dev: { - // common: 'http://192.168.0.100:8890', - // buyer: 'http://192.168.0.100:8888', - // seller: 'http://192.168.0.100:8889', - // manager: 'http://192.168.0.100:8887' + // common: 'http://192.168.0.101:8890', + // buyer: 'http://192.168.0.101:8888', + // seller: 'http://192.168.0.101:8889', + // manager: 'http://192.168.0.101:8887' common: 'https://common-api.pickmall.cn', buyer: 'https://buyer-api.pickmall.cn', diff --git a/buyer/src/pages/Merchant.vue b/buyer/src/pages/Merchant.vue index cdf934a9..6083adc7 100644 --- a/buyer/src/pages/Merchant.vue +++ b/buyer/src/pages/Merchant.vue @@ -6,7 +6,7 @@
{{storeMsg.storeName || 'xx店铺'}}
@@ -199,10 +199,6 @@ export default { margin: 0 auto; align-items: center; - img { - width: 80px; - } - >div:nth-child(2){ margin-left: 10px; flex: 1; @@ -212,9 +208,6 @@ export default { width: 200px; } } - img { - height: 80px; - } p:nth-child(1) { font-size: 20px; } diff --git a/buyer/src/pages/home/memberCenter/Distribution.vue b/buyer/src/pages/home/memberCenter/Distribution.vue index 481e82d3..8b911072 100644 --- a/buyer/src/pages/home/memberCenter/Distribution.vue +++ b/buyer/src/pages/home/memberCenter/Distribution.vue @@ -240,6 +240,7 @@ export default { if (res.success) { this.$Message.success('申请已提交,请等待审核') this.distribution() + this.getLog() } else { this.$Message.error(res.message) } diff --git a/manager/src/views/goods/goods-manage/category.vue b/manager/src/views/goods/goods-manage/category.vue index 8ea06ca7..9f55d894 100644 --- a/manager/src/views/goods/goods-manage/category.vue +++ b/manager/src/views/goods/goods-manage/category.vue @@ -83,7 +83,7 @@