소스 검색

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

shenjj 7 년 전
부모
커밋
fbe9deaec1
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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()
         }