Commit e05bc478 by 莫晓莉

上传

parent 863efd57
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
......@@ -66,6 +66,16 @@ export function stop(data) {
})
}
//获取转换的树形菜单
export function getTransTree(data) {
return request({
url: 'kettle/repository/getTransTree',
data,
method: 'post'
})
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment