|
|
@@ -699,9 +699,10 @@ 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) {
|