AuthLogsRouter basecode, windows base code

This commit is contained in:
DASHU
2024-10-08 00:25:23 +08:00
parent c121370c3b
commit f18e044ab7
10 changed files with 141 additions and 27 deletions

View File

@@ -9,4 +9,5 @@ class RouterPath {
static const String APP_DETAIL = "/appDetail";
static const String HISTORY = "/history";
static const String BOOKMARK = "/bookmark";
static const String AUTH_LOGS = "/authLogs";
}