From c22da8c376da07c8152c46dacfa88c981e7e16d3 Mon Sep 17 00:00:00 2001 From: gmbueno Date: Wed, 20 Mar 2024 15:39:21 -0300 Subject: [PATCH] add rota oculta para plano individual --- src/comps/PricingAll.vue | 6 +- src/comps/PricingComercial.vue | 99 +++++++++++++++++++++ src/comps/PricingIndividual.vue | 81 ++++++++++++----- src/router/index.js | 8 +- src/views/pricing/PlanosIndividuais.vue | 96 ++++++++++++++++++++ src/views/pricing/Precos.vue | 68 -------------- src/views/products/APIs/Bolsa.vue | 6 +- src/views/products/APIs/Fundos.vue | 6 +- src/views/products/APIs/TitulosPublicos.vue | 6 +- 9 files changed, 271 insertions(+), 105 deletions(-) create mode 100644 src/comps/PricingComercial.vue create mode 100644 src/views/pricing/PlanosIndividuais.vue diff --git a/src/comps/PricingAll.vue b/src/comps/PricingAll.vue index 77753d01..9b648cc9 100644 --- a/src/comps/PricingAll.vue +++ b/src/comps/PricingAll.vue @@ -7,7 +7,7 @@
- +
@@ -17,13 +17,13 @@ + + diff --git a/src/comps/PricingIndividual.vue b/src/comps/PricingIndividual.vue index 475b89d3..3b6d0fc6 100644 --- a/src/comps/PricingIndividual.vue +++ b/src/comps/PricingIndividual.vue @@ -1,5 +1,5 @@