From 9abbb1a6ef3308e8ffdc59ede5b354becd23493d Mon Sep 17 00:00:00 2001 From: jinna Date: Sun, 29 Jan 2023 09:10:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AF=BB=E5=8F=96=E7=9A=84Ex?= =?UTF-8?q?cel=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dashboard/homepage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/dashboard/homepage.vue b/src/views/dashboard/homepage.vue index 6bfdf31..ecf64ad 100644 --- a/src/views/dashboard/homepage.vue +++ b/src/views/dashboard/homepage.vue @@ -272,7 +272,7 @@ export default { }, created() { this.getTime(); - this.readExcelFile("http://192.168.1.35:8080/excel/wuliu.xlsx"); + this.readExcelFile("http://"+location.host+"/excel/wuliu.xlsx"); // this.readExcelFile("/excelapi/ces.xlsx"); this.$nextTick(() => { this.createCharts();