update
parent
52b8e3553e
commit
655c5e34fa
2
index.js
2
index.js
|
@ -94,7 +94,7 @@ export default class Controller {
|
|||
this.response.cookie(key, val, opt)
|
||||
}
|
||||
|
||||
// 会话读写
|
||||
// 会话读写, 返回的是Promise对象
|
||||
session(key, val) {
|
||||
let { ssid } = this.request
|
||||
if (this.context.$$session) {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@gm5/controller",
|
||||
"version": "2.0.1",
|
||||
"version": "2.0.2",
|
||||
"type": "module",
|
||||
"description": "控制器基类。",
|
||||
"main": "index.js",
|
||||
|
|
Loading…
Reference in New Issue