Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
H
hsWebHttpClient
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
何虹
hsWebHttpClient
Commits
351b6b0a
Commit
351b6b0a
authored
Dec 08, 2021
by
何虹
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码错误
parent
a0b49379
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
hsWebHttpClient.js
dist/hsWebHttpClient.js
+2
-1
hsWebHttpClient.min.js
dist/hsWebHttpClient.min.js
+1
-1
webChartConfig.js
src/packages/modules/webChartConfig.js
+1
-1
No files found.
dist/hsWebHttpClient.js
View file @
351b6b0a
...
@@ -22152,7 +22152,8 @@ class Control {
...
@@ -22152,7 +22152,8 @@ class Control {
const
param
=
{
const
param
=
{
app_code
:
appCode
||
this
.
requestClient
.
appCode
,
app_code
:
appCode
||
this
.
requestClient
.
appCode
,
page_name
:
pageName
||
this
.
requestClient
.
pageName
,
page_name
:
pageName
||
this
.
requestClient
.
pageName
,
usable
:
1
usable
:
1
,
db_name
:
this
.
getRealDbName
(),
}
}
const
url
=
(
0
,
_common_commonModule__WEBPACK_IMPORTED_MODULE_0__
.
getPbWebDyncCode
)(
this
.
hasConfigDb
())
const
url
=
(
0
,
_common_commonModule__WEBPACK_IMPORTED_MODULE_0__
.
getPbWebDyncCode
)(
this
.
hasConfigDb
())
return
this
.
requestClient
.
get
(
url
,
param
)
return
this
.
requestClient
.
get
(
url
,
param
)
...
...
dist/hsWebHttpClient.min.js
View file @
351b6b0a
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/packages/modules/webChartConfig.js
View file @
351b6b0a
...
@@ -293,7 +293,7 @@ class Control {
...
@@ -293,7 +293,7 @@ class Control {
data
.
page_url
=
this
.
requestClient
.
pageName
data
.
page_url
=
this
.
requestClient
.
pageName
}
}
const
url
=
getPbWebDyncCode
(
this
.
hasConfigDb
())
const
url
=
getPbWebDyncCode
(
this
.
hasConfigDb
())
return
this
.
requestClient
.
post
(
url
,
data
,
getInitDbConfigParam
)
return
this
.
requestClient
.
post
(
url
,
data
,
this
.
getInitDbConfigParam
()
)
}
}
}
}
export
default
Control
export
default
Control
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment