Browse Source

手机求购修改

yangc 7 years ago
parent
commit
616704b54d
2 changed files with 13 additions and 1 deletions
  1. 12 0
      components/mobile/Home.vue
  2. 1 1
      nuxt.config.js

+ 12 - 0
components/mobile/Home.vue

@@ -15,12 +15,14 @@
           <nuxt-link to="/mobile/shop">
             <img src="/images/mobile/@2x/applyPurchase/home/shop.png" alt="">
             <span>店铺列表</span>
+            <i></i>
           </nuxt-link>
         </li>
         <li>
           <nuxt-link to="/mobile/brand/brandCenter/ABCD">
             <img src="/images/mobile/@2x/applyPurchase/home/brand.png" alt="">
             <span>品牌列表</span>
+            <i></i>
           </nuxt-link>
         </li>
         <li>
@@ -93,6 +95,7 @@
       background: #f3f3f7;
       height: 1.36rem;
       li {
+        position: relative;
         display: inline-block;
         width: 33.3%;
         text-align: center;
@@ -109,6 +112,15 @@
           display: block;
           margin-top: .15rem;
         }
+        i {
+          height: 0.9rem;
+          width: .01rem;
+          background: #ddd;
+          display: block;
+          position: absolute;
+          right: 0;
+          top: .2rem;
+        }
       }
     }
   }

+ 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.121:9090/platform-b2c/' : 'http://192.168.253.121:9090/platform-b2c/')
+const baseUrl = process.env.BASE_URL || (isProdMode ? 'http://192.168.253.121:9090/platform-b2c/' : 'http://10.1.51.124:8080/platform-b2c/')
 const commonUrl = process.env.COMMON_URL || (isProdMode ? 'https://api-inquiry.usoftmall.com/' : 'http://218.17.158.219:24000/')
 
 module.exports = {