Pre rename dir

This commit is contained in:
2024-01-05 11:03:51 +08:00
parent b1cd4c90ad
commit 3d8e55cbea
40 changed files with 74 additions and 74 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('src/pages/sign_'))
const root: RouteJsonObject[] = [
{