From d86bc04d0b34f2b7d9ddbd30ee703b51d48876e8 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期三, 05 二月 2025 09:51:15 +0800 Subject: [PATCH] 修改审核中员工排在前边 --- cylsg/cylsg.Application/applicationsettings.json | 17 +++++++++++------ 1 files changed, 11 insertions(+), 6 deletions(-) diff --git a/cylsg/cylsg.Application/applicationsettings.json b/cylsg/cylsg.Application/applicationsettings.json index b01b457..d20414e 100644 --- a/cylsg/cylsg.Application/applicationsettings.json +++ b/cylsg/cylsg.Application/applicationsettings.json @@ -1,26 +1,31 @@ 锘縶 "$schema": "https://gitee.com/dotnetchina/Furion/raw/v4/schemas/v4/furion-schema.json", "SpecificationDocumentSettings": { - "DocumentTitle": "Furion | 瑙勮寖鍖栨帴鍙�", + "DocumentTitle": " 宸濆嵃涓存椂宸�", "GroupOpenApiInfos": [ { "Group": "Default", - "Title": "瑙勮寖鍖栨紨绀�", - "Description": "宸濆嵃鐏垫椂宸�", + "Title": "宸濆嵃涓存椂宸�", + "Description": "宸濆嵃涓存椂宸�", "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