ViewController dealloc检查
#import "JxbControllStackApi.h"
#if DEBUG
[[JxbControllerStack sharedInstance] enable];
#endif
- (void)dealloc {
#if DEBUG
[[JxbControllerStack sharedInstance] removeController:self.uniqueId onTabIndex:self.tabIndex];
#endif
}