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