Toggle navigation
Toggle navigation
This project
Loading...
Sign in
monitor_v3
/
hg-monitor-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
王涛
3 years ago
Commit
1206f51038e18500fe6c379a2c837b1683eeded4
1 parent
16d05837
请求工具类优化,使大屏能单独使用;
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
hg-monitor-web-base/src/main/resources/static/vue3/src/script/http.js
hg-monitor-web-base/src/main/resources/static/vue3/src/script/http.js
View file @
1206f51
...
...
@@ -25,8 +25,6 @@ let http = {
return
;
}
http
.
get
(
window
.
location
.
origin
+
'/config/getConfig'
,{
configName
:
'url'
},
function
(
res
){
console
.
log
(
res
);
debugger
;
sessionStorage
.
setItem
(
'domainName'
,
res
.
gateway
);
// sessionStorage.setItem('domainInspectionURI', res.inspection_web);
// sessionStorage.setItem('domainAssetsManage', res.assetsweb);
...
...
Please
register
or
login
to post a comment