From 1a0f37a2dc03bfdecb209c24b4694b486ac2a8c5 Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: Thu, 24 Apr 2025 18:19:16 +0800
Subject: [PATCH] 富文本复制粘贴图片上传至url
---
ruoyi-ui/src/views/system/logininfor/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ruoyi-ui/src/views/system/logininfor/index.vue b/ruoyi-ui/src/views/system/logininfor/index.vue
index f13f789..32db67a 100644
--- a/ruoyi-ui/src/views/system/logininfor/index.vue
+++ b/ruoyi-ui/src/views/system/logininfor/index.vue
@@ -153,7 +153,7 @@
// 日期范围
dateRange: [],
// 默认排序
- defaultSort: {prop: 'accessTime', order: 'descending'},
+ defaultSort: { prop: "accessTime", order: "descending" },
// 查询参数
queryParams: {
pageNum: 1,
--
Gitblit v1.9.3