From a3c6000b9c452915e98abc069c4a06c34b2740e1 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期二, 07 二月 2023 09:24:26 +0800 Subject: [PATCH] 1 --- DataLoader/Model/Tool.cs | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/DataLoader/Model/Tool.cs b/DataLoader/Model/Tool.cs index 631f0ed..48cf7f7 100644 --- a/DataLoader/Model/Tool.cs +++ b/DataLoader/Model/Tool.cs @@ -19,9 +19,11 @@ public static readonly string BaseDir = AppDomain.CurrentDomain.BaseDirectory; - public static int UserId = 0; + public static int UserId = 1; - public static string Uname = ""; + public static string Uname = "admin"; + + public static int DirId = 1; public static string Token = ""; -- Gitblit v1.9.3