Add register to sign page(temp)

This commit is contained in:
2023-12-22 17:57:32 +08:00
parent 85aba29ced
commit bbc669ba3e
11 changed files with 247 additions and 285 deletions

View File

@@ -21,9 +21,9 @@ const root: RouteJsonObject[] = [
component: lazySignPage
},
{
path: 'confirm',
absolutePath: '/confirm',
id: 'confirm',
path: 'verify',
absolutePath: '/verify',
id: 'verify',
component: lazySignPage
},
{