Explorar o código

Merge remote-tracking branch 'origin/dev' into dev

shenjj %!s(int64=7) %!d(string=hai) anos
pai
achega
fbe9deaec1
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      components/main/Header.vue
  2. 1 1
      components/main/Nav.vue

+ 1 - 1
components/main/Header.vue

@@ -57,7 +57,7 @@
       position: fixed;
       width: 100%;
       background: #fff;
-      z-index: 999;
+      z-index: 1001;
       top: 0;
       padding-top: 20px;
       -webkit-box-shadow: 0 2px 0 0 #ccc;

+ 1 - 1
components/main/Nav.vue

@@ -83,7 +83,7 @@
       },
       goB2B () {
         if (this.user.logged) {
-          window.location.href = `${process.env.uasUrl}#/sale/pubinquiry`
+          window.location.href = `${process.env.uasUrl}#/index`
         } else {
           this.login()
         }