From 22de8dddcf50b8c30b5b476acb2184f8ab56d37a Mon Sep 17 00:00:00 2001 From: "qianhao.xu" Date: Wed, 28 Aug 2024 14:28:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=8E=E7=89=B9=E9=9B=86=E5=9B=A2=20=20?= =?UTF-8?q?=E5=91=8A=E4=B8=80=E6=AE=B5=E8=90=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Properties/PublishProfiles/FolderProfile.pubxml | 5 +++-- DOAN.Admin.WebApi/appsettings.production.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/DOAN.Admin.WebApi/Properties/PublishProfiles/FolderProfile.pubxml b/DOAN.Admin.WebApi/Properties/PublishProfiles/FolderProfile.pubxml index 426a9b5..7f91ffc 100644 --- a/DOAN.Admin.WebApi/Properties/PublishProfiles/FolderProfile.pubxml +++ b/DOAN.Admin.WebApi/Properties/PublishProfiles/FolderProfile.pubxml @@ -14,8 +14,9 @@ https://go.microsoft.com/fwlink/?LinkID=208121. FileSystem <_TargetId>Folder - net7.0 + net8.0 e5497bb4-b0c1-4794-9fae-163f626ec399 - false + true + win-x86 \ No newline at end of file diff --git a/DOAN.Admin.WebApi/appsettings.production.json b/DOAN.Admin.WebApi/appsettings.production.json index 8d0743a..ec423e2 100644 --- a/DOAN.Admin.WebApi/appsettings.production.json +++ b/DOAN.Admin.WebApi/appsettings.production.json @@ -34,7 +34,7 @@ "IsAutoCloseConnection": true, "DbName": "huate_group_digital" //代码生成默认连接数据库,Oracle库是实例的名称 }, - "urls": "http://localhost:8888", //项目启动url,如果改动端口前端对应devServer也需要进行修改 + "urls": "http://localhost:8889", //项目启动url,如果改动端口前端对应devServer也需要进行修改 "corsUrls": [ "http://localhost:8887", "http://localhost:8886" ], //跨域地址(前端启动项目,前后端分离单独部署需要设置),多个用","隔开 "JwtSettings": { "Issuer": "DOANAdmin.NET", //即token的签发者。