فهرست منبع

Merge remote-tracking branch 'origin/master'

yangc 7 سال پیش
والد
کامیت
1405cc8e0c
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      components/main/Nav.vue

+ 2 - 2
components/main/Nav.vue

@@ -14,7 +14,7 @@
       <nuxt-link to="/supplier" class="item">
         <span>供应商</span>
       </nuxt-link>
-      <a to="/btbBusiness" class="item" @click="goB2B">
+      <a class="item" @click="goB2B">
         <span>B2B商务</span>
         <img class="new-animate" src="/images/all/hot.png" alt="">
       </a>
@@ -85,7 +85,7 @@
         if (this.user.logged) {
           window.location.href = `${process.env.uasUrl}/#/index`
         } else {
-          this.$router.push('/auth/login')
+          this.$router.push('/btbBusiness')
         }
       }
     }