diff --git a/config.yaml b/config.yaml index 3f7070adc..56afa8f1a 100644 --- a/config.yaml +++ b/config.yaml @@ -44,4 +44,4 @@ SESSION_TIMEOUT: 28800 SANDBOX_PYTHON_PACKAGE_PATHS: /opt/py3/lib/python3.11/site-packages,/opt/maxkb-app/sandbox/python-packages,/opt/maxkb/python-packages # 思维导图服务配置 -MINDMAP_URL: http://10.100.52.76:3000/ \ No newline at end of file +MINDMAP_URL: http://10.100.52.43:9898/ \ No newline at end of file diff --git a/ui/src/api/system-settings/system-config.ts b/ui/src/api/system-settings/system-config.ts index fa5c88adc..6d0de914d 100644 --- a/ui/src/api/system-settings/system-config.ts +++ b/ui/src/api/system-settings/system-config.ts @@ -6,7 +6,7 @@ import { type Ref } from 'vue' * 获取系统配置 */ const getSystemConfig: (loading?: Ref) => Promise> = (loading) => { - return get('/config', undefined, loading) + return get('/system_manage/config', undefined, loading) } export default { diff --git a/ui/src/views/mindmap/index.vue b/ui/src/views/mindmap/index.vue index 710a402ac..d20d5fa7a 100644 --- a/ui/src/views/mindmap/index.vue +++ b/ui/src/views/mindmap/index.vue @@ -1,6 +1,12 @@