Commit cec216f8ad16acb659d666de299780a932d41326
1 parent
7e5bdf61
Update core.ts
Showing
1 changed file
with
1 additions
and
1 deletions
apps/web-payment/src/router/routes/core.ts
| @@ -46,7 +46,7 @@ const coreRoutes: RouteRecordRaw[] = [ | @@ -46,7 +46,7 @@ const coreRoutes: RouteRecordRaw[] = [ | ||
| 46 | { | 46 | { |
| 47 | name: 'PaymentSuccess', | 47 | name: 'PaymentSuccess', |
| 48 | path: '/paymentSuccess', | 48 | path: '/paymentSuccess', |
| 49 | - component: () => import('#/views/payment/PaySuccess.vue'), | 49 | + component: () => import('#/views/payment/paySuccess.vue'), |
| 50 | meta: { | 50 | meta: { |
| 51 | icon: '', | 51 | icon: '', |
| 52 | title: '支付成功', | 52 | title: '支付成功', |