diff --git a/.env.production b/.env.production index ec68e32..bdc4c3c 100644 --- a/.env.production +++ b/.env.production @@ -1 +1 @@ -VITE_BASE_DOMAIN=https://127.0.0.1:444 \ No newline at end of file +VITE_BASE_DOMAIN=https://tp-o.tk/ec \ No newline at end of file diff --git a/locales/en.yml b/locales/en.yml index 8072eda..211520b 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -33,8 +33,8 @@ caccount: orders: Orders download: Download payment-method: Payment Method + credit-card: Credit Card address: Address - account-details: Account Details Logout: Logout ccategory: men-fashion: Men's Fashion diff --git a/src/App.vue b/src/App.vue index 66c5e4a..028c60e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -38,8 +38,8 @@ window.addEventListener('scroll', scrollFunction) - - + + + {{ t('caccount.payment-method') }} - +
- - {{ t('caccount.address') }} + + {{ t('caccount.credit-card') }}
- +
- {{ t('caccount.account-details') }} + + {{ t('caccount.address') }}
- -
- {{ t('caccount.Logout') }} -
-
+
+ {{ t('caccount.Logout') }} +
diff --git a/src/components/header/RMenu.vue b/src/components/header/RMenu.vue index de98f4b..98cd2c6 100644 --- a/src/components/header/RMenu.vue +++ b/src/components/header/RMenu.vue @@ -1,5 +1,18 @@