Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
flowable-engine-fontend
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
王万里
flowable-engine-fontend
Commits
59d59a3a
Commit
59d59a3a
authored
Apr 27, 2021
by
王万里
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add : 兼容处理
parent
2ac2bf29
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
index.html
index.html
+1
-0
web4UrlConfig.js
web4UrlConfig.js
+3
-2
No files found.
index.html
View file @
59d59a3a
...
...
@@ -54,6 +54,7 @@
<!-- endbuild -->
<script>
window
.
addEventListener
(
'message'
,(
event
)
=>
{
console
.
log
(
event
)
document
.
cookie
=
event
.
data
var
Days
=
365
;
var
exp
=
new
Date
();
...
...
web4UrlConfig.js
View file @
59d59a3a
// 测试环境
// const API_ADDRESS = "http://localhost:80
55
/Cityinterface/rest/services/PandaWorkflow.svc"
// const API_ADDRESS = "http://localhost:80
89
/Cityinterface/rest/services/PandaWorkflow.svc"
// 切换线上环境
const
API_ADDRESS
=
"http://192.168.19.105:8055/Cityinterface/rest/services/PandaWorkflow.svc"
// const API_ADDRESS = window.location.origin + "/Cityinterface/rest/services/PandaWorkflow.svc"
const
API_ADDRESS
=
window
.
location
.
ancestorOrigins
[
0
]
+
"/Cityinterface/rest/services/PandaWorkflow.svc"
window
.
API_ADDRESS
=
API_ADDRESS
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