perf:页面优化

This commit is contained in:
xiang
2026-01-30 22:41:56 +08:00
parent 1ab0e94cfa
commit 3d50ec5985

View File

@@ -41,10 +41,10 @@ const vm = new Vue({
options: {
dataType: "sql",
authorName: "${(value.author)!!}",
packageName: "${(value.packageName)!!}",
returnUtilSuccess: "${(value.returnUtilSuccess)!!}",
returnUtilFailure: "${(value.returnUtilFailure)!!}",
authorName: "Xiang",
packageName: "com.xiang",
returnUtilSuccess: "Result.success",
returnUtilFailure: "Result.error",
isPackageType: true,
isSwagger: false,
@@ -62,7 +62,7 @@ const vm = new Vue({
templates: [{}],
historicalData: [],
currentSelect: 'plusentity',
outputStr: "${(value.outputStr)!!}",
outputStr: "",
outputJson: {}
},
methods: {