Browse Source

个人账户跳转

yangc 7 năm trước cách đây
mục cha
commit
b0bf4ba127
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      components/default/Header.vue

+ 2 - 2
components/default/Header.vue

@@ -149,12 +149,12 @@
           isSelf = true
         }
         if (isSelf) {
-          window.location.href = '/register-saler'
+          window.location.href = '/personalMaterial'
         } else {
           if (tempEnterprise.isVendor === 313) {
             window.location.href = '/vendor#/index'
           } else {
-            window.location.href = '/register-saler'
+            window.location.href = '/personalMaterial'
           }
         }
       }