|
|
@@ -162,7 +162,7 @@ const routes: Array<RouteRecordRaw> = [
|
|
|
name: 'wallet-deposit-currency',
|
|
|
component: () => import('../views/wallet/currency/index.vue'),
|
|
|
props: {
|
|
|
- title: i18n.global.t('digital.wallet-deposit'),
|
|
|
+ title: 'digital.wallet-deposit',
|
|
|
routeName: 'wallet-deposit'
|
|
|
}
|
|
|
},
|
|
|
@@ -171,7 +171,7 @@ const routes: Array<RouteRecordRaw> = [
|
|
|
name: 'wallet-withdraw-currency',
|
|
|
component: () => import('../views/wallet/currency/index.vue'),
|
|
|
props: {
|
|
|
- title: i18n.global.t('digital.wallet-withdraw'),
|
|
|
+ title: 'digital.wallet-withdraw',
|
|
|
routeName: 'wallet-withdraw'
|
|
|
}
|
|
|
},
|