Commit 91571fd0 by 李耀琨

更新代码

parent 4d3e4766
ENV = 'development' ENV = 'development'
VUE_APP_BASE_API = 'http://192.168.0.44:9888/' VUE_APP_BASE_API = 'http://147.1.3.180:9888/'
VUE_APP_WS_API = 'ws://192.168.0.44:9888/' VUE_APP_WS_API = 'ws://147.1.3.180:9888/'
#VUE_APP_BASE_API = 'http://192.168.0.44:9882/' #VUE_APP_BASE_API = 'http://192.168.0.44:9888/'
#VUE_APP_WS_API = 'ws://192.168.0.44:9882/' #VUE_APP_WS_API = 'ws://192.168.0.44:9888/'
......
...@@ -581,7 +581,7 @@ aside { ...@@ -581,7 +581,7 @@ aside {
// //
$svgUrl:'http://192.168.0.44:9888/ETLWEB-SERVER/etlweb'; $svgUrl:'http://147.1.3.180:9888/ETLWEB-SERVER/etlweb';
// $svgUrl:'http://192.168.0.44:9888/ETLWEB-SERVER/etlweb'; // $svgUrl:'http://192.168.0.44:9888/ETLWEB-SERVER/etlweb';
// $svgUrl:'http://192.168.0.44:9882/ETLWEB-SERVER/etlweb'; // $svgUrl:'http://192.168.0.44:9882/ETLWEB-SERVER/etlweb';
// .schema { background-image: url($svgUrl/ui/images/schema.svg?scale=16) !important;} // .schema { background-image: url($svgUrl/ui/images/schema.svg?scale=16) !important;}
......
...@@ -76,7 +76,7 @@ Vue.prototype.R = R ...@@ -76,7 +76,7 @@ Vue.prototype.R = R
Vue.config.productionTip = false Vue.config.productionTip = false
const baseUrl = process.env.VUE_APP_BASE_API === '/' ? '' : process.env.VUE_APP_BASE_API const baseUrl = process.env.VUE_APP_BASE_API === '/' ? '' : process.env.VUE_APP_BASE_API
Vue.prototype.etlWeb = baseUrl+"ETLWEB-SERVER/etlweb/" Vue.prototype.etlWeb = "http://147.1.3.180:9888/ETLWEB-SERVER/etlweb/"
new Vue({ new Vue({
router, router,
......
...@@ -20,9 +20,9 @@ const addTopName = (data) => { ...@@ -20,9 +20,9 @@ const addTopName = (data) => {
case 'kettleRepository': case 'kettleRepository':
return `/KETTLE-SERVER/${data.url}` return `/KETTLE-SERVER/${data.url}`
case 'webetl': case 'webetl':
case 'etlwebui':
return `/ETLWEB-SERVER/${data.url}` return `/ETLWEB-SERVER/${data.url}`
// case 'etlweb':
// return `/ETLWEB-SERVER/${data.url}`
default: default:
return `${data.url}` return `${data.url}`
} }
......
...@@ -87,7 +87,7 @@ export default { ...@@ -87,7 +87,7 @@ export default {
data() { data() {
return { return {
// prefix:'http://192.168.0.2:9700/etlweb/', // prefix:'http://192.168.0.2:9700/etlweb/',
prefix:this.etlWeb, prefix:`http://147.1.3.180:9888/ETLWEB-SERVER/etlweb/`,
// 测试数据开始===== // 测试数据开始=====
jobTreeList: [ jobTreeList: [
{ {
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<div <div
class="custom-tree-node" class="custom-tree-node"
:key-id="data.children ? '' : 123" :key-id="data.children ? '' : 123"
:id="data.id" :id="data.id"
:icon="prefix+data.icon" :icon="prefix+data.icon"
:pluginId="data.pluginId" :pluginId="data.pluginId"
> >
...@@ -41,6 +41,7 @@ export default { ...@@ -41,6 +41,7 @@ export default {
components: {}, components: {},
created() { created() {
this.stepsFun() this.stepsFun()
console.log(this.etlWeb,"yghjhkjhsakjhgkjashgkjsh");
}, },
mounted() { mounted() {
......
...@@ -1873,6 +1873,7 @@ previousField(){ ...@@ -1873,6 +1873,7 @@ previousField(){
.map((attr) => `${attr}=${styleObj[attr]}`) .map((attr) => `${attr}=${styleObj[attr]}`)
.join(";"); .join(";");
this.toolItemData = toolItem; this.toolItemData = toolItem;
console.log(toolItem,"yghgiiagsjfhasgaljgqhwygajhgiu");
try { try {
let pameStep = new FormData(); // 创建form对象 let pameStep = new FormData(); // 创建form对象
......
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