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