Optimize Sign page code

This commit is contained in:
2024-01-03 10:54:41 +08:00
parent edf5f08828
commit 4d81bee0d0
7 changed files with 1018 additions and 942 deletions

View File

@@ -5,7 +5,7 @@ import user from '@/router/user'
import tools from '@/router/tools'
import { getAuthRoute, mapJsonToRoute, setTitle } from '@/util/route'
const lazySignPage = React.lazy(() => import('@/pages/Sign'))
const lazySignPage = React.lazy(() => import('@/pages/sign'))
const root: RouteJsonObject[] = [
{