From 27943d2985f90ca9054e2f0d539021ad63c54986 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=B8=85?= Date: Thu, 31 Jul 2025 17:38:31 +0800 Subject: [PATCH] =?UTF-8?q?1.=E7=A7=AF=E6=9C=A8=E5=B5=8C=E5=85=A5=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- maintain-ui/src/views/tool/report/biList.vue | 4 ++-- maintain-ui/src/views/tool/report/biView.vue | 4 ++-- maintain-ui/src/views/tool/report/reportList.vue | 4 ++-- maintain-ui/src/views/tool/report/reportView.vue | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/maintain-ui/src/views/tool/report/biList.vue b/maintain-ui/src/views/tool/report/biList.vue index 5b53a27..ab1926d 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 cd702db..01f894a 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 e715dd7..5b8304a 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 4ded973..3971b52 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() { -- 2.22.0