Browse Source

去除pcb逻辑

yangc 7 years ago
parent
commit
25185e7401
1 changed files with 5 additions and 4 deletions
  1. 5 4
      src/main/webapp/resources/js/vendor/app.js

+ 5 - 4
src/main/webapp/resources/js/vendor/app.js

@@ -705,10 +705,11 @@ define([ 'angularAMD', 'ngLocal', 'common/services', 'common/directives', 'commo
 					// }
 					// }
 				}
 				}
                 // 是否pcb
                 // 是否pcb
-                StoreInfo.isPcb({enuu: $rootScope.userInfo.enterprise.uu}, function (res) {
-                    $rootScope.isPcbStore = res.data == 1;
-                }, function (error) {
-                });
+                // StoreInfo.isPcb({enuu: $rootScope.userInfo.enterprise.uu}, function (res) {
+                //     $rootScope.isPcbStore = res.data == 1;
+                // }, function (error) {
+                // });
+				$rootScope.isPcbStore = false;
 			}).error(function (error) {
 			}).error(function (error) {
 				toaster.pop('error', '获取登录信息失败');
 				toaster.pop('error', '获取登录信息失败');
 			})
 			})