From d7e3c8a813f8f85c89c06782f1e36e8089ffc31b Mon Sep 17 00:00:00 2001 From: 田源 <tianyuan@vci-tech.com> Date: 星期四, 09 一月 2025 11:42:06 +0800 Subject: [PATCH] 集成模块回车查询报错问题 --- Source/UBCS-WEB/src/config/website.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/UBCS-WEB/src/config/website.js b/Source/UBCS-WEB/src/config/website.js index b4ecaac..9c6c3db 100644 --- a/Source/UBCS-WEB/src/config/website.js +++ b/Source/UBCS-WEB/src/config/website.js @@ -38,7 +38,7 @@ label: 'name', path: 'path', icon: 'source', - children: 'children' + children: 'children', } }, // 绗笁鏂圭郴缁熸巿鏉冨湴鍧� @@ -49,4 +49,4 @@ ssoUrl:'http://localhost:37000/ubcs-auth/oauth/authorize?client_id=sword&response_type=111&redirect_uri=', // 鍗曠偣鐧诲綍鍥炶皟鍦板潃(Saber鏈嶅姟鐨勫湴鍧�) redirectUri: 'http://localhost:38000', -} \ No newline at end of file +} -- Gitblit v1.9.3