浏览代码

fix 修复 登录日志excel导出名称错误

疯狂的狮子Li 7 月之前
父节点
当前提交
9726df3966
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/monitor/logininfor/index.vue

+ 1 - 1
src/views/monitor/logininfor/index.vue

@@ -198,7 +198,7 @@ const handleExport = () => {
     {
       ...queryParams.value
     },
-    `config_${new Date().getTime()}.xlsx`
+    `logininfor_${new Date().getTime()}.xlsx`
   );
 };