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

1.积木嵌入地址调整

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