mihuoli
V2EX  ›  Node.js

使用 koa-router 无法添加 COOKIE

  •  
  •   mihuoli · May 10, 2017 · 3455 views
    This topic created in 3315 days ago, the information mentioned may be changed or developed.

    使用了 koa-router 使用 chrome 和 nodejs  调试 发现 cookie 一直未被添加 代码如下:

    router.get('/login', async function (ctx, next) {
        ctx.state = {
            title: 'koa2 admin hello'
        };
        ctx.cookies.set("nidaye1","nidadadaye");
        await ctx.render('admin/login', {});
    })
    
    No Comments Yet
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2685 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 25ms · UTC 10:41 · PVG 18:41 · LAX 03:41 · JFK 06:41
    ♥ Do have faith in what you're doing.