recherche

Maison  >  Questions et réponses  >  le corps du texte

node.js - nodejs中如何跳过登陆页直接进入某个页面?

我在想能否把登陆信息写死,然后 判断登陆信息正确就跳转到其他页面去?本人是新手,请多指点

router.use('/consulSenderSMS', function (req, res, next) {//访问这个的时候不想去登陆页

    res.render('consulSenderSMS');
    });

router.use("/", function (req, res, next) {

res.render('login');

})

阿神阿神2786 Il y a quelques jours379

répondre à tous(2)je répondrai

  • 怪我咯

    怪我咯2017-04-17 16:16:44

    应该放到express版块儿吧

    répondre
    0
  • 怪我咯

    怪我咯2017-04-17 16:16:44

    做一个自动登录的功能就好了呀

    répondre
    0
  • Annulerrépondre