* zin: fix loadTarget not work with only one obejct options.

This commit is contained in:
sunhao
2023-11-17 18:48:15 +08:00
parent 37845bd1a9
commit 008308fd8f
+1 -1
View File
@@ -738,7 +738,7 @@
const ajaxOptions =
{
url: url,
url: options.url,
header: options.header,
type: options.method || 'GET',
data: options.data,