Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

224
Views
Ojet usa URL codificada cuando se usan parámetros en router.go

Cuando uso router.go en Ojet como a continuación

 self.args.router.go({ path: serverData.nextViewUrl, params: { c: serverData.sessionId } });

me sale la siguiente url

 ?ojr=start_form%3Bc%3D63A4CC7E647582AF7E6C634B7FBF82F2

Arriba está la URL codificada. ¿Cómo obtengo la URL decodificada correcta de forma predeterminada en Ojet como se muestra a continuación?

 ?ojr=start_form&c=D63A4CC7E647582AF7E6C634B7FBF82F2

Información adicional: La siguiente es la configuración de mi enrutador:

 // Router setup let router = new CoreRouter(navData, { urlAdapter: new UrlParamAdapter() }); router.sync(); this.moduleAdapter = new ModuleRouterAdapter(router); this.selection = new KnockoutRouterAdapter(router); // Setup the navDataProvider with the routes, excluding the first redirected // route. this.navDataProvider = new ArrayDataProvider(navData.slice(1), { keyAttributes: "path" });

Estoy usando el último OJet v11

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!