From 881f0da670f20c401c1e1d08b36253abb28f72d2 Mon Sep 17 00:00:00 2001 From: zjf <zhangjf@probim.com.cn> Date: Mon, 13 Mar 2023 13:35:39 +0800 Subject: [PATCH] token 过期 diss 和 pressent 间隔一下 --- IphoneBIMe/IphoneBIMe/Classes/Project/Schedule/ViewControllers/PBSitePerViewController.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/IphoneBIMe/IphoneBIMe/Classes/Project/Schedule/ViewControllers/PBSitePerViewController.h b/IphoneBIMe/IphoneBIMe/Classes/Project/Schedule/ViewControllers/PBSitePerViewController.h index e794c22..45878a8 100644 --- a/IphoneBIMe/IphoneBIMe/Classes/Project/Schedule/ViewControllers/PBSitePerViewController.h +++ b/IphoneBIMe/IphoneBIMe/Classes/Project/Schedule/ViewControllers/PBSitePerViewController.h @@ -13,6 +13,7 @@ NS_ASSUME_NONNULL_BEGIN @interface PBSitePerViewController : UIViewController +@property (nonatomic, assign) BOOL isFromLogin; @property (nonatomic, strong) PBProjectModel *projectModel; @property (nonatomic, strong) PBSchedulePlanModel *schedulePlanModel; @property (nonatomic, strong) PBScheduleListModel *scheduleListModel; -- Gitblit v1.9.3