Explorar el Código

fix: 修改跳转路由

zhaojing hace 2 años
padre
commit
5c7070b7e7
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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',
       },