From 73949e79fdf76615209f72164f601a64a146729b Mon Sep 17 00:00:00 2001 From: Tcsm <1377977403@qq.com> Date: 星期二, 29 八月 2023 20:45:27 +0800 Subject: [PATCH] 更新了首页,以及完善家根网的头像显示 --- ruoyi-ui/src/views/note/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ruoyi-ui/src/views/note/index.vue b/ruoyi-ui/src/views/note/index.vue index 27a6e85..1e5879e 100644 --- a/ruoyi-ui/src/views/note/index.vue +++ b/ruoyi-ui/src/views/note/index.vue @@ -661,7 +661,7 @@ }, `property_${new Date().getTime()}.xlsx`) } else{ - this.download('/zfEquipment/export1/'+Ids, { + this.download('family/property/export1/'+Ids, { }, `property_${new Date().getTime()}.xlsx`) } }, -- Gitblit v1.9.1