|
|
@@ -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'),
|