Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
ETL-admin
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
莫晓莉
ETL-admin
Commits
17e37a58
Commit
17e37a58
authored
Jul 29, 2021
by
李耀锟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新代码
parent
cb3ef275
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
.env.development
+3
-3
src/main.js
+1
-1
src/views/dashboard-kettle/components/designer/modules/node_menu.vue
+1
-1
No files found.
.env.development
View file @
17e37a58
...
...
@@ -14,9 +14,9 @@ ENV = 'development'
# 接口地址
VUE_APP_BASE_API = 'http://192.168.0.2
5
:9889'
VUE_APP_WS_API = 'ws://192.168.0.2
5
:9889'
VUE_APP_FILE_API = 'http://192.168.0.2
5
:9889'
VUE_APP_BASE_API = 'http://192.168.0.2
1
:9889'
VUE_APP_WS_API = 'ws://192.168.0.2
1
:9889'
VUE_APP_FILE_API = 'http://192.168.0.2
1
:9889'
...
...
src/main.js
View file @
17e37a58
...
...
@@ -80,7 +80,7 @@ Vue.config.productionTip = false
const
baseUrl
=
process
.
env
.
VUE_APP_BASE_API
===
'/'
?
''
:
process
.
env
.
VUE_APP_BASE_API
// Vue.prototype.etlWeb = "http://147.1.3.180:9888/ETLWEB-SERVER/etlweb/"
// Vue.prototype.etlWeb = "http://192.168.0.24:9888/ETLWEB-SERVER/etlweb/"
Vue
.
prototype
.
etlWeb
=
"http://192.168.0.2
5
:9889/ETLWEB-SERVER/etlweb/"
Vue
.
prototype
.
etlWeb
=
"http://192.168.0.2
1
:9889/ETLWEB-SERVER/etlweb/"
new
Vue
({
...
...
src/views/dashboard-kettle/components/designer/modules/node_menu.vue
View file @
17e37a58
...
...
@@ -89,7 +89,7 @@ export default {
// prefix:'http://192.168.0.2:9700/etlweb/',
// prefix:`http://147.1.3.180:9888/ETLWEB-SERVER/etlweb/`,
// prefix:`http://192.168.0.24:9888/ETLWEB-SERVER/etlweb/`,
prefix
:
`http://192.168.0.2
5
:9889/ETLWEB-SERVER/etlweb/`
,
prefix
:
`http://192.168.0.2
1
:9889/ETLWEB-SERVER/etlweb/`
,
// 测试数据开始=====
jobTreeList
:
[
...
...
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