-
## DESC
最近在用thinkjs写业务代码,发现有些逻辑相对复杂的查询需求无法直接用model自带的api完成。比如
```
(
start_date = "2017-01-01"
)
OR
(
start_date = "2017-01-10"
)
```
这种字段名重复,但后面的条件有区别的逻辑查询。
## ENV
Platform:
…
-
- D:\code\blog\ThinkJS-Vue.js-blog-master\node_modules\think-session-jwt\index.js:28
async initSessionData() {
SyntaxError: Unexpected identifier
at createScript (vm.js:56:10)
a…
-
## DESC
### ENV
OS Platform:
centos 7.5
Node.js Version:
8.12.0
ThinkJS Version:
3.0
### code
```js
nginx.conf
server {
listen 80;
server_name 120.78.139.148;
root /dat…
-
我可以在thinkjs项目里面配置mongoDB和mysql同时使用吗?
如果可以,请问如何配置?
-
## DESC
### ENV
OS Platform:
Node.js Version:
ThinkJS Version:
### code
```js
// your code here
```
### error message
```
// your error message here
```
### more descrip…
-
## DESC
## ENV
Platform:
Node.js Version:
ThinkJS Version:
-
## DESC
thinkjs2.x 升级到3.x 多对多关联模型无法更新关联关系表
### ENV
OS Platform:win10
Node.js Version:8.9.1
ThinkJS Version:3.2.4
### code
```js
module.exports = class extends think.Model {
cons…
-
## DESC
脚手架创建的项目,自定义了一个test中间件(/src/middleware/test.js),src/config/middleware.js配置了:
{
handle: "test",
enable: isDev
}
但是发现在html中引入的/static/css/index.css也执行了该中间件,可以屏蔽静态资源执行中间件吗
另一个问题,…
-
### ### `[root@hZ ~]# curl -I http://127.0.0.1:8360/
HTTP/1.1 500 Internal Server Error
Vary: Origin
X-Powered-By: thinkjs-3.2.8
Content-Type: text/html; charset=utf-8
Content-Length: 87146
Date…
-
## 环境
- firekylin version: 1.1.2
- env: docker 18.06.1-ce, node:8.12-alpine, mysql:5.7
```
系统概况
服务器系统:linux
Node.js版本:8.12.0
V8引擎版本:6.2.414.66
MySQL版本:5.7.23
ThinkJS版本:3.2.8
FireKylin版本:1.…