Commit 27943d29 authored by 刘帅's avatar 刘帅

1.积木嵌入地址调整

parent 56d4a6d0
......@@ -14,11 +14,11 @@ export default {
},
data() {
return {
url: ''
url: `http://${window.location.hostname}:8099/drag/list?token=Bearer `+ getToken()
}
},
created() {
this.init()
// this.init()
},
methods: {
init() {
......
......@@ -14,11 +14,11 @@ export default {
},
data() {
return {
url: ''
url: `http://${window.location.hostname}:8099/drag/share/list?token=Bearer `+ getToken()
}
},
created() {
this.init()
// this.init()
},
methods: {
init() {
......
......@@ -14,11 +14,11 @@ export default {
},
data() {
return {
url: ''
url: `http://${window.location.hostname}:8099/jmreport/list?token=Bearer `+ getToken()
}
},
created() {
this.init()
// this.init()
},
methods: {
init() {
......
......@@ -14,11 +14,11 @@ export default {
},
data() {
return {
url: ''
url: `http://${window.location.hostname}:8099/jmreport/view?token=Bearer `+ getToken()
}
},
created() {
this.init()
// this.init()
},
methods: {
init() {
......
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