Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
liangzhen
/
framework-tools-web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit fa6211e5
authored
Apr 24, 2024
by
henry
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改url
1 parent
c85f2e3c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
public/drawio/extention/js/exGraph.js
public/drawio/extention/js/exSideBar.js
public/drawio/extention/js/url.js
public/drawio/extention/js/exGraph.js
View file @
fa6211e
...
@@ -131,7 +131,7 @@
...
@@ -131,7 +131,7 @@
dataType
:
"json"
,
dataType
:
"json"
,
contentType
:
"application/json"
,
contentType
:
"application/json"
,
timeout
:
3000
,
//设置超时时间为8s
timeout
:
3000
,
//设置超时时间为8s
url
:
`
${
ajaxUrl
}
/eadc-architecture/ma-ml/archi-asset-list`
,
url
:
`
http://
${
ajaxUrl
}
/eadc-architecture/ma-ml/archi-asset-list`
,
data
:
JSON
.
stringify
({
data
:
JSON
.
stringify
({
archiAssetState
:
2
,
archiAssetState
:
2
,
archiStage
:
1
,
archiStage
:
1
,
...
...
public/drawio/extention/js/exSideBar.js
View file @
fa6211e
...
@@ -242,7 +242,7 @@
...
@@ -242,7 +242,7 @@
dataType
:
"json"
,
dataType
:
"json"
,
contentType
:
"application/json"
,
contentType
:
"application/json"
,
timeout
:
3000
,
//设置超时时间为8s
timeout
:
3000
,
//设置超时时间为8s
url
:
`
${
ajaxUrl
}
/eadc-architecture/ma-ml/archi-asset-list`
,
url
:
`
http://
${
ajaxUrl
}
/eadc-architecture/ma-ml/archi-asset-list`
,
data
:
JSON
.
stringify
({
data
:
JSON
.
stringify
({
archiAssetState
:
2
,
archiAssetState
:
2
,
archiStage
:
1
,
archiStage
:
1
,
...
...
public/drawio/extention/js/url.js
View file @
fa6211e
// const ajaxUrl = '172.20.10.3:7003';
// const ajaxUrl = '172.20.10.3:7003';
// const ajaxUrl = '43.143.211.42';
// const ajaxUrl = '43.143.211.42';
// const ajaxUrl = "http://172.20.10.7:19000";
// const ajaxUrl = "http://172.20.10.7:19000";
const
ajaxUrl
=
"
http://
192.168.0.102:80"
;
const
ajaxUrl
=
"192.168.0.102:80"
;
Write
Preview
Markdown
is supported
Attach a file
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 post a comment