Browse Source

新增居中

yangc 8 years ago
parent
commit
3ff68bacfa
2 changed files with 2 additions and 1 deletions
  1. 1 0
      components/applyPurchase/PublishApply.vue
  2. 1 1
      nuxt.config.js

+ 1 - 0
components/applyPurchase/PublishApply.vue

@@ -432,6 +432,7 @@
       vertical-align: middle;
       background: #fff;
       float: left;
+      text-align: center;
     }
     .good-purchaser {
       width: 225px;

+ 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://10.10.100.107:8081/platform-b2c/' : 'http://10.1.51.88:8080/platform-b2c/')
+const baseUrl = process.env.BASE_URL || (isProdMode ? 'http://10.10.100.107:8081/platform-b2c/' : 'http://10.1.51.90:8080/platform-b2c/')
 
 module.exports = {
   router: {