yangc пре 8 година
родитељ
комит
b0bf4ba127
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      components/default/Header.vue

+ 2 - 2
components/default/Header.vue

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