소스 검색

fix: 修改跳转路由

zhaojing 2 년 전
부모
커밋
5c7070b7e7
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      config/routes.ts

+ 4 - 0
config/routes.ts

@@ -27,6 +27,10 @@
         redirect: '/Equipment',
       },
       {
+        path: '/sgadmin',
+        redirect: '/Equipment',
+      },
+      {
         path: '/noAuth',
         component: './NoAuth',
       },