Ver código fonte

mod:photography/check 拍摄物体镜头矫正

panqiuyao 7 meses atrás
pai
commit
1152349c19
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      frontend/src/router/index.ts

+ 1 - 1
frontend/src/router/index.ts

@@ -5,7 +5,7 @@ import { authGuard } from './plugins/authGuard'
 const routes: RouteRecordRaw[] = [
     {
         path: "/",
-        redirect: "/home"
+        redirect: "/photography/check"
     },
     {
         path: "/home",