Ngiler SH3LL 360
Home
Information
Create File
Create Folder
:
/
home
/
tbf
/
newweb.tbf.ro
/
resources
/
js
/
router
/
Information Server
MySQL :
OFF
Perl :
OFF
CURL :
ON
WGET :
OFF
PKEXEC :
OFF
Directive
Local Value
IP Address
89.40.16.97
System
Linux server.atelieruldeit.ro 3.10.0-1160.el7.x86_64 #1 SMP Mon Oct 19 16:18:59 UTC 2020 x86_64
User
tbf
PHP Version
7.3.33
Software
Apache
Doc root
Writable
close
Edit File :
index.js
| Size :
20.37
KB
Copy
import Vue from 'vue' import VueRouter from 'vue-router' import VueBodyClass from 'vue-body-class'; import TbfDigital from '../views/TbfDigital/Home.vue' import TbfDigitalPricing from '../views/TbfDigital/Pricing.vue' import TbfSystemsHome from '../views/TbfSystems/Home.vue' import TbfSystemsContact from '../views/TbfSystems/Contact.vue' import TbfSystemsContactSuccess from '../views/TbfSystems/Success.vue' import WebinarHome from '../views/Webinar/Home.vue' import LectiiDeBusiness from '../views/Webinar/LectiiDeBusiness.vue' import WebinarSuccess from '../views/Webinar/Success.vue' import Home30DaysMba from '../views/Webinar/Home30DaysMba.vue' import TbfHome from '../views/Tbf/Home.vue' import TbfDailyFundamentals from '../views/Tbf/DailyFundamentals.vue' import TbfShowDailyFundamental from '../views/Tbf/ShowDailyFundamental.vue' import RandomResource from '../views/Tbf/ShowRandomResource.vue' // DemoTBFDigital import DemoTbfDigitalHome from '../views/DemoTbfDigital/Home.vue' import DemoTbfDigitalSuccess from '../views/DemoTbfDigital/Success.vue' import TbfOfertaMembru from '../views/Tbf/TbfOfertaMembru.vue' import TermsDigital from '../views/Tbf/TermsDigital.vue' import TermsCursuri from '../views/Tbf/TermsCursuri.vue' import TermsDigitalEnglish from '../views/Tbf/TermsDigitalEnglish.vue' import TbfTerms from '../views/Tbf/Terms.vue' import TermsAccelerator from '../views/Tbf/TermsAccelerator.vue' import TermsGenerali from '../views/Tbf/TermsGenerali.vue' import TbfTermsEveniment from '../views/Tbf/TbfTermsEveniment.vue' import TermsEvenimentDigitalizare from '../views/Tbf/TermsEvenimentDigitalizare.vue' import TbfTermsEvenimentMai2023 from '../views/Tbf/TbfTermsEvenimentMai2023.vue' import TbfPrezentareParteneri from '../views/Tbf/PrezentareParteneri.vue' import TbfMultumim from '../views/Tbf/Multumim.vue' import TbfConfidential from '../views/Tbf/Confidential.vue' import TbfConfidentialEng from '../views/Tbf/TbfConfidentialEng.vue' import SofturiDeBusiness from '../views/Tbf/SofturiDeBusiness.vue' import CartiDeBusiness from '../views/Tbf/CartiBusiness.vue' import MasterPlan from '../views/Tbf/MasterPlan.vue' // webinar de 30 de zile import MbaReluare from '../views/Tbf/ReluareMBA.vue' import TbfDigitalPricing30Days from '../views/TbfDigital/Pricing30Days.vue' import TbfDigitalPricing30Days2 from '../views/TbfDigital/Pricing30Days2.vue' import TbfDigitalPricing30Days3 from '../views/TbfDigital/Pricing30Days3.vue' import ProgramImplementare from '../views/Tbf/ProgramImplementare.vue' import ZiuaResponsabilitatilor from '../views/Tbf/ZiuaResponsabilitatilor.vue' import InscriereProgramSucces from '../views/Tbf/InscriereProgramSucces.vue' import ZiuaResponsabilitatilorSucces from '../views/Tbf/ZiuaResponsabilitatilorSucces.vue' // import TbfSystemsContactSuccess from '../views/TbfSystems/Success.vue' // END webinar de 30 de zile import ZileleTbf from '../views/TbfDigital/ZileleTbf.vue' import OfertaZileleTBF from '../views/TbfDigital/OfertaZileleTbf.vue' import TbfPodcasts from '../views/Tbf/Podcasts.vue' import NotFound from '../views/NotFound' import SistemulDeManagement from '../views/Tbf/SistemulDeManagement.vue' import SistemulDeManagement2022 from '../views/Tbf/SistemulDeManagement2022.vue' import MembruTbf from '../views/Tbf/MembruTbf.vue' import EventSalaPalatului3 from '../views/Tbf/EventSalaPalatului3.vue' import CalendarMembruTbf from '../views/Tbf/CalendarMembruTbf.vue' import Webinar7Iunie from '../views/Tbf/Webinar7Iunie.vue' import WebinarInscriere from '../views/Tbf/WebinarInscriere.vue' import WebinarOneSection from '../views/Tbf/WebinarOneSection.vue' Vue.use(VueRouter) const routes = [ // { // path: '/', // name: 'Home', // component: TbfHome, // meta: { bodyClass: 'tbf-website-body home', layout: 'tbf-template' }, // beforeEnter(to, from, next) { // window.location.replace("https://resources.tbf.ro/home") // } // }, { path: '/', beforeEnter(to, from, next) { window.location.replace("https://tbf.ro") } }, // { // path: '/reluare-mba', // name: 'MbaReluare', // component: MbaReluare, // meta: { bodyClass: 'tbf-webinar-body', layout: 'landing-page-webinar-template' }, // layout: false // }, // { // path: '/reluare-mba', // name: 'MbaReluare', // component: MbaReluare, // meta: { bodyClass: 'tbf-website-body show-article', layout: 'tbf-template' }, // layout: false // }, // { // path: '/tbf-show-podcast', // name: 'Podcasts', // component: TbfPodcasts, // meta: { bodyClass: 'tbf-website-body podcasts-list', layout: 'tbf-template' }, // }, // { // path: '/termeni-si-conditii', // name: 'Terms', // component: TbfTerms, // meta: { bodyClass: 'tbf-website-body show-article', layout: 'tbf-template' }, // layout: false // }, // { // path: '/termeni-si-conditii-generale', // name: 'TermsGenerali', // component: TermsGenerali, // meta: { bodyClass: 'tbf-website-body show-article', layout: 'tbf-template' }, // layout: false // }, // { // path: '/termeni-si-conditii-eveniment-2022', // name: 'TermsEveniment', // component: TbfTermsEveniment, // meta: { bodyClass: 'tbf-website-body show-article', layout: 'tbf-template' }, // layout: false // }, // { // path: '/termeni-si-conditii-sala-palatului', // name: 'TermsEvenimentMai2023', // component: TbfTermsEvenimentMai2023, // meta: { bodyClass: 'tbf-website-body show-article', layout: 'tbf-template' }, // layout: false // }, // { // path: '/termeni-si-conditii-produse-tbf', // name: 'TermsEvenimentMai2023', // component: TbfTermsEvenimentMai2023, // meta: { bodyClass: 'tbf-website-body show-article', layout: 'tbf-template' }, // layout: false // }, // { // path: '/termeni-si-conditii-curs-digitalizare', // name: 'TermsEvenimentDigitalizare', // component: TermsEvenimentDigitalizare, // meta: { bodyClass: 'tbf-website-body show-article', layout: 'tbf-template' }, // layout: false // }, // { // path: '/termeni-si-conditii-tbf-accelerator', // name: 'TermsAccelerator', // component: TermsAccelerator, // meta: { bodyClass: 'tbf-website-body show-article', layout: 'tbf-template' }, // layout: false // }, // { // path: '/termeni-si-conditii-tbf-digital', // name: 'TermsDigital', // component: TermsDigital, // meta: { bodyClass: 'tbf-website-body show-article', layout: 'tbf-template' }, // layout: false // }, // { // path: '/termeni-si-conditii-curs-tbf', // name: 'Terms', // component: TermsCursuri, // meta: { bodyClass: 'tbf-website-body show-article', layout: 'tbf-template' }, // layout: false // }, // { // path: '/terms-and-conditions-tbf-digital', // name: 'TermsEnglish', // component: TermsDigitalEnglish, // meta: { bodyClass: 'tbf-website-body show-article', layout: 'tbf-template' }, // layout: false // }, // { // path: '/politica-de-confidentialitate', // name: 'Confidential', // component: TbfConfidential, // meta: { bodyClass: 'tbf-website-body show-article', layout: 'tbf-template' }, // layout: false // }, // { // path: '/privacy', // name: 'TbfConfidentialEng', // component: TbfConfidentialEng, // meta: { bodyClass: 'tbf-website-body show-article', layout: 'tbf-template' }, // layout: false // }, { path: '/softuri-de-business', name: 'SofturiDeBusiness', component: SofturiDeBusiness, meta: { bodyClass: 'tbf-website-body show-article', layout: 'tbf-template' }, layout: false }, { path: '/100-carti-de-business', name: 'CartiDeBusiness', component: CartiDeBusiness, meta: { bodyClass: 'tbf-website-body show-article', layout: 'tbf-template' }, layout: false }, // { // path: '/management-fundamentals-2', // name: 'SistemulDeManagement', // component: SistemulDeManagement, // meta: { bodyClass: 'tbf-website-body show-article', layout: 'tbf-template' }, // layout: false // }, // { // path: '/reluare-webinar-management', // name: 'SistemulDeManagement2022', // component: SistemulDeManagement2022, // meta: { bodyClass: 'tbf-website-body show-article', layout: 'tbf-template' }, // layout: false // }, { path: '/master-plan', name: 'MasterPlan', component: MasterPlan, meta: { bodyClass: 'tbf-website-body show-article', layout: 'tbf-template' }, layout: false }, // { // path: '/prezentare-parteneri', // name: 'TbfPrezentareParteneri', // component: TbfPrezentareParteneri, // meta: { bodyClass: 'tbf-website-body show-article', layout: 'tbf-template' }, // layout: false // }, // { // path: '/multumesc', // name: 'TbfMultumim', // component: TbfMultumim, // meta: { bodyClass: 'tbf-website-body show-article', layout: 'tbf-template' }, // layout: false // }, // { // path: '/random', // name: 'RandomResource', // component: RandomResource, // meta: { bodyClass: 'tbf-website-body show-article', layout: 'tbf-template' }, // layout: false // }, // { // path: '/categorie/fundamentul-zilei', // name: 'DailyFundamentals', // component: TbfDailyFundamentals, // meta: { bodyClass: 'tbf-website-body daily-foundations-list', layout: 'tbf-template' }, // }, // { // path: '/tbf-digital', // name: 'tbf-digital', // component: TbfDigital, // meta: { bodyClass: 'tbf-digital-body', layout: 'landing-page-digital-template' } // }, // { // path: '/digital', // beforeEnter(to, from, next) { // window.location.replace("https://central.tbf.ro") // } // }, // { // path: '/tbf-digital', // beforeEnter(to, from, next) { // window.location.replace("https://central.tbf.ro") // } // }, // { // path: '/tbf-digital/abonamente', // name: 'pricing', // component: TbfDigitalPricing, // meta: { bodyClass: 'tbf-digital-body', layout: 'landing-page-digital-template' } // }, // { // path: '/tbf-digital/abonamente', // beforeEnter(to, from, next) { // window.location.replace("https://central.tbf.ro/price") // } // }, // { // path: 'link-acces', // beforeEnter(to, from, next) { // window.location.replace("https://us02web.zoom.us/j/89207326387") // } // }, // { // path: '/oferta', // name: 'pricing30days', // component: TbfDigitalPricing30Days2, // meta: { bodyClass: 'tbf-digital-body show-oferta', layout: 'landing-page-digital-template' } // }, // { // path: '/inscriere-tbf-accelerator', // beforeEnter(to, from, next) { // window.location.replace("https://inscrieretbfaccelerator.tbf.ro") // } // }, // { // path: '/curs', // beforeEnter(to, from, next) { // window.location.replace("https://resources.tbf.ro/curs-management") // } // }, // { // path: '/soft', // beforeEnter(to, from, next) { // window.location.replace("https://central.tbf.ro/price") // } // }, // { // path: '/curs-management', // name: 'pricing30days', // component: TbfDigitalPricing30Days2, // meta: { bodyClass: 'tbf-digital-body show-oferta', layout: 'landing-page-digital-template' } // }, // { // path: '/curs-management', // name: 'pricing30days', // beforeEnter(to, from, next) { // window.location.replace("https://resources.tbf.ro/curs-management") // } // }, // { // path: '/curs-management-oferta', // name: 'curs-management-oferta', // component: TbfDigitalPricing30Days3, // meta: { bodyClass: 'tbf-digital-body show-oferta', layout: 'landing-page-digital-template' } // }, // { // path: '/program-implementare', // name: 'program-implementare', // component: ProgramImplementare, // meta: { bodyClass: 'tbf-digital-body', layout: 'landing-page-digital-template' } // }, // { // path: '/program-implementare', // name: 'program-implementare', // beforeEnter(to, from, next) { // window.location.replace("https://resources.tbf.ro/tbf-accelerator") // } // }, // { // path: '/ziua-responsabilitatilor', // name: 'ziua-responsabilitatilor', // component: ZiuaResponsabilitatilor, // meta: { bodyClass: 'tbf-digital-body', layout: 'landing-page-digital-template' } // }, // { // path: '/ziua-responsabilitatilor', // beforeEnter(to, from, next) { // window.location.replace("https://resources.tbf.ro/ziua-responsabilitatilor") // } // }, // { // path: '/responsabilitati', // beforeEnter(to, from, next) { // window.location.replace("https://resources.tbf.ro/management-prin-responsabilitati") // } // }, // { // path: '/zilele-tbf', // name: 'ZileleTbf', // component: ZileleTbf, // meta: { bodyClass: 'tbf-website-body show-article', layout: 'tbf-template' }, // }, // { // path: '/oferta', // name: 'ofertaZileleTBF', // component: OfertaZileleTBF, // meta: { bodyClass: 'tbf-digital-body show-oferta', layout: 'landing-page-digital-template' } // }, // { // path: '/program-implementare-multumim', // name: 'tbf-program-inscriere-success', // component: InscriereProgramSucces, // meta: { bodyClass: 'tbf-systems-body', layout: 'landing-page-tbf-systems-template' } // }, // { // path: '/ziua-responsabilitatilor-success', // name: 'ziua-responsabilitatilor-success', // component: ZiuaResponsabilitatilorSucces, // meta: { bodyClass: 'tbf-systems-body', layout: 'landing-page-tbf-systems-template' } // }, // { // path: '/tbf-systems', // name: 'tbf-systems-home', // component: TbfSystemsHome, // meta: { bodyClass: 'tbf-systems-body', layout: 'landing-page-tbf-systems-template' } // }, // { path: '/tbf-systems/contact', // name: 'tbf-systems-contact', // component: TbfSystemsContact, // meta: { bodyClass: 'tbf-systems-body', layout: 'landing-page-tbf-systems-template' } // }, // { path: '/tbf-systems/contact/success', // name: 'tbf-systems-contact-success', // component: TbfSystemsContactSuccess, // meta: { bodyClass: 'tbf-systems-body', layout: 'landing-page-tbf-systems-template' } // }, // { path: '/webinar-management', // name: 'webinar-management-home', // component: WebinarHome, // meta: { bodyClass: 'tbf-webinar-body', layout: 'landing-page-webinar-template' } // }, // { path: '/lectii-de-business-draft', // name: 'lectii-de-business', // component: LectiiDeBusiness, // meta: { bodyClass: 'tbf-webinar-body', layout: 'landing-page-webinar-template' } // }, // { path: '/demo-tbf-digital', // name: 'demo-tbf-digital', // component: DemoTbfDigitalHome, // // component: Home30DaysMba, // meta: { bodyClass: 'tbf-webinar-body', layout: 'landing-page-demo-tbf-digital-template' } // }, // { path: '/demo-tbf-digital/succes', // name: 'demo-tbf-digital-success', // component: DemoTbfDigitalSuccess, // meta: { bodyClass: 'tbf-webinar-body', layout: 'landing-page-demo-tbf-digital-template' } // }, // Redirect for podcasts // { // path: '/showdigital1', // beforeEnter(to, from, next) { // window.location.replace("https://central.tbf.ro/price?reducere=i2d1ch592d73d2j462ji96c9") // } // }, // { // path: '/showdigital2', // beforeEnter(to, from, next) { // window.location.replace("https://central.tbf.ro/price?reducere=047bgf44eii1b90cbgb6c9g3b8c") // } // }, // { // path: '/showdigital3', // beforeEnter(to, from, next) { // window.location.replace("https://central.tbf.ro/price?reducere=j9b8f4908i5c8116g23hbch16i") // } // }, // { // path: '/showdigital4', // beforeEnter(to, from, next) { // window.location.replace("https://central.tbf.ro/price?reducere=jh1fj782j7d5d886948ehecjha") // } // }, // { // path: '/showdigital5', // beforeEnter(to, from, next) { // window.location.replace("https://central.tbf.ro/price?reducere=i341cbf528f9ddbcabbg8i63") // } // }, // { // path: '/showdigital6', // beforeEnter(to, from, next) { // window.location.replace("https://central.tbf.ro/price?reducere=434f4827529f5j1j88772h9ee") // } // }, // { // path: '/demodigital1', // beforeEnter(to, from, next) { // window.location.replace("https://central.tbf.ro/price?reducere=gbc8375269a6c2g6124fh0cb6") // } // }, // { // path: '/showcurs1', // beforeEnter(to, from, next) { // window.location.replace("/curs-management-oferta?reducere=showcurs1") // } // }, // { // path: '/showcurs2', // beforeEnter(to, from, next) { // window.location.replace("/curs-management-oferta?reducere=showcurs2") // } // }, // { // path: '/showcurs3', // beforeEnter(to, from, next) { // window.location.replace("/curs-management-oferta?reducere=showcurs3") // } // }, // { // path: '/showcurs4', // beforeEnter(to, from, next) { // window.location.replace("/curs-management-oferta?reducere=showcurs4") // } // }, // { // path: '/showcurs5', // beforeEnter(to, from, next) { // window.location.replace("/curs-management-oferta?reducere=showcurs5") // } // }, // { // path: '/showcurs6', // beforeEnter(to, from, next) { // window.location.replace("/curs-management-oferta?reducere=showcurs6") // } // }, // { path: '/webinar-management/success', // name: 'webinar-management-success', // component: WebinarSuccess, // meta: { bodyClass: 'tbf-webinar-body', layout: 'landing-page-webinar-template' } // }, // { path: '/mba', // name: '30-days-mba', // component: Home30DaysMba, // meta: { bodyClass: 'tbf-webinar-body', layout: 'landing-page-webinar-template' } // }, // { path: '/mba/success', // name: '30-days-mba-success', // component: WebinarSuccess, // meta: { bodyClass: 'tbf-webinar-body', layout: 'landing-page-webinar-template' } // }, // { // path: '/sala-palatului-dev', // name: 'EvenimentSalaPalatului3', // component: EventSalaPalatului3, // meta: { bodyClass: 'tbf-event-layout', layout: 'blank-template' } // }, // { // path: '/webinar-tbf-dev', // name: 'Webinar7Iunie', // component: Webinar7Iunie, // meta: { bodyClass: 'tbf-event-layout', layout: 'blank-template' } // }, // { // path: '/webinar-obiective', // name: 'WebinarOneSection', // component: WebinarOneSection, // meta: { bodyClass: 'tbf-event-layout', layout: 'blank-template' } // }, // { // path: '/membru', // name: 'MembruTbf', // component: MembruTbf, // meta: { bodyClass: 'tbf-event-layout', layout: 'blank-template' } // }, // { // path: '/oferta-7-iunie-2023', // name: 'TbfOfertaMembru', // component: TbfOfertaMembru, // meta: { bodyClass: 'tbf-website-body show-article', layout: 'tbf-template' }, // layout: false // }, { path: '/calendar-membru-tbf', name: 'CalendarMembruTbf', component: CalendarMembruTbf, meta: { bodyClass: 'tbf-event-layout', layout: 'blank-template' } }, // { // path: '/inscriere-webinar-obiective', // name: 'WebinarInscriere', // component: WebinarInscriere, // meta: { bodyClass: 'tbf-event-layout', layout: 'blank-template' } // }, // { path: '/404', name: 'page-404', component: NotFound, meta: { bodyClass: 'tbf-website-body not-found-body', auth: true, layout: 'not-found-template' }}, { path: '/404', beforeEnter(to, from, next) { window.location.replace("https://tbf.ro/404") } }, // { // path: '/:slug', // name: 'ShowDailyFundamental', // component: TbfShowDailyFundamental, // meta: { bodyClass: 'tbf-website-body show-article', layout: 'tbf-template' }, // layout: false // }, // { // path: '/showcurs6', // beforeEnter(to, from, next) { // window.location.replace("/curs-management-oferta?reducere=showcurs6") // } { path: '*', redirect: { name: 'page-404' }}, ] const vueBodyClass = new VueBodyClass(routes); const router = new VueRouter({ mode: 'history', base: process.env.BASE_URL, routes, scrollBehavior (to, from, savedPosition) { return { x: 0, y: 0 } } }) router.beforeEach((to, from, next) => { vueBodyClass.guard(to, next) }); export default router
Back