|
|
@@ -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', '获取登录信息失败');
|
|
|
})
|