-
## DESC
``` javascript
import Base from './base.js'
export default class Article extends Base {
async fun(){
//is ok
await this.count();
//is ok
await this.sum();
//TypeErroe: t…
-
近半年多都没什么大的升级,QQ群里维护人员也不怎么活跃,作为小白感觉ThinkJS用的比eggjs顺手很多,不知道官方是否还有继续维护升级的计划?有4.0的计划吗?
-
能给个例子吗
-
内部网页中需要显示thinkjs官方文档,嵌入到iframe中报错如下:
Refused to display 'https://thinkjs.org/doc/index.html' in a frame because it set 'X-Frame-Options' to 'deny'.
-
## DESC
使用TypeScript开发时,代码提示里对于
``` javascript
this.model('user',{}).where("id=1").select();
```
这个代码,ts检查会报错:
> [ts] Property 'select' does not exist on type 'think_model_$base_instance'.
编译没有问题…
-
## DESC
### ENV
OS Platform: MacOs
Node.js Version: 8.9.11
ThinkJS Version: latest
### code
```js
module.exports = class extends think.Mongoose {
get schema() {
const schema…
-
访问:http://localhost:8360/ 出现nuxt页面,OK
但是访问Thinkjs路径:http://localhost:8360/index 出现Nuxt给出的404页面
-
## DESC
某些场景下,想在内存中声明一个对象,不同进程来访问和修改, 请问thinkjs 在cluster模式下如何在内存中共享一个对象?并且共享的时候是否像其他语言一样加锁?
### ENV
OS Platform:
Node.js Version:
ThinkJS Version:
### code
```js
// your code her…
-
[thinkjs 官网](https://thinkjs.org/zh-cn/doc/index.html) 有文档,但远远不如 thinkphp 的手册详实。我这种业余人士很难上手 ....
如果有类似于 thinkphp 那样详细的手册就好了
-
## DESC
按照官方文档(https://thinkjs.org/zh-cn/doc/3.0/config.html),所有的配置都统一管理,文件都放在 src/config/ 目录下。
可否通过 new Application 时指定 config 目录的位置?
### ENV
OS Platform: Any
Node.js Version: 8.11.1
Th…