mihuoli
V2EX  ›  Node.js

使用 koa-router 无法添加 COOKIE

  •  
  •   mihuoli · May 10, 2017 · 3442 views
    This topic created in 3304 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   ·   3267 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 23ms · UTC 12:08 · PVG 20:08 · LAX 05:08 · JFK 08:08
    ♥ Do have faith in what you're doing.