Ver Fonte

改一下路径

flyzto há 7 meses atrás
pai
commit
62198ff558

+ 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>