-
## DESC
src/common/config/middleware.js中配置如下:
```js
{
handle: 'resource',
enable: true,
options: {
root: path.join(think.ROOT_PATH, 'www'),
publicPath: /^\/(static|uplo…
-
## DESC
创建 REST Controller
`thinkjs controller user -r`
默认生成的rest.js里这句会报错
getPk is not a function
`const pk = await this.modelInstance.getPk();`
## ENV
Platform: Debian 7
Node.js Versi…
-
## 我要向一个表中插入记录,然后根据发回的主键ID,继续向另一张表中插入(可能是多条)记录,
我使用手工方法操作事务,两个不同model用model.db复用了同一连接,在向``agent_store_detail`表插入的时候,insert语句中出现了不属于此表的字段,导致插入失败
### ENV
OS Platform: Windows
Node.js Version:8…
-
```
> weijiao@0.0.1 start /Users/ajun/web/thinkjs-all-weijiao
> node development.js
TypeError: thinkCluster.isAgent is not a function
at Application.run (/Users/ajun/web/thinkjs-all-weijiao/…
-
## DESC
之前在2.0版本下的 RESTful API 的各种action,如 getAction, postAction 等,目前在3.0下都失效了,如 getAction 改为 indexAction 则可以,感觉变成了普通 controller 了。
在3.0 下用 `thinkjs controller ooxx -r` 生成的也不行,求优先修复
## ENV
P…
-
## DESC
[Error] compile file admin\config\config.js error
Error: Couldn't find preset "es2015" relative to directory "admin\\config"
[2017-09-07 23:14:50] at D:\houshijing\HelloThinkjs\node_m…
-
## DESC
$ thinkjs new demo;
$ cd demo;
$ npm install;
$ npm start;
我是按照官方的流程跑下来的
一直提示 thinkCluster.isAgent is not a function 导致项目跑不起来
## ENV
Platform:
Node.js Version: 7.9
Thi…
-
### ENV
OS Platform:windows
Node.js Version:8.3
ThinkJS Version:3.2
### base.js code
```js
const $role = await this.model('admin_role').checkAuth(this.ctx, this.userInfo, 0, true);…
liqqs updated
7 years ago
-
## DESC
## ENV
Platform:
Node.js Version:v8.4.0
ThinkJS Version:3.1.1
-
## DESC
3.0最新版本,服务器隔一段时间,会输出如下错误日志
```
[2017-08-19 23:00:00.059] [2539] [INFO] - CLI 404 5ms
TypeError: this.config is not a function
at jsonp (/root/projext/api/v3/node_modules/th…