feat: 完成前端业务闭环与后端联调

This commit is contained in:
2026-08-24 23:37:56 +08:00
parent c59e36f933
commit 9ad572907b
175 changed files with 10711 additions and 1740 deletions
+24 -3
View File
@@ -72,7 +72,7 @@ export const ROUTES = Object.freeze({
kind: "flow",
parent: "G06",
requiredParams: ["genealogyId"],
optionalParams: ["source"],
optionalParams: ["source", "genealogyName"],
allowedSources: ["G01", "G05", "G06", "G09"],
}),
G09: defineRoute({
@@ -108,6 +108,13 @@ export const ROUTES = Object.freeze({
kind: "page",
parent: "G05",
requiredParams: ["genealogyId"],
allowedSources: ["G01", "G05"],
}),
G14: defineRoute({
path: "/pages/genealogy/capability-center",
kind: "page",
parent: "G05",
requiredParams: ["genealogyId"],
allowedSources: ["G05"],
}),
T01: defineRoute({
@@ -316,7 +323,7 @@ export const ROUTES = Object.freeze({
kind: "page",
parent: "F01",
requiredParams: ["genealogyId"],
optionalParams: ["memoId"],
optionalParams: ["memoId", "memoType"],
allowedSources: ["F01", "N02"],
}),
R11: defineRoute({
@@ -326,6 +333,13 @@ export const ROUTES = Object.freeze({
requiredParams: ["genealogyId"],
allowedSources: ["F01"],
}),
R12: defineRoute({
path: "/pages/records/person-documents",
kind: "page",
parent: "G05",
requiredParams: ["genealogyId"],
allowedSources: ["G05"],
}),
N01: defineRoute({
path: "/pages/notification/message-center",
kind: "page",
@@ -399,6 +413,13 @@ export const ROUTES = Object.freeze({
parent: "M01",
allowedSources: ["M01"],
}),
F11: defineRoute({
path: "/pages/family/platform-videos",
kind: "page",
parent: "F01",
optionalParams: ["placement", "videoId"],
allowedSources: ["F10", "G01"],
}),
M11: defineRoute({
path: "/pages/profile/ceremony-invitations",
kind: "page",
@@ -416,7 +437,7 @@ export const ROUTES = Object.freeze({
kind: "page",
parent: "M10",
requiredParams: ["documentKey"],
allowedSources: ["M10"],
allowedSources: ["A01", "A04", "M10"],
}),
});