feat: add open app route (#3899)

This commit is contained in:
Peng Xiao
2023-08-30 06:40:25 +08:00
committed by GitHub
parent 71b195d9a9
commit 800f3c3cb6
29 changed files with 486 additions and 104 deletions
+4
View File
@@ -48,6 +48,10 @@ export const routes = [
path: '/signIn',
lazy: () => import('./pages/sign-in'),
},
{
path: '/open-app',
lazy: () => import('./pages/open-app'),
},
{
path: '*',
lazy: () => import('./pages/404'),