Browse Source

开店品牌图片居中显示

yangc 7 years ago
parent
commit
56a2553eb9
2 changed files with 4 additions and 1 deletions
  1. 3 0
      components/register-saler/register/StepThird.vue
  2. 1 1
      nuxt.config.js

+ 3 - 0
components/register-saler/register/StepThird.vue

@@ -772,6 +772,9 @@
     text-align: center;
     border: #e8e8e8 1px solid;
   }
+  .brand-type .brand-small-img .preview {
+    line-height: 84px;
+  }
   .brand-type .brand-small-img .preview img{
     max-width: 84px;
     max-height: 84px;

+ 1 - 1
nuxt.config.js

@@ -1,6 +1,6 @@
 const path = require('path')
 const isProdMode = Object.is(process.env.NODE_ENV, 'production')
-const baseUrl = process.env.BASE_URL || (isProdMode ? 'http://192.168.253.60:9090/platform-b2c/' : 'http://10.1.51.124:8080/platform-b2c/')
+const baseUrl = process.env.BASE_URL || (isProdMode ? 'http://192.168.253.60:9090/platform-b2c/' : 'http://192.168.253.121:9090/platform-b2c/')
 const commonUrl = process.env.COMMON_URL || (isProdMode ? 'https://api-inquiry.usoftmall.com/' : 'http://218.17.158.219:24000/')
 
 module.exports = {