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',
       },