فهرست منبع

比较表- 已登陆状态设为true

ZhouJieSheng 2 سال پیش
والد
کامیت
893dd8cd69
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      PDF Office/App.xaml.cs

+ 1 - 1
PDF Office/App.xaml.cs

@@ -114,7 +114,7 @@ namespace PDF_Office
         /// <summary>
         /// 是否已经登陆
         /// </summary>
-        public static bool IsLogin = false;
+        public static bool IsLogin = true;
 
         //是否需要显示注册弹窗
         //app第一次启动时需要弹出注册弹窗