From a9e174d77446e6af7f0648debbf516d178d330d6 Mon Sep 17 00:00:00 2001 From: shenaowei <450702724@qq.com> Date: Mon, 23 Feb 2026 15:17:30 +0800 Subject: [PATCH] =?UTF-8?q?dify=20=E8=B0=83=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application-local.yaml | 6 +- .../src/main/resources/application.yaml | 10 +- .../MemberUserProfileForm.vue | 96 +++++++------------ .../views/muye/memberuserprofile/index.vue | 19 ++-- 4 files changed, 60 insertions(+), 71 deletions(-) diff --git a/yudao-server/src/main/resources/application-local.yaml b/yudao-server/src/main/resources/application-local.yaml index 2b163e6661..07c4a92085 100644 --- a/yudao-server/src/main/resources/application-local.yaml +++ b/yudao-server/src/main/resources/application-local.yaml @@ -240,9 +240,9 @@ yudao: region-id: cn-hangzhou bucket: muye-ai-chat enabled: true - # tik: - # latentsync: - # api-key: ${TIK_LATENTSYNC_API_KEY:} # 建议通过环境变量覆盖仓库默认值 + dify: + api-url: http://8.155.172.147:8088 # Dify API 地址,请根据实际情况修改 + timeout: 240 # 请求超时时间(秒) captcha: enable: false # 本地环境,暂时关闭图片验证码,方便登录等接口的测试; security: diff --git a/yudao-server/src/main/resources/application.yaml b/yudao-server/src/main/resources/application.yaml index 876fcd2c12..1cb4b07c17 100644 --- a/yudao-server/src/main/resources/application.yaml +++ b/yudao-server/src/main/resources/application.yaml @@ -271,7 +271,15 @@ yudao: web-search: enable: true api-key: sk-40500e52840f4d24b956d0b1d80d9abe - + ice: + access-key-id: LTAI5tPV9Ag3csf41GZjaLTA + access-key-secret: kDqlGeJTKw6tJtFYiaY8vQTFuVIQDs + region-id: cn-hangzhou + bucket: muye-ai-chat + enabled: true + dify: + api-url: http://8.155.172.147:8088 # Dify API 地址,请根据实际情况修改 + timeout: 240 # 请求超时时间(秒) --- #################### 芋道相关配置 #################### yudao: diff --git a/yudao-ui-admin-vue3/src/views/muye/memberuserprofile/MemberUserProfileForm.vue b/yudao-ui-admin-vue3/src/views/muye/memberuserprofile/MemberUserProfileForm.vue index 00c2b48042..865651d106 100644 --- a/yudao-ui-admin-vue3/src/views/muye/memberuserprofile/MemberUserProfileForm.vue +++ b/yudao-ui-admin-vue3/src/views/muye/memberuserprofile/MemberUserProfileForm.vue @@ -7,57 +7,35 @@ label-width="100px" v-loading="formLoading" > - - + + + + + + + + + + + - - - - - - - + - - + + - - - - - - - - - - - - - - - - + - 禁用 - 启用 + 禁用 + 启用 - + \ No newline at end of file + diff --git a/yudao-ui-admin-vue3/src/views/muye/memberuserprofile/index.vue b/yudao-ui-admin-vue3/src/views/muye/memberuserprofile/index.vue index 9ebce92724..09fd405984 100644 --- a/yudao-ui-admin-vue3/src/views/muye/memberuserprofile/index.vue +++ b/yudao-ui-admin-vue3/src/views/muye/memberuserprofile/index.vue @@ -77,7 +77,7 @@ > - + - - - + + + - + + + - +