Closed chaoxihailing closed 7 years ago
@chaoxihailing 你需要先定义一下这个属性,比如这样:
class RedisStore extends Store {
private redis: any;
constructor() {
this.redis = new Redis()
}
}
嗯,确实不报错了,多问一句,ctx.session.count写成这样没事
但是在typescript中,直接写ctx.session.count会报下面的错,
typescript的写法
使用的是koa,在typescript中,如何给session添加属性?
问题解决了,忘记配置模板了