Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
zeroing-editor
Project
Project
Details
Activity
Releases
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
劳工
zeroing-editor
Commits
16b86c82
Commit
16b86c82
authored
Jun 03, 2020
by
rockyl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复
parent
964a99a9
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1494 additions
and
1646 deletions
+1494
-1646
index.html
public/index.html
+3
-4
config.js
src/config.js
+1
-1
yarn.lock
yarn.lock
+1490
-1641
No files found.
public/index.html
View file @
16b86c82
...
...
@@ -8,9 +8,8 @@
<title>
烽火台
</title>
<script
src=
"//yun.duiba.com.cn/js-libs/psd.js/3.2.0/psd.min.js"
></script>
<script
src=
"http://127.0.0.1:8081/debug/engine.js"
></script>
<script
src=
"http://127.0.0.1:8083/debug/engine-svga.js"
></script>
<script
src=
"//yun.duiba.com.cn/editor/zeroing/libs/engine.fbc60c6d3cb30e5ab97e82d392d9efeee91b8581.js"
></script>
<script
src=
"//yun.duiba.com.cn/editor/zeroing/libs/svga.469e6ae1d98c9017953cf9375559c2575b293b59.js"
></script>
</head>
<body>
<noscript>
...
...
@@ -19,7 +18,7 @@
</noscript>
<script>
window
.
__data
=
{
apiHost
:
"<%= process.env.NODE_ENV === 'development' ? '//beacon.duibadev.com.cn' : '$API_HOST$' %>"
apiHost
:
"<%= process.env.NODE_ENV === 'development' ? '//beacon.duibadev.com.cn' : '$API_HOST$' %>"
}
</script>
<div
id=
"app"
></div>
...
...
src/config.js
View file @
16b86c82
...
...
@@ -6,7 +6,7 @@ export let API_HOST;
if
(
process
.
env
.
NODE_ENV
===
'development'
)
{
//API_HOST = '//10.10.95.74:7777';
//API_HOST = '//192.168.1.16:7777';
API_HOST
=
'//
10.10.35.21
0:3000'
;
API_HOST
=
'//
0.0.0.
0:3000'
;
//API_HOST = '//192.168.0.105:7777';
//API_HOST = '//localhost:8080';
//API_HOST = window.__data.apiHost;
...
...
yarn.lock
View file @
16b86c82
This diff is collapsed.
Click to expand it.
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