SyuanYu 2 months ago
parent
commit
4629342613
2 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend/src/router/index.ts
  2. 0 0
      frontend/src/views/Reporter.vue

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

@@ -51,7 +51,7 @@ const router = createRouter({
         {
           path: 'ai-reporter',
           name: 'ai-reporter',
-          component: () => import('@/views/AiReporter.vue'),
+          component: () => import('@/views/Reporter.vue'),
         },
         {
           path: 'orders',

+ 0 - 0
frontend/src/views/aiReporter.vue → frontend/src/views/Reporter.vue