diff --git a/maintain-ui/src/views/tool/report/biList.vue b/maintain-ui/src/views/tool/report/biList.vue index 5b53a276530fa153211985e19a7eb65e30a1756c..ab1926d8708a1c8e6d386633b1621f77f7a4c8c4 100644 --- a/maintain-ui/src/views/tool/report/biList.vue +++ b/maintain-ui/src/views/tool/report/biList.vue @@ -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() { diff --git a/maintain-ui/src/views/tool/report/biView.vue b/maintain-ui/src/views/tool/report/biView.vue index cd702db0c21aa03cb589bb4813dcf896ec01b854..01f894a4d069e7c8d2e11fb9d4a10d989cd557bf 100644 --- a/maintain-ui/src/views/tool/report/biView.vue +++ b/maintain-ui/src/views/tool/report/biView.vue @@ -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() { diff --git a/maintain-ui/src/views/tool/report/reportList.vue b/maintain-ui/src/views/tool/report/reportList.vue index e715dd76eea23af34064b436271a4fc1ed446d19..5b8304a9d786e3542fb33bf8ce37ff882c84ef97 100644 --- a/maintain-ui/src/views/tool/report/reportList.vue +++ b/maintain-ui/src/views/tool/report/reportList.vue @@ -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() { diff --git a/maintain-ui/src/views/tool/report/reportView.vue b/maintain-ui/src/views/tool/report/reportView.vue index 4ded973f97de46a496801e8323a8209a4d41bde5..3971b5228589a6f708e99c6f8512b34acfd80e77 100644 --- a/maintain-ui/src/views/tool/report/reportView.vue +++ b/maintain-ui/src/views/tool/report/reportView.vue @@ -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() {