Sfoglia il codice sorgente

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

panqiuyao 7 mesi fa
parent
commit
1152349c19
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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",