ios
This commit is contained in:
@@ -662,6 +662,7 @@ final List<RouteDef> routeRegistry = [
|
||||
module: RouteModule.content,
|
||||
builder: (ctx) {
|
||||
final key = ctx.getQueryParam('key');
|
||||
if (key.isEmpty) return const CtcNoteListPage();
|
||||
return CtcNoteEditPage(noteKey: key);
|
||||
},
|
||||
deepLinkAliases: [
|
||||
|
||||
Reference in New Issue
Block a user