Merge remote-tracking branch 'origin/develop' into release/1.0.80

This commit is contained in:
lihao.ylh 2022-03-30 17:10:28 +08:00
commit 4141cc518d

View File

@ -413,7 +413,7 @@ export function parseData(schema: any, self: any): any {
return schema;
}
/* 全匹配{{开头,}}结尾的变量表达式或者对象类型JSExpression支持省略this */
/* 全匹配{{开头,}}结尾的变量表达式或者对象类型JSExpression/JSFunction支持省略this */
export function parseExpression(str: any, self: any) {
try {
const contextArr = ['"use strict";', 'var __self = arguments[0];'];