yangc 7 лет назад
Родитель
Сommit
25185e7401
1 измененных файлов с 5 добавлено и 4 удалено
  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
-                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) {
 				toaster.pop('error', '获取登录信息失败');
 			})