mirror of
https://github.com/1024-lab/smart-admin.git
synced 2026-08-17 05:30:58 +00:00
【V3.2.0】1、左侧菜单Logo和标题固定;2、Excel导出添加水印;3、长时间不在线自动返回登录页;4、移除sa-token的 token-prefix 配置;5、升级 ant deign vue到最新版4.2;6、登录页面引入登录类型图标方式;7、文件预览组件的文件下载方式为接口方式下载;
This commit is contained in:
+1
-2
@@ -24,7 +24,6 @@
|
||||
|
||||
<script setup>
|
||||
import { ref } from 'vue';
|
||||
import { getDownload } from '/@/lib/axios';
|
||||
import { fileApi } from '/src/api/support/file-api';
|
||||
import { smartSentry } from '/@/lib/smart-sentry';
|
||||
import { SmartLoading } from '/@/components/framework/smart-loading';
|
||||
@@ -62,7 +61,7 @@
|
||||
setVisible(true);
|
||||
return;
|
||||
}
|
||||
window.open(fileItem.fileUrl);
|
||||
fileApi.downLoadFile(fileItem.fileKey);
|
||||
}
|
||||
|
||||
// 判断图片类型
|
||||
|
||||
Reference in New Issue
Block a user