From ab3e176be97d110edf25f8ac0ae22a3ddffe9a81 Mon Sep 17 00:00:00 2001 From: gaoxq <376340421@qq.com> Date: Thu, 18 Dec 2025 19:26:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=89=8D=E7=AB=AFvue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/config/application.yml | 2 +- .../layouts/views/desktop/myfiles/index.vue | 410 ++++-------------- 2 files changed, 80 insertions(+), 332 deletions(-) diff --git a/web-api/src/main/resources/config/application.yml b/web-api/src/main/resources/config/application.yml index bc131f64..da1ccdeb 100644 --- a/web-api/src/main/resources/config/application.yml +++ b/web-api/src/main/resources/config/application.yml @@ -57,7 +57,7 @@ jdbc: # Mysql 数据库配置 type: mysql driver: com.mysql.cj.jdbc.Driver - url: jdbc:mysql://192.168.31.189:33069/worker?useSSL=false&allowPublicKeyRetrieval=true&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=CONVERT_TO_NULL&serverTimezone=Asia/Shanghai&nullCatalogMeansCurrent=true + url: jdbc:mysql://crontab.club:33069/worker?useSSL=false&allowPublicKeyRetrieval=true&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=CONVERT_TO_NULL&serverTimezone=Asia/Shanghai&nullCatalogMeansCurrent=true username: dream password: info_dream testSql: SELECT 1 diff --git a/web-vue/packages/core/layouts/views/desktop/myfiles/index.vue b/web-vue/packages/core/layouts/views/desktop/myfiles/index.vue index 7dbb3c65..8df1d92d 100644 --- a/web-vue/packages/core/layouts/views/desktop/myfiles/index.vue +++ b/web-vue/packages/core/layouts/views/desktop/myfiles/index.vue @@ -10,10 +10,11 @@
+
- {{ folder.folderName }} + {{ folder.name }}
+
-
+
- {{ child.type === 'folder' ? child.folderName : child.fileName }} - + {{ child.name }} +
@@ -71,18 +78,17 @@
-
📄 - {{ file.fileName }} + {{ file.name }}
- {{ formatFileSize(file.fileSize) }} + {{ file.size }}
@@ -101,7 +107,7 @@