Kaynağa Gözat

卖家中心已开店跳转至店铺管理

yangc 7 yıl önce
ebeveyn
işleme
e523b5a696
1 değiştirilmiş dosya ile 2 ekleme ve 3 silme
  1. 2 3
      src/main/webapp/resources/js/vendor/app.js

+ 2 - 3
src/main/webapp/resources/js/vendor/app.js

@@ -699,10 +699,9 @@ define([ 'angularAMD', 'ngLocal', 'common/services', 'common/directives', 'commo
 				if ($location.$$path === '/index') {
 					if ($rootScope.applyStatus === 'NONE') {
 						$state.go('vendor_store_apply');
+					} else if ($rootScope.applyStatus === 'PASS') {
+						$state.go('vendor_store_maintain');
 					}
-					// else if ($rootScope.applyStatus === 'PASS') {
-					// 	$state.go('vendor_store_maintain');
-					// }
 				}
                 // 是否pcb
                 // StoreInfo.isPcb({enuu: $rootScope.userInfo.enterprise.uu}, function (res) {