From 63eb28a9ba7aa9c549bc99f9c68d0a4c051453ba Mon Sep 17 00:00:00 2001 From: 移动系统liao <liaoxujun@qq.com> Date: 星期四, 20 三月 2025 17:38:47 +0800 Subject: [PATCH] 修正sugsql导航更新加配置的bug --- cylsg/cylsg.Application/applicationsettings.json | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/cylsg/cylsg.Application/applicationsettings.json b/cylsg/cylsg.Application/applicationsettings.json index 47b488e..76f0dec 100644 --- a/cylsg/cylsg.Application/applicationsettings.json +++ b/cylsg/cylsg.Application/applicationsettings.json @@ -18,9 +18,30 @@ "Name": "Apache-2.0" } + }, + { + "Group": "CYOA", + "Title": "宸濆嵃OA", + "Description": "宸濆嵃OA", + "Version": "1.0.0", + "Order": 10, + "Contact": { + "Name": "", + + "Email": "monksoul@outlook.com" + }, + "License": { + "Name": "Apache-2.0" + + } } ] }, + + "VerifyFace": { + "Enable": true + }, + "CorsAccessorSettings": { "WithExposedHeaders": [ "access-token", -- Gitblit v1.9.1