Просмотр исходного кода

去除已开通卖家中心跳转

yangc 7 лет назад
Родитель
Сommit
c95ca76356
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/main/webapp/resources/js/vendor/app.js

+ 1 - 1
src/main/webapp/resources/js/vendor/app.js

@@ -706,7 +706,7 @@ define([ 'angularAMD', 'ngLocal', 'common/services', 'common/directives', 'commo
 					window.location.href = 'personalMaterial';
 				} else {
 					if (data.enterprise.isVendor === 313) {
-						window.location.href = 'vendor#/index';
+						// window.location.href = 'vendor#/index';
 					} else {
 						window.location.href = 'register-saler';
 					}