Browse Source

首页轮播ie9下的箭头样式

yangc 7 years ago
parent
commit
72674bef77
2 changed files with 2 additions and 1 deletions
  1. 1 0
      components/home/Carousel.vue
  2. 1 1
      nuxt.config.js

+ 1 - 0
components/home/Carousel.vue

@@ -91,6 +91,7 @@
       overflow: hidden;
 
       .swiper-wrapper {
+        position: static;
         .swiper-slide {
           img {
             display: block;

+ 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://192.168.253.121:9090/platfom-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 = {