Browse Source

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

panqiuyao 7 tháng trước cách đây
mục cha
commit
1152349c19
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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",