소스 검색

改一下路径

flyzto 7 달 전
부모
커밋
62198ff558
2개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 2
      web/apps/web-antd/src/router/routes/modules/match.ts
  2. 0 1
      web/apps/web-antd/src/views/match/solutions/index.vue

+ 2 - 2
web/apps/web-antd/src/router/routes/modules/match.ts

@@ -24,8 +24,8 @@ const routes: RouteRecordRaw[] = [
       },
       {
         name: 'CenterOrder',
-        path: '/center-order',
-        component: () => import('#/views/match/center-order/index.vue'),
+        path: '/solutions',
+        component: () => import('#/views/match/solutions/index.vue'),
         meta: {
           icon: 'ion:receipt-outline',
           title: $t('page.match.centerOrder'),

+ 0 - 1
web/apps/web-antd/src/views/match/center-order/index.vue → web/apps/web-antd/src/views/match/solutions/index.vue

@@ -36,7 +36,6 @@ onMounted(() => {
           <span>中单记录</span>
         </div>
       </div>
-
     </div>
   </Page>
 </template>