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
e05bc478
Commit
e05bc478
authored
Jan 20, 2021
by
莫晓莉
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
上传
parent
863efd57
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
24 additions
and
2 deletions
+24
-2
.env.development
+14
-2
src/api/task/transform.js
+10
-0
src/views/task/homework.vue
+0
-0
src/views/task/transform.vue
+0
-0
No files found.
.env.development
View file @
e05bc478
ENV = 'development'
VUE_APP_BASE_API = 'http://192.168.0.2:9888/'
VUE_APP_WS_API = 'ws://192.168.0.2:9888/'
# VUE_APP_BASE_API = 'http://192.168.0.44:9888/'
# VUE_APP_WS_API = 'ws://192.168.0.44:9888/'
# 接口地址
VUE_APP_BASE_API = 'http://192.168.0.200'
VUE_APP_WS_API = 'ws://192.168.0.200'
#
VUE_APP_BASE_API = 'http://192.168.0.200'
#
VUE_APP_WS_API = 'ws://192.168.0.200'
VUE_APP_FILE_API = ''
# 是否启用 babel-plugin-dynamic-import-node插件
VUE_CLI_BABEL_TRANSPILE_MODULES = true
src/api/task/transform.js
View file @
e05bc478
...
...
@@ -66,6 +66,16 @@ export function stop(data) {
})
}
//获取转换的树形菜单
export
function
getTransTree
(
data
)
{
return
request
({
url
:
'kettle/repository/getTransTree'
,
data
,
method
:
'post'
})
}
...
...
src/views/task/homework.vue
View file @
e05bc478
This diff is collapsed.
Click to expand it.
src/views/task/transform.vue
View file @
e05bc478
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