From 24246ab6a28cb0af82a510d406f41c5be4a358f4 Mon Sep 17 00:00:00 2001 From: Quella <2892744389@qq.com> Date: Mon, 8 Sep 2025 10:43:38 +0800 Subject: [PATCH] fixed bug --- .../src/main/resources/application-druid.yml | 2 +- ruoyi-ui/src/views/project/doc/index.vue | 25 +++++++++++++------ 2 files changed, 18 insertions(+), 9 deletions(-) diff --git a/ruoyi-admin/src/main/resources/application-druid.yml b/ruoyi-admin/src/main/resources/application-druid.yml index 215efd2..9f76fd1 100644 --- a/ruoyi-admin/src/main/resources/application-druid.yml +++ b/ruoyi-admin/src/main/resources/application-druid.yml @@ -6,7 +6,7 @@ spring: druid: # 主库数据源 master: - url: jdbc:mysql://127.0.0.1:3306/managersystem?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 + url: jdbc:mysql://127.0.0.1:13306/managersystem?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 username: root password: Wxit11335577 # 从库数据源 diff --git a/ruoyi-ui/src/views/project/doc/index.vue b/ruoyi-ui/src/views/project/doc/index.vue index 673138d..35754a4 100644 --- a/ruoyi-ui/src/views/project/doc/index.vue +++ b/ruoyi-ui/src/views/project/doc/index.vue @@ -154,7 +154,7 @@