g-ui-web 0.10.2 → 0.10.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/g-ui-web.js +7 -1
- package/lib/g-ui-web.js.gz +0 -0
- package/lib/g-ui-web.umd.cjs +2 -2
- package/package.json +1 -1
package/lib/g-ui-web.js
CHANGED
|
@@ -48139,7 +48139,7 @@ const fL = (e) => Array.isArray(e) ? "数组" : typeof e == "object" && e !== nu
|
|
|
48139
48139
|
data: t ? null : e.params,
|
|
48140
48140
|
params: t ? e.params : null,
|
|
48141
48141
|
ContentType: e.ContentType,
|
|
48142
|
-
resultFilter:
|
|
48142
|
+
// resultFilter: props.transformResponse,
|
|
48143
48143
|
headers: {
|
|
48144
48144
|
// 'gt-token': store.state['gui-baseConfig'].token,
|
|
48145
48145
|
// 'sysCode': store.state['gui-baseConfig'].sysCode,
|
|
@@ -93996,6 +93996,12 @@ const Qit = (e, t) => {
|
|
|
93996
93996
|
show: !1
|
|
93997
93997
|
}
|
|
93998
93998
|
}), r.push({
|
|
93999
|
+
axisTick: {
|
|
94000
|
+
show: !1
|
|
94001
|
+
},
|
|
94002
|
+
axisLine: {
|
|
94003
|
+
show: !1
|
|
94004
|
+
},
|
|
93999
94005
|
splitLine: { lineStyle: { type: "dashed" } }
|
|
94000
94006
|
});
|
|
94001
94007
|
return {
|
package/lib/g-ui-web.js.gz
CHANGED
|
Binary file
|