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的签发者。